12th Class ICS Computer Science Chapter 12 Online MCQ Test for (Loop Constructs)

ICS Part 2 Computer Science Online
Chapter 12 Test

Start Chapter 12 Test

MCQ's Test For Chapter 0 "ICS Part 2 Computer Science Chapter 12 Online Test"

Try The MCQ's Test For Chapter 0 "ICS Part 2 Computer Science Chapter 12 Online Test"

  • Total Questions15

  • Time Allowed20

ICS Part 2 Computer Science Chapter 12 Online Test

00:00
Question # 1

The body of while loop with multiple statements ends with:

Question # 2

While loop is also called:

Question # 3

When is while loop more appropriate then for loop?

Question # 4

The body of for loop with single statement ends with:

Question # 5

If we want a user to enter exactly 20 values, which loop would be the best to use?

Question # 6

Which of the following statement can be used in C

Question # 7

Redundancy means

Question # 8

The keyword used to transfer control from the body of loop to the start of loop is

Question # 9

The loop which never ends is called:

Question # 10

Repetition structure is used to execute a statement or set of statement

Question # 11

The loop structure that executes at least ones is

Question # 12

Which loop structure always executes at least once?

Question # 13

If n=3, what will be the value of n after executing the following code?
do
n*=2
while (n<48);

Question # 14

A counter can be defined as:

Question # 15

What is the final value of x after executing the following code:
For (int x=0; x<10; X++)

Prepare Complete Set Wise Chapter 0 "ICS Part 2 Computer Science Chapter 12 Online Test" MCQs Online With Answers


Topic Test

00:00
12th Chapter

ICS Part 2 Computer Science Chapter 12 Online Test MCQ's

Top Scorers Of Chapter 0 "ICS Part 2 Computer Science Chapter 12 Online Test" MCQ`s Test

  • N
    Noreenjaved Javed 16 - Jan - 2025 02 Min 16 Sec 15/15
  • A
    Ayesha Javed 26 - Oct - 2024 02 Min 30 Sec 15/15
  • M
    Memona Zaka 20 - Dec - 2024 02 Min 31 Sec 15/15
  • S
    Shanza- Shabbir. 14 - Nov - 2024 03 Min 00 Sec 15/15
  • T
    Tariq Rahi 15 - Dec - 2024 02 Min 30 Sec 14/15
  • W
    Waheed Asghar 08 - Dec - 2024 02 Min 32 Sec 14/15
  • A
    Amber Ilyas 24 - Oct - 2024 02 Min 47 Sec 14/15
  • U
    uswa arshad 18 - Nov - 2024 03 Min 57 Sec 14/15
  • Z
    zahra noor 07 - Dec - 2025 03 Min 18 Sec 13/15
  • M
    Manahil Rafique 17 - Sep - 2024 03 Min 26 Sec 13/15
  • A
    Areeha Waheed 07 - Jul - 2024 04 Min 04 Sec 13/15
  • K
    khadija jafar 29 - Dec - 2024 08 Min 48 Sec 13/15
  • T
    Tech Design 26 - Feb - 2026 01 Min 30 Sec 12/15
  • M
    mueez farhan 18 - Sep - 2024 02 Min 17 Sec 12/15
  • I
    Iman 15 - Dec - 2024 02 Min 27 Sec 12/15

ICS Part II Computer Science Chapter 0 Important MCQ's

Sr.# Question Answer
1 This is a control structure that causes a statement or group of statement to repeat:
A. Decision statement
B. Duration
C. Iteration
D. Test
2 The loop structure that executes at least ones is
A. While
B. Do-while
C. For
D. All
3 How many types of loop structure are available in C language?
A. While
B. Do-while
C. For
D. All
4 When does the code block following while (x<100) execute?
A. When x is less then one hundred
B. When x is greater then one hundred
C. When x is equal to one hundred
D. None
5 When is for loop more appropriate then while loop?
A. The termination condition is known in advance
B. The number of iterations is not known in advance
C. The loop should be executed only once
D. The loop should be executed at least once
6 This statement causes a loop to terminate early?
A. Break
B. Terminate
C. Exit
D. A and B
7 Each record consists of a
A. Rows
B. Columns
C. Both a and b 
D. None of these
8 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
9 A ________ is used to perform the same sequence of steps or automating tasks repeatedly
A. Macro
B. Module
C. Forms
D. Reports
10 The loop which never ends is called:
A. Infinite loop
B. Running loop
C. Continuous loop
D. Nested loop

Test Questions

Is this page helpful?