Unit 2 Exam (Ian) Flashcards
What is binary?
A system of numerical notation in which each number is expressed as 0 or 1
Binary is made up of how many blocks
Binary is made up of blocks of 8bits of information and 8bits = 1byte of information
What is the highest number that you can make with 8bits?
is 255
Ascii
ASCII also uses binary for each letter and number
What is hex
Hex is a base 16 system used to simplify how binary is represented ( it goes from 1-9 then A,B,C,D,E,F)
What is a non-volatile memory and examples
Is memory that can be stored even if the computer is turned off e.g hdd, ssd, NVMe and flash drives
What is a volatile memory and example
Volatile memory is a memory that is not capable of storing any past data because it loses all the information if the computer turns off or is rebooted, e.g RAM
Why the hdd slows down when is full?
Because the hdd fills up the inner rings with data first and it can contain less data than the outer rings so when is full on the inner rings it moves to the outer rings which contain more data so that means when you read and write from them it will have more data per revolution so more transfer rate, making it slower.
What are the 3 types of Data transfer rate (DTR)?
IDE (PATA) - 133MB/s
SATA III - 600MB/s
M.2 NVme - 3.2GB/s
What is the lowest and highest spindle speed on a hdd?
The lowest commonly is 5400rpm
The highest is 15000rpm
What are the 3 features of cache on a hdd?
Reading ahead or behind
Speed matching
Write acceleration
What is cache?
is a memory that allows to speed up data transfers
What is defragmentation on a hdd?
is the process of reorganizing the data stored on the hard drive so that related pieces of data are put back together, all lined up in a continuous fashion and not all separated across the hdd
Why are SSD’s better than hdd?
SSD are faster than hdd because there is zero latency/seek time this is because the ssd doesn’t contain a spinning platters which take time to move to the correct position.
Does SSD suffer from fragmentation?
No, because the files can be split into lots of different memory addresses and still be accessed in sequence without any delay.
What is the limitation of an SSD?
The limitation of an ssd is that is costs more than a hdd.
Main benefits of an SSD
It has a faster DTR than any hdd on the market
Because it has no moving parts is harder to break from a drop impact
It allows the IOPS to be 10/50x faster than the hdd one.
Need less power to run an SSD