Computer Architecture
Primary Memory
Secondary Memory/Operating Systems
General Knowledge
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

With a population of 910,000 people, this is the capital city of Mexico State.

What is Toluca?

100

The function to convert a string to an integer

What is "int()"?

200

This type of graphical representation is used to see how computer systems function

What is a block diagram?

200

This type of code is the only type that a computer can understand, and the one that data and instructions are stored in in RAM

What is binary code?

200

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

What is a Solid State Drive?
200

This country, with the help of future 2023 Ballon d'Or winner as their talisman, won the Men's Football World Cup in Qatar in 2022.

What is Argentina?

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

These two are the only colors available in the Sweden flag

What are blue and yellow?

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

The largest commercial RAM for personal computers goes up to this amount

What is 32GB/64GB?

400

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

What is peripheral communication?

400

These 4 people created BeatleMania and spurred a musical movement spanning a whole decade.

Who are John Lennon, Paul McCartney, George Harrison and Ringo Starr?
400

The predetermined console that comes with Python when Python is installed, allowing the user to run small tests of the language.

What is IDLE?

500

The part of the CPU that stores all the memory addresses of the data

What is the Memory Address Register (MAR)

500

This is the software used to boot up a computer

What is the BIOS?

500

The file that a computer uses to keep track of every single action in a computer

What is the log file?

500

The motto of the French Revolution (and the following Age of Enlightment)

What is "Liberté, Egalité, Fraternité"?

500
The meaning of the following symbol: '<='

What is "less than or equal to"?