vocabulary (1)
vocabulary (2)
vocabulary (3)
vocabulary (4)
vocabulary (5)
100

what is digital footprint?


The information about someone on the Internet.

100

what is DNS (domain name service)?


The service that translates URLs to IP addresses.

100

what is double-click?


Press the mouse button very quickly two times.

100

what is drag?

Click your mouse button and hold as you move the mouse pointer to a new location.

100

what is drop?


Release your mouse button to "let go" of an item that you are dragging.

200

what is DSL/cable?


A method of sending information using telephone or television cables.

200

what is event?


An action that causes something to happen.

200

what is event handler?


A monitor for a specific event or action on a computer. When you write code for an event handler, it will be executed every time that event or action occurs. Many event-handlers respond to human actions such as mouse clicks.

200

what is F.A.I.L?


First Attempt In Learning

200

what is fiber optic cable?


A connection that uses light to transmit information.

300

what is for loop?


A loop with a predetermined beginning, end, and increment (step interval).

300

what is function?


A piece of code that you can easily call over and over again.

300

what is function call?


The piece of code that you add to a program to indicate that the program should run the code inside a function at a certain time.

300

what is function definition?


The code inside a function that instructs the program on what to do when the function is called.

300

what is if-statement?


The common programming structure that implements "conditional statements".

400

what is input?


A way to give information to a computer.

400

what is Internet?


A group of computers and servers that are connected to each other.

400

what is IP address?


A number assigned to any item that is connected to the Internet.

400

what is iteration?


A repetitive action or command typically created with programming loops.

400

what is loop?

The action of doing something over and over again.

500

what is online?


Connected to the Internet.

500

what is output?

A way to get information out of a computer.

500

what is packets?


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

500

what is pattern matching?


Finding similarities between things.

500

what is Parameter?

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

M
e
n
u