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

In which loop condition comes before the body of the loop?

Question # 2

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

Question # 3

Which of the following loop is available In C language?

Question # 4

How many types of loop stricture are available in C?

Question # 5

This loop Is a good choice when you know how mane times you want the loop to Iterate in advance of entering the loop?

Question # 6

One execution of a loop Is known as a (n)

Question # 7

Where should be the loop control variable initialized?

Question # 8

The body of while loop with multiple statements ends with:

Question # 9

Where should be the loop control variable initialized?

Question # 10

Which of the following is a loop statement?

Question # 11

This statement maybe used to stop a loop's current iteration and begin next one:

Question # 12

Which loop, condition comes before the body of loop?

Question # 13

While loop is also called:

Question # 14

While loop is also called:

Question # 15

Which of the following loop is called counter loop?

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


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
    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
  • A
    Ahmad 14 - Jul - 2022 02 Min 29 Sec 50/60
Sr.# Question Answer
1 One execution of a loop is known as a:
A. Cycle
B. Duration
C. Iteration
D. Test
2 Which of the following loop is available in C language?
A. All
B. For
C. Do while
D. While
3 In a for statement, this expression is executed only once:
A. Test
B. Validation
C. Initialization
D. All
4 How many types of loop stricture are available in C?
A. 4
B. 3
C. 2
D. 6
5 Which loop,structure always executes at least once?
A. Do-while
B. For
C. While
D. All
6 A counter can be defined as:
A. The final value of a loop
B. A variable that counts loop iterations
C. The initial value of a lopp
D. The step value of a loop
7 This loop Is a good choice when you know how mane times you want the loop to Iterate in advance of entering the loop?
A. While
B. Do-while
C. For
D. Nested
8 Where should be the loop control variable initialized?
A. Anywhere in the loop body
B. In the last statement of the loop body
C. Before the loop starts
D. In the first statement of the loop body
9 Which loop structure always executes at least once?
A. Do-while
B. For
C. While
D. All
10 A counter can be defined as
A. The final value of a loop
B. A variable that counts loop iterations
C. The initial value of a loop
D. The step value of a loop
11 Semicolon is placed at the end of condition in:
A. While loop
B. Do-while loop
C. For loop
D. All
12 In which loop the condition comes before the body of the loop?
A. While loop
B. Do-while loop
C. For loop
D. B and c
13 A for statement contains three expressions: Initialization, test and:
A. Assignment
B. Validation
C. Increment, decrement
D. Recalling
14 Which of the following loop is available in C language?
A. All
B. While
C. Do while
D. For
15 Which of the following is a loop statement?
A. If
B. If else
C. Switch
D. None

Test Questions

Is this page helpful?