2.3 Booleans

2.3 Booleans

Assessment

Flashcard

Computers

8th Grade

Easy

Created by

Robert Novak

Used 3+ times

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

boolean

Back

A data type with two possible values: True or False

2.

FLASHCARD QUESTION

Front

boolean expression

Back

An expression that creates a boolean value

3.

FLASHCARD QUESTION

Front

logical operator

Back

Combine or modify boolean values

4.

FLASHCARD QUESTION

Front

and

Back

A logical operator that makes an expression True only if all parts are True

5.

FLASHCARD QUESTION

Front

or

Back

A logical operator that makes an expression True as long as one part is True

6.

FLASHCARD QUESTION

Front

not

Back

A logical operator that turns a boolean value to its opposite value

7.

FLASHCARD QUESTION

Front

nesting

Back

Structures inside of other structures.