[go: up one dir, main page]

0% found this document useful (0 votes)
30 views6 pages

FINAL 1 - BLOCKly

Uploaded by

vogej62078
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views6 pages

FINAL 1 - BLOCKly

Uploaded by

vogej62078
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1.What degree of turn needs to be added to the 'turn right' block to draw a triangle?

a. 60 b. 90 c. 100 d.120
2. Choose 3 TRUE sentences about Blockly

a. Blockly uses colorful instructions called blocks


b. Blockly is a program used to play
c. You use Blockly to build programs that you can use to solve puzzles
d. Blockly is a drag-and-drop language

3. Choose the parts you find on the screen for the program:

a. Workspace b.ToolBox c. Instructions area


d. Program area e.Bird's maze

4. What is sequencing?

a. The order of events in an algorithm


b. The order in which we think computationally
c. The process of repeating a number of steps in an algorithm

5. What block do you use to go ahead?

a.

b. c.

6. What do you use this block for?

a. To make the bird in the program fly


b. To repeat a command as many times as needed
c. To make the bird move forward

7. How many blocks of code?


a. 0 b. 2 c. 4 d. 6

8. In CODE if you ever want to delete a block…

a. remove it from the stack and drag it to the trash can


b. erase it with the eraser
c. snap it together with more blocks

9. Which of the following programs would make the turtle draw these steps. The turtle
starts at the bottom left facing to the right (same as it is now).
a. b.

c. d.

10. What are the programs which run on a computer?


a. hardware b. software c. word d. spreadsheet

11. An error in a program that prevents the program from running as expected.
a. bug b. debugging c. workplane d. code

12. Finding and fixing problems in your algorithm or program.


a. debugging b. bug c. algorithm d.code

13. One or more commands or algorithm(s) designed to be carried out by a


computer.
a. code b. loop c. sprite d. event

14. What is coding?


a. 0920
b. a set of instructions that computers understand
c. talking to robots
d. aaBBccDD

15. What is a loop?


a. A loop without conditions
b. A loop with an if statement
c. In computer programming, a loop is an order of instructions that repeats for
many times
d. None of the above
16. The action of doing something over and over again.

a. Looping b. Bugging c. Programming d. none of the


above
17. What does this code do?

a. Moves forward 1 time b. Moves forward forever


c. Moves forward 5 times d. Moves left

18. What does this code do?

a. Moves forward, turns, moves forward


b. Moves forward 2 times, turns left, moves forward 2 more times
c. Moves forward 4 times and turns left
d. Moves and turns
19. Can this code be written better?

a. Yes, by using loops (repeat blocks)


b. No, this is the best way to right this code

20. What shape does this code make?

a. Rectangle b. Triangle c. Square d. Circle

You might also like