Frage 1
Frage
In computing, a byte is _____
Antworten
-
The largest unit of data in a computer
-
A unit of information, expressed as either a 0 or 1 in binary digit notation
-
Eight 0s and 1s, processed by a computer as one unit
-
The speed at which information can be passed between two internet-connected computers
Frage 2
Frage
How many total repetitions are there in the following code?
Frage 3
Frage
The sprite will _________.
Antworten
-
Draw a triangle, then Increase the triangle in size, 10 times
-
Draw a triangle, then decrease the triangle in size, 10 times
-
Draw a square, then Increase the Square in size, 10 times
-
Draw a square, then decrease the Square in size, 10 times.
Frage 4
Frage
The Snap! stage’s coordinates run from ______
Antworten
-
X = -480 to X = 120 and from Y = -120 to Y = 360
-
X = -180 to X = 180 and from Y = -240 to Y = 240
-
X = -240 to X = 240 and from Y = -180 to Y = 180
-
X = -480 to X = 480 and from Y = -360 to Y = 360
Frage 5
Frage
Which block allows the user to control the speed at which the sprite moves to a desired location _____
Frage 6
Frage
Which script tells the sprite to follow the mouse around the stage ________
Frage 7
Frage
What shape will this script draw
Antworten
-
Square
-
Triangle
-
Pentagon
-
Hexagon
Frage 8
Frage
The sprite will __________
Antworten
-
Say 10,9,8,7,6,5,4,3,2,1,0
-
Say 0,1,2,3,4,5,6,7,8,9,10
-
Say 0,10,20,30,40,50,60,70,80,90,100
-
Say 100,90,80,70,60,50,40,30,20,10,0
Frage 9
Frage
What does the following code draw?
Frage 10
Frage
What does the following code do?
Antworten
-
Displays even numbers from 1 to 100
-
Displays odd numbers from 1 to 100
-
Displays every other number from 1 to 100
-
Displays every other number from 100 to 1
Frage 11
Frage
What will the output of this script be
Antworten
-
Draws a Square
-
Draws a Circle
-
Draws a Squiral
-
Draws a Pentagon
Frage 12
Frage
What will the output of this block be
Frage 13
Frage
What will the output of this script be
Frage 14
Frage
What will this script output be?
Antworten
-
Brazil, Japan, Rwanda
-
3
-
Japan
-
Brazil, Rwanda
Frage 15
Frage
What will the output of this script be?
Frage 16
Frage
In the script presented, to create a random size triangle, which block should get the pick random block
Antworten
-
Script Variable a
-
Script Variable b
-
Set a to
-
Set b to
Frage 17
Frage
The function for determining one exterior angle of a polygon is
Antworten
-
360 * # of Sides
-
360 / Length of Sides
-
180 / Length of Sides
-
360 / # of Sides
Frage 18
Frage
Which of these best describes the role of an abstraction in a program?
Antworten
-
It solves mathematical equations
-
It’s a specific set of tasks and it can be used multiple times
-
It is a way of naming variables
-
It is another name for a line of code
Frage 19
Frage
How many Bits are there in one Byte?
Frage 20
Frage
Which of the following describes a variable in a program?
Frage 21
Frage
Note: that the reporter blocks and return the x and y values respectively of the sprite’s location on the stage.
Which of the following is drawn when the script is executed?