Top 80+ Solved Fundamentals of Computer Programming 1 MCQ Questions Answer
Q. Which tool shows textual design solution?
a. Flowchart
b. Structure chart
c. Pseudocode
d. Algorithm
Q. Method which uses a list of well-defined instructions to complete a task, starting from a giveninitial state to end state, is called
a. Program
b. Algorithm
c. High level Language
d. Flowchart
Q. Which of the following shape is used for representing a Conditional Statement in a Flow chart?
a. Parallelogram
b. Rhombus
c. Trapezoid
d. Rectangle
Q. Any program can be written using structures.
a. Sequence logic, Merge logic, Insertion logic
b. Sequence logic, Selection logic, Iteration logic
c. Sequence logic, Branch logic, Iteration logic
d. None of the above