information tecnology

information tecnology

8th Grade

12 Qs

quiz-placeholder

Similar activities

Tynker Programming 301 Lesson 8: Nested Loops

Tynker Programming 301 Lesson 8: Nested Loops

7th - 8th Grade

14 Qs

Java

Java

1st - 12th Grade

8 Qs

Roller Coasters and our Body

Roller Coasters and our Body

6th - 8th Grade

10 Qs

horses

horses

KG - Professional Development

17 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

guess the demon slayer character

guess the demon slayer character

7th - 12th Grade

15 Qs

Sprite Lab Quiz code.org

Sprite Lab Quiz code.org

4th - 8th Grade

10 Qs

Understanding Technological Resources

Understanding Technological Resources

8th Grade

10 Qs

information tecnology

information tecnology

Assessment

Quiz

Other

8th Grade

Hard

Created by

theedshanna uthayakumar

Used 13+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following can replace a simple if-else construct

Ternary operator

while loop

do-while loop

for loop

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is an entry-controlled loop?

do-while loop

will loop

for loop

both (B)AND (C)

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

q.     Which of the following is most suitable for a menu-driven program?

do-while loop

while loop

FOR LOOP

all of these

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the effect of writing a continue statement inside a loop?

(A) It cancels remaining iterations.

It skips execution of statements which are written below it

C) The program terminates immediately

(D) Loop counter is reset.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1.     The break statement causes an exit

from the innermost loop only

only from the innermost switch

from all loops & switches.

from the innermost loop or switch.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Q     How many sequences of statements present in C++?

4

3

5

6

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1.     Looping in a program means

Jumping to the specified branch of program

Repeat the specified lines of code

both of above

none of 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?