DECISION MAKING IN C

DECISION MAKING IN C

University

10 Qs

quiz-placeholder

Similar activities

AWD Quiz #2

AWD Quiz #2

University

10 Qs

C++ programing Quiz

C++ programing Quiz

12th Grade - University

10 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

University

15 Qs

Fun with Coding Concepts

Fun with Coding Concepts

4th Grade - University

15 Qs

PSP Week 4

PSP Week 4

University

15 Qs

Workshop 2 Review

Workshop 2 Review

University

10 Qs

Kuis Pengenalan Bahasa C Part 2

Kuis Pengenalan Bahasa C Part 2

12th Grade - University

15 Qs

Exam 1 Practice

Exam 1 Practice

University

15 Qs

DECISION MAKING IN C

DECISION MAKING IN C

Assessment

Quiz

Computers

University

Medium

Created by

RAJKUMAR DV

Used 44+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops in C Language are implemented using?

While Block

For Block

Do While Block

All the above

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 same speed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If block always need to be associated with a else block?

True

False

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The conditional operator are also known as

Relational operator

Binary operator

Ternary operator

Chary operator

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have to make decision based on multiple choices, which of the following is best suited?

if

if-else

if-else-if

All the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can we use string inside switch statement?

Yes

No

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?