Software
Vocabulary
Identify the Language
Computer History
Internet
100

Stores running programs and other types of data on computers.

What is memory

100

1 TB IS HOW MANY GB?

1024

100

Print("Hello World")

Python

100

A programmable electronic devise that can store, retrieve, and process data.

What is a computer

100

What does the abbreviation WWW stand for?

World Wide Web

200
Performs the math on a computer.
What is the Arithmetic/Logic Unit (ALU)
200

HOW MANY BITS ARE IN A NIBBLE?

4

200
Public Class HelloWorld { 

       public static void main(string[] args){

         System.out.println("Hello World");

         }

       }

      


Java

200
The very first type of computer.
What is a calculator
200

Name one TLD besides .COM , .ORG and .NET

.MIL , .EDU, .GOV, .UK

300
A five step process that summarizes how computers run.
What is the Fetch/Execute cycle
300

THE HEXADECIMAL NUMBER '7D' IS WHAT IN DECIMAL?

125

300

#include using namespace std;

int main(){

cout << "Hellow World"<<endl;

return 0;

}

C++

300
The number of generations that computers have gone through.
What is Five
300

What is the most popular web browser worldwide?

Google Chrome

400
A computer can only perform about 100 different kinds of these.
What is instructions
400

WHAT DOES CPU STAND FOR?


CENTRAL PROCESSING UNIT

400

VAR NAME = PROMPT("WHAT IS YOUR NAME?"); ALERT("YOUR NAME IS " + NAME);

JAVASCRIPT

400
The generation in which the internet was first used.
What is the fourth generation.
400

What website calls itself the "front page of the internet"?

Reddit

500
The language that computers read to carry out instructions.
What is Binary
500

WHAT DOES ROM STAND FOR?

READ-ONLY MEMORY

500

$STR1 = "HELLO"; 

$STR2 = " WORLD!";

ECHO $STR1 . $STR2;

php
500
The observation that the number of transistors on integrated circuits doubles approximately every two years
What is Moore's Law
500

What website did Jimmy Wales start?

Wikipedia

M
e
n
u