computer systems exam questions Flashcards
State two advantages of using cloud storage instead of local storage
- enables user to access their data from more places/devices;
- enables user to more easily share data with others (can make parts of their
cloud storage publicly available) // To allow sharing of files;
State two reasons why computers have more RAM than cache memory.
- RAM is cheaper (per byte);
- Typically, the capacity of cache memory is not enough to store both data and
programs
Many new computers use solid-state storage for secondary storage rather than
magnetic storage.
Explain why solid-state storage is not fitted to every new computer
SSDs are (relatively) expensive // have higher cost per (giga)byte;
SSDs (typically) have lower capacity (than magnetic hard drives);
what is the ASCII/ unicode value for “a”?
97
what is the ASCII/ unicode value for “z”?
122
what is the ASCII/ unicode value for “A”?
65
what is the ASCII/ unicode value for “Z”?
90
what is sample resolution
the number of bits per sample
State two issues with only using usernames and passwords in an authentication
system.
- (weak) passwords are easily cracked
- it is difficult to verify the actual identity of the person logging in
Describe one security measure that could be used, in addition to a password, to
make sure that a user is who they are claiming to be.
Biometrics;
(to be authenticated) reference data is compared to the individual’s (unique)
biometric data;
State two reasons why data are compressed
- to reduce file size
to make it faster to transmit