May 2018 Flashcards

1
Q

benefits of incremental backup

A

Only the changes need to be backed up
 The software/OS/settings are unlikely to have changed
between backups
 Small number of files likely to be used/edited between
backups
 Take less time to backup
 Each backup will take less memory space to store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

benefits of a full backup

A

Backup all the data/files and software
 It might not take a significant time to back up entire
system
 He might only have a small number of files to be backed
up each time
 Safer as have more past versions to revert to
 User may have changed settings on computer
 Faster to restore the backup
 Needs to do a full before he can do an incremental

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Creative Commons licence

A

-Choose what other people can do with videos
-choose to have people give credit
-allows free distribution
-work still copyrighted
-can insist on crediting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what happens after an IP address has been found and returned to the user’s computer

A

-The request is put into packets
-The packet is given the address and number
-The packets are sent across a network
-the packets are received by the host server
-The server checks if the packets have arrived
if they have not
-a timeout is sent to request the packets are resent
if they have arrived
-the packets are out in order
The request is processed by the web server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

why may a quad processor not run as fast as a dual core processor (3)

A

- Software may be designed to run on 1 core and not
multiple cores
// depends on the task(s)
 …some tasks cannot be split across cores
 Clock speed also affects speed
// dual core may have a faster clock speed
// quad-core may have slower clock speed
 ….so one task may be run faster/slower
 RAM size also affects speed
// Quad-core may have less RAM
// amount of VM being used
 Cache size also affects speed
// Quad-core may have less cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why may getting more RAM be more beneficial than virtual memory (2)

A

-More RAM will improve the performance of the
computer // More RAM will speed up the access to
data
 Excessive use can cause disk thrashing …
 …which decreases performance
 VM is slower to access than RAM direct (because it
has to go back to RAM first)
 Moving data between RAM and VM takes
processor time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly