The Net
Binary and Protocols
How does that work?
How did that get here?
Wild Card
Why did that happen?
Why isn't this working?
100

It is the largest network in the world.

What is Internet?

100

A way of representing information using only two options.

What is a binary?

100

Transforming actions into symbolic language

coding

100

Small chunks of information that have been carefully formed from larger chunks of information

packets

100

 What is the term for a wireless method of sending information using radio waves?

wi-fi

100

A statement that a program checks to see if it is true or false. If true, an action is taken.

condition

100

Problems in your code

bug
200

What is the term for an easy-to-remember address for calling a web page (like www.code.org)?

Url

200

A number assigned to any item that is connected to the internet

What is IP Address?

200

What is the term for computers that exist only to provide things to others?

server

200

A type of computer that forwards data across a network

router

200

A data type that is either true or false.

boolean value

200

Statements that only run under certain conditions

conditionals

200

finding and fixing problems in the code

debugging

300

What does I.S.P. stand for?

Internet Service Provider

300

A set of requirements for delivering packets across a network

Internet Protocol
300

Placeholders that can be used for pieces of information that can be changed

variable

300

The process of finding a path from sender to receiver.

Routing

300

a piece of code that can be called over an over again

function

300

a programming construct used to repeat a set of commands as long as a condition is true

while loop

300

if your program produced an unexpected result it is a

logic error

400

It is a system that translates URL to IP addresses

What is DNS?

400

A protocol for computers to request and share the pages that make up the worldwide web on the Internet.

Hypertext Transfer Protocol (HTP)

400

A list of steps that allow you to complete a task

algorithm

400

having multiple backups to ensure reliability during cases of high usage or failure

redundancy

400

Computers are really good at "repeating commands" which are known as ____ in computer language.

loops

400

an extra piece of information passed to a function to customize it for a specific need

parameter

400

A grammar mistake means you had a 

syntax error

500

Can continue to function even in the event of individual component failures.

Fault tolerant

500

How much is the binary value in decimal? 

2

500

Instructions that can be understood and followed by a machine/An algorithm that has been coded into something that can be run by a machine

Program

500

a command that executes the code within a function

function call

500

Makes the file smaller by giving repeated patterns/colours a specific code

Lossless compression

500

allows a program to change the value represented by a variable

Assignment Operator

500

If the internet is not working or running slowly it is most likely that it doesn't have enough ________________ to handle all of the data being sent

bandwith

M
e
n
u