Terms
Internet
Programming
Images
PC Parts
100

What does URL stand for

Uniform resource locator

100

What do we use to access webpages

A browser such as chrome, edge, firefox, safari, etc

100

Name two common programming languages

Python, C, C++, Java, Javascript, Scratch, etc

100

Which file type has high compression and is commonly used for photos?

.jpg

100

What part is the brain of the computer?

CPU

200

What does UI stand for

User Interface

200

What does http stand for

hyper text transfer protocol

200

What is a variable

A place to store information that can change while the program is running

200

Which common file type supports animation

GIF

200

What part cools the CPU?

Fan, water cooling, or AIO cooler

300

What is the meaning of debug

To find the cause of and fix errors in a system

300

What is spam

unwanted messages, e.g. unwanted promotional email

300

What does an if statement do?

Allow the computer to run different code depending on some conditions

300

What is a pixel, and what are the colours that make up a pixel on a screen?

A single unit of a screen or image made up of a grid.

Red, Green, and Blue

300

What does the motherboard connect

All the other parts of the computer. E.g. CPU, GPU, RAM, storage, etc.

400

What is an algorithm

A sequence of steps required to complete a task

400

What is a domain name

The main part of the human readable address of e.g. a website or email address.

400

What is a function?

A predefined/labelled sequences of instructions that is able to be called/run within code.
400

What does resolution mean

The number of pixels of an image in each dimension

400

What is the difference between a HDD and SSD?

HDD are physical spinning disks that store data in a magnetic field.

SSD are solid state devices (transistors) that store data as charge.

500

What is an IP address?

A numerical address of a computer, e.g. of the form 192.168.0.1

500

What happens when you click accept cookies

You let the website store information on your computer, often used for tracking your activity.

500

What does this code do?

score = 50

if score > 50:  print(“Winner”)

else: print ("Loser")

Loser

500

Why do websites compress images?

To reduce the file size and save on storage and bandwidth.

500

What does RAM do?

RAM is the working memory of the computer, i.e. where data is stored while the CPU is working on it.

E.g. programs are loaded into RAM to be run.