[AP CSP] Programming with Conditionals [If, Elif, Else]

[AP CSP] Programming with Conditionals [If, Elif, Else]

9th Grade - University

35 Qs

quiz-placeholder

Similar activities

Entrepreneurship Honors 1 Unit 4

Entrepreneurship Honors 1 Unit 4

9th - 12th Grade

30 Qs

SIMKOMDIG

SIMKOMDIG

11th Grade

39 Qs

PARTS OF COMPUTER TEST

PARTS OF COMPUTER TEST

12th Grade

36 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

University

40 Qs

AD S2 G360s Week 9 -2021

AD S2 G360s Week 9 -2021

12th Grade

30 Qs

REPASO UNIDAD 2

REPASO UNIDAD 2

University

30 Qs

World Wide Web Brainstorming!

World Wide Web Brainstorming!

University

32 Qs

Programacion Vb (11)

Programacion Vb (11)

11th Grade

35 Qs

[AP CSP] Programming with Conditionals [If, Elif, Else]

[AP CSP] Programming with Conditionals [If, Elif, Else]

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

Tommy Nguyen

Used 59+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The second part of if, that is executed when the condition is false
if
else
for
input

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which statement will check to see if a is equal to b?
if a == b
if a = b:
if a != b:
if a == b:

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What will be printed to the screen?
Nothing
Success
Failure
Success
 Failure

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What will be printed to the screen?
Success
Failure
Part of the way there!
Nothing

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What will be printed to the screen?

Failure

Part of the way there!

Success

Nothing

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which statement will check to see if a is both less than b and less than c?
if a < b < c:
if a < b and a < c:
if a < b and c:
if a < b and b < c

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following are comparators
Equal to (==)
Not equal to (!=)
Less than or equal to (<=)
All of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers