The Modern Computer- Week 2 - Part 1 Vocab Flashcards
Hardware
Items needed for daily and business computing.
External or internal devices and equipment that help you perform major functions.
Supplemental Info- Monitor, a keyboard, a mouse, and a desktop. Sometimes we might even add a webcam, speakers or printer setup. We’ll call these physical components hardware.
Ports
open access for new possibilities
Connection points that we can connect devices to that extend the functionality of our computer.
CPU
where it all begins in the body. so a man thinketh.
Central processing unit.
CPU is the brain of our computer, it does all the calculation and data processing. It communicates pretty heavily with RAM.
RAM:
short period
Random Access Memory. Our computer’s short-term memory.
Example: to store data temporarily like typing something into the chat. RAM can hold billions of data.
Hard drive
to keep over time.
It is a long term memory component that holds all of our data, which can include music, pictures, applications.
Motherboard
thanks to your mother
The body or circulatory system of the computer that connects all the pieces together.
Power supply
charge your phone
Converts electricity from our wall outlet onto a format that our computer can use.
Programs
Chef in the kitchen
Basic instructions that tell the computer what to do.
Supplemental info- We typically store programs on durable media like hard drives, you can think of programs like cooking recipes, we keep these recipes all stored together in a cookbook, just like apps stored in a hard drive.
External Data Bus (EDB)
doctor takes blood from your
It’s a row of wires that interconnect the parts of our computer.
Supplemental info- Kind of the veins in our body. When you send a voltage to one of the wires we say the state of the wire is On or 1, off or no voltage 0. EDB comes in different sizes, 8 bit, 16 bit, 32, even 64.
Registers
to put away
An accessible location for storing the data that our CPU works with.
Example- our CPU wanted to add 2 numbers, one would be stored in register a, the other in register b, and the answer in register c.
Address bus
A bus takes you from point A to point B
Connects the CPU to the MCC and sends over the location of the data, but not the data itself.
Memory controller chip (MCC)
London
A bridge between the CPU and the RAM.
EX: a nerve in your brain connecting to your memories.
CACHE
to come back quickly
The assigned stored location for recently or frequently accessed data; on a mobile app it is where anything that was changed or created with that app is stored.
There are 3 diff CACHE levels in a CPU. L1, L2, L3.
Clock wire
When you send or receive data, it sends a voltage to that clock wire to let the CPU know it can start doing calculations.
Ex: for every tick, the CPU does one cycle of operations.
Clock cycle
When you send voltage to the clock wire, its referred to as CLOCK CYCLE.
If you have lots of data to process in a command. You need to run lots of clock cycles.