
Intro to CS Unit 3 Practice test

Flashcard
•
Computers
•
12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
When do you use an else statement?
Back
To tell what will happen when an if-statement is false
Answer explanation
The else case will run when all of the other conditions checked are false
2.
FLASHCARD QUESTION
Front
Which of the following is NOT true about all algorithms?
- All algorithms can only do number calculations
- All algorithms have clear instructions
- All algorithms stop in a finite amount of time
- All algorithms have an order
Back
All algorithms can only do number calculations
Answer explanation
Algorithms are not restricted to only number calculations, they can do other processes as well.
3.
FLASHCARD QUESTION
Front
The following code could be rewritten using:
if (x > 12):
if (x < 34):
Back
and
Answer explanation
This is correct because both conditions need to be true
4.
FLASHCARD QUESTION
Front
Write the code to test if the number in the variable text1 is greater than 15.
Back
if (text1 > 15):
Answer explanation
This correctly tests if text1 is greater than the number 15
5.
FLASHCARD QUESTION
Front
Write the code to test if the number 78 is stored in the variable text1:
Back
if (text1 == 78):
Answer explanation
This correctly tests if text1 equals the number 78
6.
FLASHCARD QUESTION
Front
Write the code to test if the variables num1 and num2 are not the same
Back
if (num1 != num2 ):
Answer explanation
This correctly tests if num1 is not equal to num2
7.
FLASHCARD QUESTION
Front
To test if x is greater than or equal to y: if (x ___ y):
Back
>=
Answer explanation
This would be used to check if x is greater than or equal to y
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
AP CSA Primitive Types Practice

Flashcard
•
11th Grade
14 questions
AP CS ArrayLists

Flashcard
•
12th Grade
10 questions
Piecewise Functions

Flashcard
•
12th Grade
16 questions
Python Basics Unit 3.1

Flashcard
•
12th Grade
15 questions
Python Programming Flashcard

Flashcard
•
University
17 questions
AP CSA Unit 3 Review

Flashcard
•
12th Grade
14 questions
Halloween Java

Flashcard
•
12th Grade
15 questions
Python modules, operators and random

Flashcard
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade