What syntax compares using "Equal to" ?
Expressions coding and or not coding

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Joe Rowe
Used 3+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
=
==
!=
>=
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
health == 4
true or false
x = 3
compare
health to
4
boolean
comparison
operator
==
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 Quizizz
10 questions
Functions

Quiz
•
8th Grade - University
12 questions
Python

Quiz
•
7th - 9th Grade
15 questions
Javascript

Quiz
•
10th - 12th Grade
10 questions
Huffman Coding

Quiz
•
6th - 10th Grade
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
10 questions
C# Variables

Quiz
•
10th Grade
15 questions
HTML CSS JS Review

Quiz
•
12th Grade
10 questions
TLE Q3 M5

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University