1 |
The keyword used to transfer control from the body of loop to the start of loop is |
- A. Exit
- B. Continue
- C. Break
- D. End
|
2 |
Semicolon is placed at the end of condition in: |
- A. While loop
- B. Do-while loop
- C. For loop
- D. All
|
3 |
________ contains icon button that are shortcuts to the commands in the menu |
- A. Menu bar
- B. Tool bars
- C. Scroll bar
- D. Status bar
|
4 |
A ________ is used to perform the same sequence of steps or automating tasks repeatedly |
- A. Macro
- B. Module
- C. Forms
- D. Reports
|
5 |
A special value that marks the end of a list of input data is called: |
- A. Terminal value
- B. Sentinel Value
- C. Loop control value
- D. Input value
|
6 |
Each record consists of a |
- A. Rows
- B. Columns
- C. Both a and b
- D. None of these
|
7 |
Which of the following statement can be used in C |
- A. While
- B. For
- C. Do while
- D. All
|
8 |
The keyword used to come out of the body of loop is |
- A. Exit
- B. Continue
- C. Break
- D. Ebd
|
9 |
A loop whose execute never ends is called |
- A. Nested loop
- B. Forever loop
- C. Infinite loop
- D. Counter loop
|
10 |
One execution of a loop is known as a(n): |
- A. Cycle
- B. Duration
- C. Iteration
- D. Test
|