A sequence of precise instructions which results in a solution.
What is an algorithm?
100
The device that allows you to type on a computer?
What is a keyboard?
100
This is a program designed to perform a specific function directly for the user. For example Word, Pages, Google Docs, Seesaw, Snapchat, Instagram, etc.
What is App/Application?
100
A worldwide collection of networks is called?
What is the internet?
100
To make a comparison among variables, this is used.
What is IF THEN ELSE?
200
The last step in the problem solving stage ?
What is test the algorithm for correctness?
200
The device used to display the information on a computer so a viewer may see it.
What is a monitor?
200
Lines of computer code written by programmers that tell the computer what to do. Is this called software or hardware?
What is software?
200
A collection of computers and devices that are connected together
What is a network?
200
The difference between a FOR LOOP and a WHILE LOOP
What is conditional loops?
300
Examine the following piece of code:
FOR 1<-- 1 TO 15 DO
INPUT score
total<-- score + total
ENDFOR
What is the increment variable?
What is total ?
300
A device for pointing on a computer display screen. It is an alternative to the mouse and works by sensing the user's finger movement and downward pressure.
What is a touchpad?
300
OS stands for...
What is operating system?
300
What does URL stand for, and what is the definition?
What is Uniform Resource Locator and it is the unique address of a webpage.?
300
This step is essential after writing the header of a program
What is declaration of variables?
400
This is used as a pictorial representation of an algorithm.
What is a flowchart?
400
If an input device is any hardware component that allows a user to enter data and instructions into a computer. Name THREE input devices.
What is a keyboard, touchpad/mouse, scanner, webcam, digital camera, microphone, etc.
400
If a search engine is a program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the Internet. NAME TWO SEARCH ENGINES.
What is Google, Yahoo, Bing, DuckDuckGo?
400
What does HTTP stand for?
What is HyperText Transfer Protocol?
400
The value of this type of identifier stays the same throughout the program.
What is a constant variable?
500
This is used in the first phase of problem solving
What is a IPO chart?
500
If an output device is any device used to send data from a computer to another device or user. Name THREE output devices.
What is a printer, monitor, speaker, projector?
500
If a web browser is an application used to access and view websites. Name TWO browsers.
What is Safari, Google Chrome, Firefox?
500
This type of network topology is set up in a circle
What ring topology?
500
When developing variable names it is most important to have ________.