Combo Mumbo Jumbolio Flashcards
What is ROM
- It stores permanent and non-volatile programs that (could only be read, but can’t be written to it)
- It also stores initial program that runs when the computer turns on
+ Bootstrap: a code that finds the operating system in the hard drive
- It stores BIOS - controls the basic technical configuration of processor speed and system time
What is RAM
- RAM stores programs or data that are running, which are copied from HARD DRIVE
- It is directly accessed by the CPU
- When your computer is turned off, data stored is lost (volatile)
What if the RAM runs out of space
- The data will be moved to virtual memory in the hard drive - an extension of RAM
- However, the time for the CPU to access the data would be slower than
What is the process called when moving data from RAM to virtual memory?
swapping + paging
why increasing the amount of RAM will improve the performance of a PC
Having lots of RAM means allowing many apps to run at the same time and the CPU could access them very quickly
Instead of swapping data to the virtual memory, which takes much more time for the CPU to access it.
What is SKEW
Each signal will travel at a slightly different speed, therefore, arriving at its destination at different times.
What is CROSS-TALK
When the wires are too close to each other the electricity will interfere and change the bits
What is CHECKSUM
The total number of bits transmitted is counted up and the result is also sent with the data.
The receiver can see and check if all data has been transmitted successfully!
What is PARITY CHECK
An additional bit to usually 8-bit string, to check whether the whole byte has changed along the way or not.
What is CHECK DIGIT
An additional bit to check the other part of the string, whether, they are correct or not
What is ARQs
The simplest Stop-and-wait ARQ will continuously resend that the data or bytes if an acknowledgement hasn’t been received within a specific time.
What is bandwidth
the amount of data that can be transmitted at one time
What is a parallel transmission?
- it is usually used for small distances like on a computer.
- transmission involves a number of wires that allow signals or bits to be sent simultaneously
What is a serial transmission?
- transmission involves small bits to signal at a time, over a single wire
- It uses for further distance
What is simplex
- allows for data to be sent in only one direction
- that means the data receiver can not respond back