Computer Architecture
Primary Memory
Secondary Memory/Operating Systems
Databases
Python
100
These are the types of devices that present information to the user (e.g. a monitor or speakers)

What are output devices?

100

Primary memory is divided in two parts. These are the types.

What are Random Access Memory and Read Only Memory?

100

The OS Service responsible for making sure that only intended users are entering the system

What is Security?

100

Uniquely identifies the record 

What is PK?

100

The function to convert a string to an integer

What is "int()"?

200

Part of the CPU responsible for decoding instructions

What is a control unit?

200

Cache is made out of this type of RAM

What is SRAM?

200

Completely digital, opposed to its magnetic counterpart, this is the fastest device for secondary memory

What is a Solid State Drive?
200

The columns in databases.

What is fields?

200

The result of running the following code in Python: 

2 + 4 ** 2 * 2

What is 34?

300

The brain of the computer, this is also known as the processor, or the chip

What is the CPU?

300

This specific quality of ROM means that when it loses power, it does not lose its data

What is "non-volatile"?

300

The OS service responsible for connecting to other devices over things like WiFi or Bluetooth

What is Networking?

300

Different relationships between tables, for example 1:1,1:M...

What is cardinality?

300

The keyword reserved to create a function

What is "def"?
400

The responsible for calculating every operation in the CPU.

What is the Arithmetic Logic Unit?

400

Fastest memory inside the computer

What are registers?

400

The service in an OS that allows for control of external devices and hardware

What is peripheral communication?

400

All the keys that allow uniquely identify the records.

What are candidate keys?

400

Loop inside the loop.

What is nested loop?

500

The part of the CPU that stores  the address of the current data to be fetched from memory

What is the Memory Address Register (MAR)

500

This chip is used to boot up a computer

What is the BIOS?

500

The OS allows pages to be swapped between RAM and drive

What is virtual memory?

500

The symbol for "wildcard" in SQL database.

What is "%" symbol for while querying the database?

500

The meaning of the following symbol: '//'

What is integer division?