ShowPer Page
The actual working area in Microsoft Excel is:
NETNUST Entry TestComputer ScienceSpreadsheet Processing
The intersection of a row and column form a:
NETNUST Entry TestComputer ScienceSpreadsheet Processing
Which of the following is a spreadsheet:
NETNUST Entry TestComputer ScienceSpreadsheet Processing
The keyword $'break'$ cannot be used within:
NETNUST Entry TestComputer ScienceLoops
When does the code block following while (x<100) execute?
NETNUST Entry TestComputer ScienceLoops
The body of for loop with single statement ends with:
NETNUST Entry TestComputer ScienceLoops
The body of while loop with multiple statements ends with:
NETNUST Entry TestComputer ScienceLoops
When is for loop more appropriate than while loop?
NETNUST Entry TestComputer ScienceLoops
Which of the following is a loop statement?
NETNUST Entry TestComputer ScienceLoops
Semicolon is placed at the end of the condition in:
NETNUST Entry TestComputer ScienceLoops
While loop is also called:
NETNUST Entry TestComputer ScienceLoops
This means to increase a value by one:
NETNUST Entry TestComputer ScienceLoops
In a for statement, this expression is executed only once:
NETNUST Entry TestComputer ScienceLoops
A special value that makes the end of a list of loop body?
NETNUST Entry TestComputer ScienceLoops
The loop which never ends is called:
NETNUST Entry TestComputer ScienceLoops
A loop within a loop is called:
NETNUST Entry TestComputer ScienceLoops
Which statement causes a loop to terminate early?
NETNUST Entry TestComputer ScienceLoops
Which of the following loop is called counter loop?
NETNUST Entry TestComputer ScienceLoops