Expressions coding and or not coding

Expressions coding and or not coding

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Coding Conditionals

Coding Conditionals

Understanding Conditional Statements in Code.org Unit 4 Lesson 7

Understanding Conditional Statements in Code.org Unit 4 Lesson 7

Unit 4 Review Code.org

Unit 4 Review Code.org

Programming Concepts Quiz

Programming Concepts Quiz

JavaScript Intro, Variables, and Conditionals

JavaScript Intro, Variables, and Conditionals

Expressions coding and or not coding

Expressions coding and or not coding

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Joe Rowe

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

comparison

operator

health == 4

assignment

operator

boolean

assign 3 to x

=

compare

health to

4

x = 3

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

Create a free account and access millions of resources

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?