Scratch Basics
Binary Numbers
Computer Parts
History of Computing
Mixed Review
Vocab / Concepts
100

Which block usually starts most Scratch Programs?

When Green Flag Clicked

100

Binary only uses which two digits?

0 and 1

100

Which part of the computer handles all system input

CPU or ...

100

Alan Turing worked during which major event?

World War II

100

What are the four things that make a computer a computer?

Input, Output, Processing, Storage

100

What is Code?

A language that can be understood by a computer

200

Where is the center of the Scratch stage?

(0, 0)

200

What is the decimal value of binary 1010?

10

200

What does RAM stand for?

Random Access Memory

200

What question is Turing most famous for asking?

Can a machine think?

200

Which of these is an input device: keyboard, monitor, or speaker?

Keyboard

200

What is input?

Information a computer receives from the user

300

What does the “forever” block do?

Repeats the code without stopping

300

What is the binary for decimal 15?

1111

300

Which part of the computer would you upgrade to make files and software load faster?

SSD

300

What field of study did Turing’s ideas help create?

Artificial Intelligence

300

Which of these is an output device: mouse, monitor, or keyboard?

Monitor

300

What is output?

Information a computer sends out

400

What does parallelism mean in Scratch?

Running multiple scripts at the same time

400

If you add binary 1101 and 0101, what decimal number do you get?

18

400

If too many programs are open and your computer slows down, which part is most likely overwhelmed?

RAM

400

What do we refer to Alan Turing as today?

Father of Modern Computing

400

In scratch, what is an Algorithm?

A set of steps to complete a task (or solve problems)

400

What does storage actually mean for computers

Saving information so it can be used later

500

Which block would move a sprite directly to (–100, 50)?

Go to X: -100 Y: 50

500

A binary number with 8 digits (bits) can represent up to what number?

255

500

What does the motherboard do?

Connects all the parts of the computer together

500

What was the Enigma machine used for?

Sending secret coded messages by the Germans, Alan Turing's machine decoded these messages

500

What is the meaning of life?

42

500

What is "processing" in a computer?

The computer follows instructions to turn input into output based on software.