loops in C

loops in C

University

10 Qs

quiz-placeholder

Similar activities

FGCT4023 Topic 3 - Control

FGCT4023 Topic 3 - Control

University

10 Qs

Exam 1 Practice

Exam 1 Practice

University

15 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

DECISION MAKING IN C

DECISION MAKING IN C

University

10 Qs

CSNP-04103 Chapter 5 - Loops

CSNP-04103 Chapter 5 - Loops

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

University

15 Qs

Unit 2 Python

Unit 2 Python

University

10 Qs

loops in C

loops in C

Assessment

Quiz

Computers

University

Medium

Created by

Sowmya D

Used 25+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an example of a Looping statement?

For

Do while

While

Switch

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is faster in C Language, for, while, or Do While?

For

While

Do while

All work at the same speed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If block always needs to be associated with an else block?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To perform a set of instructions repeatedly which of the following can be used?

For

While

If else if

Both 1 & 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the following is an unconditional control structure?

Do while

If else

Goto

For

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This Loop tests the condition after having executed the Statements within the Loop.

For Loop

While

Do while

if else if

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a right C Statement.

Loops or Repetition block executes a group of statements repeatedly.

Loop is usually executed as long as a condition is met.

Loops usually take advantage of Loop Counter

All the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?