Top 1000+ Solved Problem Solving and Python Programming MCQ Questions Answer
Q. Which of the following is not an advantage of a flowchart?
a. better communication
b. efficient coding
c. systematic testing
d. improper documentation
Q. A is diagram that depicts the flow of a program.
a. algorithm
b. hash table
c. graph
d. flowchart
Q. The operation represented by parallelograms.
a. input/output
b. assignment
c. comparison
d. conditions
Q. Which of the following is not a flowchart structure?
a. process
b. sequence
c. repetition
d. case
Q. The action performed by a structure must eventually cause the loop to terminate.
a. sequence
b. case
c. repetition
d. process
Q. A is a connector showing the relationship between the representative shapes.
a. line
b. arrow
c. process
d. box
Q. is used to show hierarchy in a pseudo code.
a. indentation
b. curly braces
c. round brackets
d. semicolon
Q. The statement that tells the computer to get a value from an input device and store it in a memory location.
a. read
b. write
c. read
d. write
Q. are identified by their addresses, we give them names (field names / variable names) using words.
a. memory variables
b. memory locations
c. memory addresses
d. data variables