Expressions coding and or not coding

Expressions coding and or not coding

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

AP CSP 2020 Midterm Review

AP CSP 2020 Midterm Review

10th - 12th Grade

16 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

Python Basics

Python Basics

KG - University

16 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

Do Now Lesson 2

Do Now Lesson 2

9th - 12th Grade

15 Qs

Python Quiz

Python Quiz

9th Grade

10 Qs

Arrays

Arrays

KG - University

10 Qs

JavaScript Knowledge & Skills

JavaScript Knowledge & Skills

9th - 12th Grade

15 Qs

Expressions coding and or not coding

Expressions coding and or not coding

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Joe Rowe

Used 4+ times

FREE Resource

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

=

comparison

operator

x = 3

compare

health to

4

health == 4

true or false

boolean

assignment

operator

==

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?