Unit 3 Vocabulary

Unit 3 Vocabulary

12 Qs

quiz-placeholder

Similar activities

Variables and Booleans Quiz

Variables and Booleans Quiz

KG - University

14 Qs

6th CER Vocabulary Quiz

6th CER Vocabulary Quiz

KG - University

14 Qs

Problem Solving and Computing practice questions

Problem Solving and Computing practice questions

6th Grade

15 Qs

U02 Review Vocabulary Test

U02 Review Vocabulary Test

KG - University

10 Qs

Vocab List 16: Contra-/Anti-

Vocab List 16: Contra-/Anti-

6th Grade

10 Qs

Chapter 6.2 Test

Chapter 6.2 Test

8th Grade

10 Qs

Python Quiz: If Statement

Python Quiz: If Statement

7th Grade

15 Qs

Unit 3 Vocabulary

Unit 3 Vocabulary

Assessment

Quiz

others

Hard

Created by

Jason King

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Block of statements
One or more statements enclosed in an open curly brace '{' and a closing curly brace '}'.
used to start a conditional statement. This is followed by a statement or a block of statements that will be executed if the Boolean expression is true.
Used to execute the following statement or block of statements if one of the conditions are true
used to execute a statement or block of statements if the Boolean expression on the if part was false.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Boolean expression
A Boolean expression with two or more conditions joined by a logical and '&&' or a logical or '||'.
A mathematical or logical expression that is either true or false.
One or more statements enclosed in an open curly brace '{' and a closing curly brace '}'.
used to start a conditional statement. This is followed by a statement or a block of statements that will be executed if the Boolean expression is true.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

complex conditional
used to have 3 or more possible outcomes such as if x is equal, x is greater than, or x is less than some value. It will only execute if the condition in the 'if' was false and the condition in the else if is true.
used to start a conditional statement. This is followed by a statement or a block of statements that will be executed if the Boolean expression is true.
Used to execute code only if a Boolean expression is true.
A Boolean expression with two or more conditions joined by a logical and '&&' or a logical or '||'.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

conditional
Used to execute code only if a Boolean expression is true.
Rules about how to distribute a negation on a complex conditional.
used to have 3 or more possible outcomes such as if x is equal, x is greater than, or x is less than some value. It will only execute if the condition in the 'if' was false and the condition in the else if is true.
A Boolean expression with two or more conditions joined by a logical and '&&' or a logical or '||'.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DeMorgan's Laws
turns a true statement false and a false statement true
used to execute a statement or block of statements if the Boolean expression on the if part was false.
Rules about how to distribute a negation on a complex conditional.
Used to execute the following statement or block of statements if one of the conditions are true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

logical and
Used to only execute the following statement or block of statements if both conditions are true
Used to execute the following statement or block of statements if one of the conditions are true
used to start a conditional statement. This is followed by a statement or a block of statements that will be executed if the Boolean expression is true.
A Boolean expression with two or more conditions joined by a logical and '&&' or a logical or '||'.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

logical or
One or more statements enclosed in an open curly brace '{' and a closing curly brace '}'.
Used to only execute the following statement or block of statements if both conditions are true
Used to execute the following statement or block of statements if one of the conditions are true
turns a true statement false and a false statement true

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?