Parts of a Computer
Binary
Colors
JavaScript
HTML
100

Microsoft Word, Notepad, Excel are examples of:

What is software?

100

Two numbers that represent binary code

What are 1s and 0s?

100

#00FF00

What is green?

100

readInt( ); will gather this type of input


Number/integer

100

Tag used for rows in a table

What is <td> or <tr>?

200

All of the physical, touchable computer devices

What is hardware?

200

Number of bits in a byte 

What is 128?

200

rgb(0, 0, 0)

What is black?

200

Method of repeatedly dividing an array in half and discarding the portion that does not contain the target until the target is found

What is binary search?

200

Tag used to create a numbered list

What is <ol>?

300

Links all of the components inside the CPU together.

What is the motherboard?

300

binary code that is stores the width and height data of an image

What is metadata?

300

110000

What is red?

300

Datatype for 34.56

What is float?

300

Tag used to create a line across the page

What is <hr>

400

It's called RAM for this reason:

What is b/c memory addresses can be accessed out of order?

400

9 in binary

What is the number 1001?

400

000011

What is blue?

400

control structure to repeat code x number of times

What is for?
400

One of two tags that doesn't have a closing tag.

What is <hr> or <br>

500

These two wires turn on or off during program execution

What are set and enable wires?

500

10101 = _____

What is 21?

500

00F to binary = (12 digits)


What is 0000 0000 1111?

500

Control structure to repeat code until a specific condition is false

What is while?

500

First tag in the code for all web pages

<!DOCTYPE html>