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

image
image
image

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

ICS Part 2 Computer Science Chapter 12 Online Test

Try the ICS Part 2 Computer Science Chapter 12 Online Test.

  • Total Questions15

  • Time Allowed20

Start Test

ICS Part 2 Computer Science Chapter 12 Online Test

00:00
Question # 1

This statement causes a loop to terminate early?

Question # 2

The loop structure in which condition comes after the body of the loop is

Question # 3

What is the value of "a" after the execution of the following code?
int a 25;
for(int c=0; c<4;c++)
a=a-1;
a=1+3;

Question # 4

When is for loop more appropriate then while loop?

Question # 5

Which of the following is a loop statement?

Question # 6

This means to increase a value by one:

Question # 7

This is a control structure that causes a statement or group of statement to repeat:

Question # 8

Which of the following loop is available in C language?

Question # 9

This statement may be used to stop a loop's current iteration and begin once:

Question # 10

The loop which never ends is called:

Question # 11

A ________ is used to perform the same sequence of steps or automating tasks repeatedly

Question # 12

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

Question # 13

______ are used to enter data into databases

Question # 14

The loop structure that executes at least ones is

Question # 15

Where should be the loop control variable initialized?

Submit

Prepare All ICS Part 2 Computer Science Chapter 12 Online Test MCQs With Answers


Top Scorers of ICS Part 2 Computer Science Chapter 12 Online Test

  • B
    Brilliant Star 22 - Jun - 2024 00 Min 58 Sec 15/15
  • S
    Shaista Kanwal 05 - Aug - 2023 02 Min 00 Sec 15/15
  • N
    Noreenjaved Javed 16 - Jan - 2025 02 Min 16 Sec 15/15
  • B
    Brilliant Star 22 - Jun - 2024 01 Min 00 Sec 14/15
  • B
    Brilliant Star 22 - Jun - 2024 01 Min 11 Sec 14/15
  • N
    Noreenjaved Javed 16 - Jan - 2025 01 Min 16 Sec 14/15
  • B
    Brilliant Star 22 - Jun - 2024 01 Min 27 Sec 14/15
  • N
    Noreenjaved Javed 16 - Jan - 2025 02 Min 25 Sec 14/15
  • N
    Noreenjaved Javed 14 - Jan - 2025 02 Min 31 Sec 14/15
  • T
    Tehreem Batool 10 - Mar - 2024 02 Min 35 Sec 14/15
  • U
    uswa arshad 18 - Nov - 2024 03 Min 57 Sec 14/15
  • B
    Brilliant Star 22 - Jun - 2024 04 Min 00 Sec 14/15
  • D
    Daud Sheraz 10 - Sep - 2023 12 Min 58 Sec 14/15
  • B
    Brilliant Star 22 - Jun - 2024 01 Min 32 Sec 13/15
  • S
    Shaista Kanwal 05 - Aug - 2023 01 Min 56 Sec 13/15

Test Questions