Retake Review 1

Quiz
•
Computers
•
9th Grade
•
Medium
Autumn Hart
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is pseudocode?
A pokemon that looks like a tree but is actually made of stone
A representation of code that is not written in a real programming language
It's another name for flowcharts
A programming language used to make phone apps
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of this logical operator? ||
AND
OR
NOT
Equal to
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of this logical operator? !
AND
OR
NOT
Not equal to
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of this logical operator? &&
AND
OR
NOT
Greater than or equal to
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these options is NOT a comparison operator?
>
<=
=
!=
Answer explanation
Remember, in programming, one equal sign is assignment (storing a value into a variable). The comparison operator that checks if two values are equal uses TWO equal signs (==).
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Read the pseudocode provided. Is the alligator happy (true)?
int x = 0;
Print x >= 0;
True (Happy Alligator)
False (Sad Alligator)
x >= 0
Not enough info
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all that apply: Which of the following are true? (Assume x = 17)
x == 17
x + 3 > 20
x <= 100
x != 500 && x > 500
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
S3 Python 1

Quiz
•
8th - 10th Grade
15 questions
Microbit Algorithms

Quiz
•
9th Grade
14 questions
python IF part1

Quiz
•
9th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
12 questions
Introduction to Python Programming

Quiz
•
7th - 10th Grade
10 questions
Python Boolean and If

Quiz
•
9th - 12th Grade
15 questions
End of term assessment

Quiz
•
9th Grade
11 questions
1.TR - Alg i Prog - 09 - Relacijsk i logički operatori, ispis, u

Quiz
•
9th 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