Chapter 1: HARDWARE + SOFTWAREgoddmanit Flashcards
How. tf. does. a. computer. even. work. I use this every day and I don't even know the first thing about it. This is gonna help me.
What is CPU?
Central Processing Unit
What does CPU do?
Coordinates a computer’s operations by regulating the computer with control data OR it fetches data
What’s the second physical component besides CPU?
Arithmetic and logic unit which are the mathematical operations
What is the organization of CPU?
To fetch the data, there needs to be a program that stores the instructions/input into the memory.
What the fuck is fetching data?
When the CPU takes input from the main memory to make the next sequence.
What is the second part of an organization of CPU?
DECODE! Once the input is turned into a number the control unit makes it into an electronic signal.
Main memory/RAM?
Random access memory that holds information and sequences of instructions. It erases every time the computer is off.
How is the memory held in RAM?
Switches labeled 0 or 1 (binary). 8 of these are called a byte. Part of memory access to track data.
Why do you need RAM and secondary storage?
BECAUSEEEEEE
RAM is quick and accessible by the CPU and secondary storage is permanently saved data
What is secondary storage in CPU organization?
It can hold data for long periods without power.
Tell me about the common types of secondary storage.
Disk drive (stores magnetically), solid-state drive (in a case), external drives (moves to another computer), USB etc (copies of data)
What are the devices to input data?
Any data collected from outside: keyboard, mouse, scanner
What are the devices to output data?
Any data sent outside: graphics, reports, lists
What is software? you noob
Programs that run on a laptop
Riddle me this, whats a program then?
It’s a set of instructions (special language) a computer follows to perform a task.