Toggle Menu
Menu
ClassNotes
Prepare Standardized Tests
Notes & Solved Past Papers
Shop
Tutors
Company
Search ClassNotes...
Search...
Ctrl
K
Command Palette
Search for a command to run...
Become a Tutor
Toggle layout
Toggle theme
Home
/
Prepare
MCQs
Show
Per Page
The actual working area in Microsoft Excel is:
NET
NUST Entry Test
Computer Science
Spreadsheet Processing
The intersection of a row and column form a:
NET
NUST Entry Test
Computer Science
Spreadsheet Processing
Which of the following is a spreadsheet:
NET
NUST Entry Test
Computer Science
Spreadsheet Processing
The keyword $'break'$ cannot be used within:
NET
NUST Entry Test
Computer Science
Loops
What is the final value of x after executing the following code: for (int x=0;x<10;x++)
NET
NUST Entry Test
Computer Science
Loops
When does the code block following while (x<100) execute?
NET
NUST Entry Test
Computer Science
Loops
The body of for loop with single statement ends with:
NET
NUST Entry Test
Computer Science
Loops
The body of while loop with multiple statements ends with:
NET
NUST Entry Test
Computer Science
Loops
When is for loop more appropriate than while loop?
NET
NUST Entry Test
Computer Science
Loops
Which of the following is a loop statement?
NET
NUST Entry Test
Computer Science
Loops
Semicolon is placed at the end of the condition in:
NET
NUST Entry Test
Computer Science
Loops
While loop is also called:
NET
NUST Entry Test
Computer Science
Loops
If you want a user to enter exactly 20 values, which loop would be the best to use?
NET
NUST Entry Test
Computer Science
Loops
This means to increase a value by one:
NET
NUST Entry Test
Computer Science
Loops
This statement maybe used to stop a loop's current iteration and begin next one:
NET
NUST Entry Test
Computer Science
Loops
In a for statement, this expression is executed only once:
NET
NUST Entry Test
Computer Science
Loops
A for statement contains three expressions: initialization, test and:
NET
NUST Entry Test
Computer Science
Loops
A special value that makes the end of a list of loop body?
NET
NUST Entry Test
Computer Science
Loops
Which statement is used to move the control to the start of loop body?
NET
NUST Entry Test
Computer Science
Loops
The loop which never ends is called:
NET
NUST Entry Test
Computer Science
Loops
A loop within a loop is called:
NET
NUST Entry Test
Computer Science
Loops
Which statement causes a loop to terminate early?
NET
NUST Entry Test
Computer Science
Loops
This loop is a good choice when you know how many times you want the loop to iterate in advance of entering the loop?
NET
NUST Entry Test
Computer Science
Loops
Which of the following loop is called counter loop?
NET
NUST Entry Test
Computer Science
Loops
In which loop, the condition comes before the body of the loop?
NET
NUST Entry Test
Computer Science
Loops
Previous
1
More pages
149
150
151
152
153
More pages
Next