conditional and iterative statements

conditional and iterative statements

11th Grade

10 Qs

quiz-placeholder

Similar activities

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

Loops

Loops

11th Grade

6 Qs

Java Beginners

Java Beginners

11th Grade

15 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

You know what it is

You know what it is

6th - 12th Grade

6 Qs

For Loops HW

For Loops HW

9th - 12th Grade

12 Qs

Lists and Loops in Computer Science

Lists and Loops in Computer Science

7th - 11th Grade

15 Qs

Lists and Loops in Python

Lists and Loops in Python

7th - 11th Grade

15 Qs

conditional and iterative statements

conditional and iterative statements

Assessment

Quiz

Computers

11th Grade

Medium

Created by

JAGANNATHAN D

Used 50+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 12 pts

Media Image
12  17   22
5
12
5  10

2.

MULTIPLE CHOICE QUESTION

45 sec • 12 pts

Media Image
12  9  6  3  0
0  3  6  9  12
9  6  3  0
0  3  6  9

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The program above

prints all the odd numbers between 1 and 20

prints all even numbers between 1 and 20

print all the odd numbers between 1 and 21

prints all the even numbers between 1 and 21

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The equivalent of the above for loop using the while syntax would be

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How many times will 1 be printed

3

4

5

6

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

for i in 100 :

print ( i )

Syntax error

prints numbers 0 to 100

prints numbers 1 to 100

prints numbers 0 to 99

prints numbers 1 to 99

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does this program print

2 + 2 = 4

4 + 4 = 8

8 + 8 = 16

16 + 16 = 32

32 + 32 = 64

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 4 = 6

2 + 6 = 8

2 + 8 = 10

2 + 10 = 12

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 2 = 4

2 + 4 = 6

2 + 6 = 8

2 + 8 = 10

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?