Code.org Video 3 Conditional Statements Quiz

Code.org Video 3 Conditional Statements Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Printing in Java

Printing in Java

9th - 12th Grade

8 Qs

Grammar Test (Preposition of Time)

Grammar Test (Preposition of Time)

7th - 9th Grade

10 Qs

AP CSP Boolean Logic 5

AP CSP Boolean Logic 5

9th - 12th Grade

11 Qs

Ice Breaker

Ice Breaker

9th Grade

10 Qs

Warm up | Exit Quiz | Oak National Academy

Warm up | Exit Quiz | Oak National Academy

8th Grade - University

3 Qs

Python Basics

Python Basics

8th - 12th Grade

12 Qs

APCSP Unit 1

APCSP Unit 1

9th - 12th Grade

12 Qs

Riddles

Riddles

8th - 9th Grade

10 Qs

Code.org Video 3 Conditional Statements Quiz

Code.org Video 3 Conditional Statements Quiz

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Anka Vonic

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of an OR expression if both the first and second expressions are false?

None of the above

Depends on the situation

False

True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of an AND expression if only one of the conditions is true?

None of the above

Depends on the situation

False

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the museum gives student pricing on Tuesday or Thursday, what is the result if it's Monday and the user is 25 years old?

Regular pricing

None of the above

Student pricing

Depends on the situation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using text, what do we use to group Boolean expressions together?

Angle brackets

Curly braces

Square brackets

Parentheses

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to ask if the day is equal to Tuesday or Thursday in a computer question?

Is it Tuesday equal to Thursday?

Is the day Tuesday or Thursday?

Is it Tuesday or Thursday?

Is the day equal to Tuesday or is the day equal to Thursday?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of an OR expression if both the first and second expressions are true?

None of the above

True

False

Depends on the situation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of an AND expression if both the conditions are true?

None of the above

True

False

Depends on the situation

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the museum gives student pricing on Tuesday or Thursday, what is the result if it's Tuesday and the user is 18 years old?

Regular pricing

Student pricing

None of the above

Depends on the situation