ECAT Pre Computer Science MCQ Test For Computer Chapter 11 With Answer

MCQ's Test For ECAT Computer Science Chapter 11 Loops

Try The MCQ's Test For ECAT Computer Science Chapter 11 Loops

  • Total Questions15

  • Time Allowed15

ECAT Computer Science Chapter 11 Loops

00:00
Question # 1

How many types of loop structure are available In C?

Question # 2

While loop is also called:

Question # 3

When is for loop more appropriate than while loop?

Question # 4

When is for loop more appropriate than while loop?

Question # 5

When does the code block following while (x<100) execute?

Question # 6

Which statement causes a loop to terminate early?

Question # 7

Which of the following loop is available In C language?

Question # 8

Which of the following loop is called as counter loop?

Question # 9

This is a control structure that causes a statement or arouo of statements to repeat

Question # 10

Which of the following loop is available in C language?

Question # 11

Which of the following is a loop statement?

Question # 12

A counter can be defined as:

Question # 13

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

Question # 14

A loop within a loop Is called

Question # 15

A special value that is marks the end of a list of loop body?

Prepare Complete Set Wise ECAT Computer Science Chapter 11 Loops MCQs Online With Answers


Topic Test

00:00

Top Scorers Of ECAT Computer Science Chapter 11 Loops MCQ`s Test

  • A
    Abdullah Tahir 31 - Jan - 2019 01 Min 46 Sec 60/60
  • K
    kanwal shahzadi 12 - Feb - 2019 02 Min 01 Sec 60/60
  • L
    Laraib Sadaqat 29 - May - 2024 02 Min 11 Sec 60/60
  • L
    laiba tariq 03 - Feb - 2019 03 Min 05 Sec 60/60
  • S
    suzi 06 - Feb - 2026 01 Min 03 Sec 56/60
  • S
    Saiman Gill 11 - Mar - 2024 01 Min 14 Sec 55/60
  • I
    Iftikhar Ahmad 02 - Nov - 2018 02 Min 45 Sec 55/60
  • M
    Muhammad Usman 29 - Nov - 2018 03 Min 14 Sec 55/60
  • S
    Suleman Zeeshan 06 - Jul - 2021 03 Min 18 Sec 55/60
  • A
    Alishba Farooq 10 - Mar - 2024 09 Min 20 Sec 55/60
  • S
    sana hashmi 06 - Aug - 2018 01 Min 25 Sec 50/60
  • A
    Almas 04 - Aug - 2018 01 Min 59 Sec 50/60
  • F
    Fatima 05 - Feb - 2019 02 Min 17 Sec 50/60
  • M
    maryam 25 - Oct - 2018 02 Min 23 Sec 50/60
  • S
    soha 09 - Aug - 2018 02 Min 28 Sec 50/60

ECAT Computer Sciences Chapter 11 Important MCQ's

Sr.# Question Answer
1 Which of the following loop is called counter loop?
A. For
B. While
C. Do-while
D. All
2 One execution of a loop is known as a:
A. Cycle
B. Duration
C. Iteration
D. Test
3 In a for statement, this expression is executed only once:
A. Test
B. Validation
C. Initialization
D. All
4 This means to increase a value by one:
A. Modulus
B. Increment
C. Decrement
D. Inc
5 A loop within a loop is called?
A. Nested loop
B. Complex loop
C. Infinite loop
D. Dual loop
6 Where should be the loop control variable initialized?
A. Before the loop starts
B. Anywhere in the loop body
C. In the first statement of the loop body
D. In the last statement of the loop body
7 Which of the following loop is called as counter loop?
A. For
B. While
C. Do while
D. All
8 What is the final value of x after executing the following code:
for (int x=0; x<10;x++)
A. 10
B. 9
C. 0
D. 1
9 The loop is a good choice when you how many times you want the loop to iterate in advance of entering the loop:
A. While
B. Do while
C. For
D. Nested
10 Which loop structure always executes at least once?
A. Do-while
B. For
C. While
D. All

Test Questions

Is this page helpful?