Hardware Flashcards
What is a disk (Hardrive)?
It’s a mechanic device that stores information in the computer when turned off and can store info up to 2TB.
What does hardisk drive compose of?
- metal platters spinning around
- It uses tiny magnetic particles where both north pole orientation represents 1 and south pole orientation represents 0.
How does the HDD operate?
- Power is only needed to change or read the data in the magnetic particles.
- once data is off it’s automatically preserved.
How is data stored in the hardrive?
- RAM sends instructions to the HDD
- the drive translates the data into voltage functions
- some signals spin the plattters, others move the read/write head that turns on a magnet which creates a field that changes the polarity of a tiny portion on the metal surface.
- power is then sent to different directions to change polarity.
Can HDD be damaged?
- Yes by dropping or hitting it ir can corrupt files.
What is a Solid State Disk (SDD) (Flash Memory)?
Its between a RAM and a Hardrive, a much faster and electronic type of technology that it loads programs and save info much faster. (See Less Hourglass figure on mouse)
What are the limitation of an SDD?
- it won’t last long.
it only has a certain number of writes.
What is a hybrid drive?
- Some GB of solid state memory and more GB or TB of HDD space
-Stores as much of frequently-needed data on the SSD
-Stores less frequently needed data on HDD
What are the different ways to externally store data?
- Hybrid drives
- Flash Memories (USB) - portable and can storemore then 16 GB-
- External SDD’s -stores more then 256 GB-
What are the types of Memory in order?
- HDD
-RAM
-L3 cache
-L2 cache
-L1 cache
-CPU
This can be visualised as a funnel, where the top is slow and big but the bottom is fast and small. Info goes through this funnel to get to the CPU.
What is the Cache?
It’s sort of a little storage where it holds info from the RAM to send to the CPU but holds it close to the CPU so it never runs out of tasks and is much faster than having to go back to the RAM every `time.
What is an Operating System?
Its a software that ensures all devices can connect.
Ex: MacOS and windows
Where is an OS stored?
On an HDD or an SDD
What does the operating system do?
When opening a laptop the OS is loaded into RAM
- displays info on the screen
- talks to the keyboard and mouse
- moves things around in memory.