Search Header Logo

Expressions coding and or not coding

Authored by Joe Rowe

Computers

9th - 12th Grade

Used 10+ times

Expressions coding and or not coding
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What syntax compares using "Equal to" ?

=

==

!=

>=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What syntax compares using "Not equal to" ?

=

==

!=

>=

3.

MATCH QUESTION

1 min • 1 pt

Match the following

assign 3 to x

boolean

assignment

operator

x = 3

compare

health to

4

health == 4

comparison

operator

=

true or false

==

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A condition is __________.

any expression that evaluates to True or False
a built-in function that assigns a Boolean value to a variable
a formula that is executed for a result
an operand that indicates both conditions are True or False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var age = 17;

if ( age > 17 ) {

print("you are old enough to vote);
}

Testing a condition

True condition

Always true

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

var yourHealth = 0;

var yourFood = 1;

if ( yourHealth < 1 | | yourFood < 1 ) {

print("you are dead");

}

Testing two conditions

You are dead

you are alive

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if ( x > 200 && y > 200)

Always True

compound condition testing x and y

Always False

x and y always greater than 200

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?