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

AQA GCSE 3.2.1 - Data types

AQA GCSE 3.2.1 - Data types

9th - 10th Grade

20 Qs

Programming Java

Programming Java

9th Grade - University

11 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

JavaScript Math

JavaScript Math

9th - 11th Grade

20 Qs

Boolean Expressions

Boolean Expressions

9th - 11th Grade

18 Qs

Quiz 143 - Python Data Types and Numbers

Quiz 143 - Python Data Types and Numbers

9th Grade

15 Qs

CodeHS: Unit 6 - JavaScript Basics

CodeHS: Unit 6 - JavaScript Basics

9th Grade

15 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 92+ 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?