CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

9th Grade

15 Qs

quiz-placeholder

Similar activities

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

Boolean Logic and Expressions

Boolean Logic and Expressions

9th - 10th Grade

15 Qs

Boolean Expressions

Boolean Expressions

9th Grade

15 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Code.org Discoveries Unit 3

Code.org Discoveries Unit 3

7th - 10th Grade

16 Qs

Boolean Logic

Boolean Logic

9th - 10th Grade

20 Qs

Unit 3 If statements Quiz

Unit 3 If statements Quiz

9th - 12th Grade

13 Qs

CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Joan Goldberg

Used 90+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 > 2) is

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 < 2) is

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 == 2) is

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 != 2) is

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 >= 2) is

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression: an expression that evaluates to either true or false.

(3 <= 2) is

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean values are true or false. Which parameter is a boolean?


Rect(left, top, width, height, fill='black', opacity=100, visible=True)

left

fill

opacity

visible

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?