NEW
Font size
WorksheetsCode #1 Quiz Review
Total questions: 20
Worksheet time: 10mins
What is binary
punch cards that the computer understands
ones and zeros that the computer understands
a programing language that the computer understands
The first time a machine was programmed was
the space craft that landed on the moon
the earliest adding machine
a weaving loom using punch cards
Why did most groups struggle to build the block "castles"?
not enough details in the algorithms
hard to read the handwriting
not enough time was allowed
the binary line is
Base 10
a number line that starts with 1 and ends with 64
Base 2
Convert the following number to binary 9
1111
1001
1101
Which one the the following is NOT a programming language?
Java
Python
Snake
C#
Convert the following number to binary : 25
11000
10011
11001
How can you make a right turn using only a left turn block?
Create a right turn block
use 3 left turn blocks
Use the penUp block
What is the most popular programming language?
Java
Javascript
Python
Use Quizziz #1 script to answer the following question:
Why isn't my circle yellow?
The circle is too small to show the color
This block shows the "stroke" color
The computer reads the color after it has drawn the circle
Using the handout script #1, where will my circle be placed?
In the center of the canvas
in the lower right corner
in the upper left corner
Use Quizziz #2 to answer the question below:
Examine the code for the rectangle. What do the first two numbers represent?
the size of the rectangle
the location of the rectangle
the size of the canvas
What is the canvas?
the area in which I write my code
the area in which I see my results
a small part of my code
Is Javascript a version of Java?
Yes
No
What are two popular websites that are coded in Python?
Google and Pinterest
Netflix and Instagram
Instagram and Pinterest
What is an algorithm?
a computer program
steps in a math program
a series of steps used to solve any problem
Convert the following to binary: 28
11110
101010
11100
Using the Quizziz handout #3, determine the size of the rectangle
160x225
80x200
impossible to tell
Using the Quizziz handout #3, what color will be rectangle be?
yellow with a red outline
red with a yellow outline
black
Where is the location 50,400 located on the canvas?
Upper left corner
upper right corner
lower left corner
lower right corner
