Microsoft Word, Notepad, Excel are examples of:
What is software?
Two numbers that represent binary code
What are 1s and 0s?
#00FF00
What is green?
readInt( ); will gather this type of input
Number/integer
Tag used for rows in a table
What is <td> or <tr>?
All of the physical, touchable computer devices
What is hardware?
Number of bits in a byte
What is 128?
rgb(0, 0, 0)
What is black?
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?
Tag used to create a numbered list
What is <ol>?
Links all of the components inside the CPU together.
What is the motherboard?
binary code that is stores the width and height data of an image
What is metadata?
110000
What is red?
Datatype for 34.56
What is float?
Tag used to create a line across the page
What is <hr>
It's called RAM for this reason:
What is b/c memory addresses can be accessed out of order?
9 in binary
What is the number 1001?
000011
What is blue?
control structure to repeat code x number of times
One of two tags that doesn't have a closing tag.
What is <hr> or <br>
These two wires turn on or off during program execution
What are set and enable wires?
10101 = _____
What is 21?
00F to binary = (12 digits)
What is 0000 0000 1111?
Control structure to repeat code until a specific condition is false
What is while?
First tag in the code for all web pages
<!DOCTYPE html>