Unit 1
Unit 2
Unit 3
Unit 4
Random
100

What number system do computers use?

Binary

100

What is a group of connected devices that can send and receive data?

Computer Network

100

What block is used to respond when a user clicks a button in an app?

onEvent Block

100

What is a variable used for in a program?

Storing information that can change while the program runs

100

Which is an example of input: changing text color or clicking a button

Clicking a button

200

How many bits are in a byte?

8

200

What does IP stand for and why is it important?

Internet Protocol, which gives devices addresses so data knows where to go

200

What does the setProperty block do?

Changing how an element looks or behaves

200

What is a conditional statement?

Code that runs only if a condition is true

200

What does sequential programming mean?

Code that runs from top to bottom in order

300

What does ASCII represent?

A way to represent text using numbers

300

What is the job of a router?

Directing data packets between networks

300

What is event-driven programming?

Code that runs only when a specific event happens, like a click or key press

300

Why are variables useful in apps?

They let programs remember values like scores, clicks, or user input

300

What is a string?

An ordered sequence of characters. Text

400

What is lossless compression?

Compression that keeps all original data

400

What is bandwidth?

The maximum amount of data that can be sent over a connection in a given time. Internet speed

400

If a program changes text on the screen after a button is clicked, is that an input or output?

What is output?

400

Why do programmers use functions?

To avoid repeating code

400

What is the highest number you can represent with 8 bits?

255

500

What is 1000011 in Decimal?

67

500

Why does the Internet use redundancy?

To keep data flowing if part of the network fails

500

Vocab word: the inputs and outputs that allow a user to interact with a piece of software.

User Interface (UI)

500

What type of value does a condition evaluate to? It is either true or false. What is this called?

Boolean Value. 
500

Which internet protocol focuses on speed? 

User Datagram Protocol (UDP)