Questions

MCQ . (1 Marks)

🎯

Test yourself on this topic

36 questions · timed · auto-graded

MCQ 11 Mark
Which of the following refers to as list of instructions in a proper order to solve a problem called?
  • Algorithm
  • B
    Flow chart
  • C
    Sequence
  • D
    Roadmap
Answer
Correct option: A.
Algorithm
A
View full question & answer
MCQ 21 Mark
Which of the following is not a problem solving technique?
  • A
    A Pseudo code
  • B
    Flow chart
  • C
    Algorithm
  • Sequence
Answer
Correct option: D.
Sequence
d
View full question & answer
MCQ 31 Mark
Which of the following refers to the core part of any solution?
  • A
    Input
  • B
    Output
  • Process
  • D
    Algorithm
Answer
Correct option: C.
Process
c
View full question & answer
MCQ 41 Mark
Which of the following is used to distinguish different connector pairs in flow chart?
  • A
    Arrows are used
  • B
    Alphabets or other characters are use
  • Circles are use
  • D
    Diamonds are use
Answer
Correct option: C.
Circles are use
c
View full question & answer
MCQ 51 Mark
An arrow symbol in flow chart is used to show _______.
  • the flow of an action
  • B
    the sequence of action
  • C
    the start of actions
  • D
    the completion of an action
Answer
Correct option: A.
the flow of an action
a
View full question & answer
MCQ 61 Mark
Which of the following symbol is used to test conditions in a flow chart?
  • Diamond
  • B
    Circle
  • C
    Arrow
  • D
    Square
Answer
Correct option: A.
Diamond
A
View full question & answer
MCQ 71 Mark
In flow chart, when the same set of statements is repeated for more than one time, it is called _______.
  • A
    A nesting
  • looping
  • C
    Jumping
  • D
    all of the given
Answer
Correct option: B.
looping
b
View full question & answer
MCQ 81 Mark
In which of the following way decision box is used?
  • A
    Two way
  • B
    Three way
  • C
    Multiple way
  • All of the given
Answer
Correct option: D.
All of the given
d
View full question & answer
MCQ 101 Mark
A_________ Is used to alter the normal sequence of the solution.
  • A
    process
  • decision box
  • C
    connector
  • D
    start
Answer
Correct option: B.
decision box
b
View full question & answer
MCQ 111 Mark
Which symbol is used for performing mathematical calculation or to display message?
  • A
    Input /Output
  • B
    Start/End
  • C
    Decision
  • Process
Answer
Correct option: D.
Process
d
View full question & answer
MCQ 121 Mark
For which of the following input/output symbols are used while solving a problem?
  • A
    To get the value from the user
  • B
    To give output
  • C
    To display a message
  • All of the given
Answer
Correct option: D.
All of the given
d
View full question & answer
MCQ 131 Mark
_______symbol refers to beginning as well as the end of a flow chart.
  • Terminal
  • B
    Connector
  • C
    Process
  • D
    Decision
Answer
Correct option: A.
Terminal
A
View full question & answer
MCQ 141 Mark
_______shows the flow of the program.
  • A
    Terminal
  • B
    Process
  • Flow line
  • D
    Decision
Answer
Correct option: C.
Flow line
C
View full question & answer
MCQ 151 Mark
An algorithm is written in a natural language like
  • A
    Chinese
  • English
  • C
    Russian
  • D
    Gujarati
Answer
Correct option: B.
English
b
View full question & answer
MCQ 161 Mark
Which of the following refers to the purpose of Algorithm and Flow chart?
  • A
    Know the memory capacity
  • B
    Identify the base of the mumber system
  • C
    Direct the output to the printer
  • Specify the problem completely and clearly
Answer
Correct option: D.
Specify the problem completely and clearly
d
View full question & answer
MCQ 171 Mark
________refers to a list of instructions in a proper order to solve a problem.
  • A
    Pseudo code
  • Algorithm
  • C
    Flow chart
  • D
    Program
Answer
Correct option: B.
Algorithm
b
View full question & answer
MCQ 181 Mark
________symbol shows the value of variable.
  • Process
  • B
    Decision
  • C
    Flow line
  • D
    Terminal
Answer
Correct option: A.
Process
a
View full question & answer
MCQ 191 Mark
_______is an entity whose value once assigned remains fixed and cannot be changed during the entire process.
  • Variable
  • B
    constant
  • C
    Both A and B
  • D
    None of the given
Answer
Correct option: A.
Variable
a
View full question & answer
MCQ 201 Mark
Which of the following are arithmetic operation?
  • A
    Addition. Subtractions
  • B
    Division. Multiplication
  • Both A and B
  • D
    Taking any decision
Answer
Correct option: C.
Both A and B
c
View full question & answer
MCQ 211 Mark
Which of the following operations are performed using process symbol in flow chart?
  • A
    Social
  • Mathematical operation
  • C
    Logical operation
  • D
    Both B and C
Answer
Correct option: B.
Mathematical operation
b
View full question & answer
MCQ 221 Mark
Which of the following can be considered as a computer process?
  • A
    Social
  • B
    Arithmatic operation
  • C
    Logical operation
  • Both B and C
Answer
Correct option: D.
Both B and C
d
View full question & answer
MCQ 231 Mark
Which of the following symbol is used to write the statement Let X-A+B?
  • A
    Oval
  • B
    Diamond
  • Rectangle
  • D
    Circle
Answer
Correct option: C.
Rectangle
c
View full question & answer
MCQ 241 Mark
In which symbol the statement Print B written?
  • A
    Oval
  • B
    Rectangle
  • Parallelogram
  • D
    Circle
Answer
Correct option: C.
Parallelogram
c
View full question & answer
MCQ 251 Mark
In which of the following symbol, the variable is assigned the value or the output Is displayed?
  • A
    Oval
  • B
    Diamond
  • C
    Rectangle
  • Parallelogram
Answer
Correct option: D.
Parallelogram
D
View full question & answer
MCQ 261 Mark
When a flow chart becomes too large, to fit into a single page, in such case a _______symbol can be used to join the two parts of a flow chart.
  • A
    Input/output
  • connector
  • C
    process
  • D
    flow line
Answer
Correct option: B.
connector
b
View full question & answer
MCQ 271 Mark
In which of the following the data enters from one point but comes out from more than one point?
  • A
    Input /Output
  • B
    Process
  • C
    Connector
  • Decision
Answer
Correct option: D.
Decision
d
View full question & answer
MCQ 281 Mark
Which of the following symbol represents a process?
  • Rectangle
  • B
    Square
  • C
    Circle
  • D
    Diamond
Answer
Correct option: A.
Rectangle
A
View full question & answer
MCQ 291 Mark
Which of the following is the standard terminal symbol for a flow chart?
  • A
    Circle
  • Oval
  • C
    Rounded rectangle
  • D
    Square
Answer
Correct option: B.
Oval
b
View full question & answer
MCQ 301 Mark
Which of the following institute has defined the symbols of flow chart?
  • A
    ASCII
  • ANSI
  • C
    ANCI
  • D
    ASCI
Answer
Correct option: B.
ANSI
B
View full question & answer
MCQ 311 Mark
Which of the following is a pictorial representation of a problem solving technique?
  • A
    Psuedo code
  • Flow chart
  • C
    Algorithm
  • D
    Computer program
Answer
Correct option: B.
Flow chart
B
View full question & answer
MCQ 321 Mark
A$……$is a pictorial representation of every action that are performed within the machine process that solves a problem.
  • A
    pseudo code
  • flow chart
  • C
    algorithm
  • D
    program
Answer
Correct option: B.
flow chart
View full question & answer
MCQ 331 Mark
$……$means simulated code.
  • Pseudo code
  • B
    Flow chart
  • C
    Algorithm
  • D
    None of the given
Answer
Correct option: A.
Pseudo code
View full question & answer
MCQ 341 Mark
Which of the following technique is used to solve a problem?
  • A
    Pseudo code
  • B
    Flow chart
  • C
    Algorithm
  • All of the given
Answer
Correct option: D.
All of the given
View full question & answer
MCQ 351 Mark
A complete set of precise and clear instructions given to a computer for performing a predefined task is called a $……$
  • A
    Pseudo code
  • B
    Flow chart
  • C
    Algorithm
  • Program
Answer
Correct option: D.
Program
View full question & answer
MCQ . (1 Marks) - Computer STD 10 Questions - Vidyadip