Algorithm and Flowcharts MCQs Set-1
Algorithm and Flowcharts MCQs Set-1 Contain the randomly compiled multiple choice Questions and answers from various reference books and Questions papers for those who is preparing for the various competitive exams and interviews.
1. Macro flowchart is also called as
- Simple detailed flowchart
- Less Detail flowchart
- More detail flowchart
- None
B. Less Detail flowchart
2. GUI stands for
- Graphical User Interface
- Graphical input Unit
- Graph Under Instruction
- None
3. Terminal symbol in a flowchart indicates
- End
- processing
- Input and Output
- Decision
4. Continue Statement
- Without Executing remaining statements takes control back to starting loop
- Take control outside the loop
- Continues to program end
- None
5. Structured Programming is
- Dividing the program into different program modules
- Using Structures in the program
- Using classes in the program
6. Pseodocode is used for
- Denoting the program Flow
- Program code
- For coding the program
- To write program steps
7. Macro flowchart shows the
- Outline of the program
- To make structure chart
- Program Detail
- None
8. Indentation in a program
- Improves its readability and understanding
- Is compulsory
- Both
- None
9. Which of the following is used to avoid infinite loops?
- Sequential
- For
- While
- Do while
10. Which of the following is not necessarily a characteristic of a program module?
- It performs a single task
- It is self-contained
- It contains Several sub modules
- It is relatively small in size
Post a Comment