Operating Systems
von Neumann Machine
Computer Hardware
Data Transmission
Automation
100

The operating system manages the ________ for the user

What is the hardware?

100

These are the 4 fundamental components of the von Neumann machine.

What are ALU, CU, I/O, and memory.

100

This type of memory is volatile, temporarily stores data and instructions currently in use, and loses its contents when the power is turned off.

What is RAM?

100

Data travels in one direction along one wire

What is serial simplex data transmission?

100

A type of AI that uses training data.

What is machine learning?
200

This is one of the type of user interfaces that OSs can have

What is CLI or GUI?

200

These are the three busses with their directionality.

What are control (uni), data (bi), and address (uni)?

200

This non-volatile memory chip stores the firmware that starts up the computer and performs the POST process.

What is ROM?

200

This is how data is protected against unauthorized viewing during data transmission.

What is encryption?

200

These are two of the three qualities of a robot.

What are 1) programmable, 2) has a mechanical structure, and 3) can sense its surroundings.

300

This is a function of an OS that allocates RAM to each program

What is memory management

300

This is where results of mathematical operations go

What is the accumulator?

300

This storage device uses flash memory, has no moving parts, and is generally faster and more durable than a traditional HDD.

What is SSD?

300

These are two ways that data can be validated during transmission.

What is parity bit and checksum?

(ARQ is OK)

300

These are two advantages of robots.

Robots can work in dangerous environments and can do repetitive tasks?

400

This is the 2 things that file management does

What are assigns hierarchical folder structures and assign file access?

400

This is what happens to each register during one cycle of FDE.

What is

[MAR] <-- [PC]
[PC] <-- [PC] + 1
[MDR] <-- [[MAR]]
[CIR] <-- [MDR]
[ACC] <-- ALU results

400
The general term for storage devices that require lasers (like CDs and DVDs)

What is optical storage?

400

This is what's in a data packet.

What are sender/receiver IP address, packet number, payload, and error checking?

400

These are three applications of autonomous systems

What are agriculture, industry, weather, entertainment?

500

Multitasking wouldn't be possible without this thing that allows important computer operations to be done immediately.

What is an interrupt?

500

When writing data to memory from the CPU, this is what happens to the registers and addresses.

What is

address to be written to is stored in MAR
data to be written stored in MDR
address sent along address bus
data sent along data bus
write signal sent along control bus?

500
These are the 3 types of touch screens.

What are capacitive, resistive, and thermal?

500

This describes how asymmetric encryption works.

What is the receiver sends a public key, the sender uses the public key to encrypt the data, the receiver uses their private key to decrypt the data?

500

These are the 4 components of an expert system.

What are user interface, rules base, knowledge base, and inference engine?