Module 06 - Advanced Ifs

Module 06 - Advanced Ifs

10th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Exam Review: Big Idea 3

AP CSP Exam Review: Big Idea 3

8th - 10th Grade

15 Qs

J277 - 2.2 - Random Number Generation

J277 - 2.2 - Random Number Generation

10th Grade - University

8 Qs

9.1.5 - Starter Quiz

9.1.5 - Starter Quiz

7th - 11th Grade

14 Qs

SLR 9 - Advanced Programming Techniques - Part Two

SLR 9 - Advanced Programming Techniques - Part Two

10th Grade

10 Qs

10 56 Условия в Python

10 56 Условия в Python

10th Grade

15 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Python Demo Quiz Set1

Python Demo Quiz Set1

9th - 12th Grade

12 Qs

matplotlib

matplotlib

8th - 11th Grade

10 Qs

Module 06 - Advanced Ifs

Module 06 - Advanced Ifs

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Casey Devet

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is it called when we put an if statement inside of another if statement's body?

grouping

looping

nesting

iterating

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this code snippet print if the value of num is 12?

A

B

C

D

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

If age has the value 32, what will be printed?

GROUP 1

GROUP 2

GROUP 3

GROUP 4

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

If age has the value 14, what will be printed?

GROUP 1

GROUP 2

GROUP 3

GROUP 4

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

If age has the value 18, what will be printed?

GROUP 1

GROUP 2

GROUP 3

GROUP 4

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will this code snippet print if the value of num is 5?

A

B

C

D

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which command will generate a random integer between 1 and 100?

random.uniform(100)

random.uniform(1, 100)

random.randint(100)

random.randint(1, 100)

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?