The Test

1. What is an algorithm?

2. Which pseudocode construct is used to repeat a block of code a fixed number of times?

3. In pseudocode, which keyword is used to begin a conditional statement?

4. Which programming language uses "begin" and "end" to delimit code blocks?

5. In C/C++, which symbol is used to terminate a statement?

6. Which process involves tracking the evolution of variable values during an algorithm's execution?

7. Which pseudocode structure is used for making decisions?

8. In Pascal, which keyword is used to end the main block of a program?

9. How do you write a comment in C/C++?

10. What is the main benefit of using pseudocode before writing actual code?

Back To Top