Top 80+ Solved Fundamentals of Computer Programming 1 MCQ Questions Answer
Q. Which statement is used to jump the control of program?
a. Switch
b. Loop
c. Conditional statement
d. Goto
Q. Processing Symbol is used to indicate in the program.
a. Process (i.e. Arithmetic process)
b. Input and Output
c. Decisions
d. Start and End
Q. PDL - Program Decision Language is an another name of _
a. Test Case
b. Algorithms
c. Pseudo code
d. Programs
Q. According to Sequence Logic a Pseudo code _
a. Instructions are written in the order they are to be performed
b. Instructions will be executed several time based on some condition.
c. Instructions will be executed only ones based on some condition.
d. None of the above.
Q. According to Selection Logic (Decision Logic) of Pseudo code
a. Instructions are written in the order they are to be performed
b. Instructions will be executed several time based on so condition.
c. Instructions will be executed only ones based on condition.
d. None of the above.
Q. Selection Logic is used to ___(B) Write programming instruction in normal language
a. Instructions are written in the order they are to be performed.
b. Instructions executed several time based on some condition.
c. Select the proper path out of two or more alternative paths
d. None of above
Q. What might be considered the seventh step of programming process?
a. Testing
b. Maintaining
c. Replacing
d. Converting
Q. What symbol is used to represent output is flow chart?
a. Square
b. Circle
c. Parallelogram
d. Triangle
Q. In a case structure the term------means “if none of the other cases were true ”
a. Else
b. Then
c. Default
d. Loop
Q. Which name is best suited to a module that calculates overtime pay?
a. CalcoO
b. CoO
c. Calculate overtimeO
d. CalculateovertimeO
Q. The------- can be a useful tool when a program must be modified months or years after the originalwriting.
a. Flowchart
b. Hierarchy chart
c. Pseudo code
d. Variable declaration