Top 1000+ Solved Problem Solving and Python Programming MCQ Questions Answer

From 16 to 30 of 820

Q. A detailed flowchart is called              

a. stack

b. macro

c. micro

d. union

  • c. micro

Q. Which of the following is not an advantage of a flowchart?

a. better communication

b. efficient coding

c. systematic testing

d. improper documentation

  • d. improper documentation

Q. A flowchart that outlines the main segments of a program.

a. queue

b. macro

c. micro

d. union

  • b. macro

Q. The operation represented by parallelograms.

a. input/output

b. assignment

c. comparison

d. conditions

  • a. input/output

Q. Which of the following is not a flowchart structure?

a. process

b. sequence

c. repetition

d. case

  • a. process

Q. The following symbol denotes:

a. module

b. terminal

c. process

d. i/o operation

  • a. module

Q. print(a)

a. 10

b. 25

c. junk value

d. error

  • b. 25

Q. f() x

a. error

b. 4

c. junk value

d. 1

Q. Which is the most appropriate definition for recursion?

a. a function that calls itself

b. a function execution instance that calls another execution instance of the same function

c. a class method that calls another class method

d. an in-built method that is automatically called

  • b. a function execution instance that calls another execution instance of the same function

Q. Which of these is false about recursion?

a. recursive function can be replaced by a non-recursive function

b. recursive functions usually take more memory space than non-recursive function

c. recursive functions run faster than non- recursive function

d. recursion makes programs easier to understand

  • c. recursive functions run faster than non- recursive function
Subscribe Now

Get All Updates & News