Expressions coding and or not coding

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
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
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
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
Similar Resources on Wayground
6 questions
Javascript conditions

Quiz
•
11th Grade
16 questions
QUIZ #1 JAVASCRIPT

Quiz
•
11th Grade
10 questions
Tipos de datos JavaScript

Quiz
•
9th - 11th Grade
13 questions
Arrays in Swift

Quiz
•
10th - 12th Grade
15 questions
javascript

Quiz
•
11th Grade
13 questions
Scratch Coding

Quiz
•
1st - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
14 questions
CSAwesome 3.6.1Equivalent Boolean Expressions

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade