Graded unit Flashcards
Define RAM
Random access memory
It is volatile
Can be static or dynamic
Define ROM
Read only memory
Memory is non volatile
PROM,EPROM, etc
What are the advantages of using direct memory access for handling input/output transfers
It is used for transferring blocks of data
It speeds up the data transfer between RAM and peripherals
Bypasses the CPU for certain types of transfers allowing the cpu to carry out other tasks
Suitable for high speed devices
Explain the following attribute setting - archive
A file with the attribute on which has not been backed up since it was last eddited or since it was created
Explain the following attribute setting - read-only
A read-onky file cannot be edited or written to disk
Explaine the following attribute setting - hidden
A file with this attribute on is not displayed within the default settings of the O/S
Explain the following attribute setting - system
Is a designated system file and is normally not displayed in modern O/S
Polling is a method which the computer system uses to share processing time. Explain it and give one advantage and disadvantage
Polling is a continuous method of checking other programs or devices by one program, or devices to establish its state usually to see if they are still connected or want to communicate
Advantage - even and fair share of processing time
Disadvantage - each device is checked in turn, one at a time, wether the device wants to communicate or not
Interruptes are a method which the computer system uses to share processing time. Explain it and give one advantage and disadvantage
An interrupt is when a signal is recived from a device attached to a computer or from a program within the computer that causes the main program that operates the computer to stop and work out what to do next
Advantage - priority levels may be set
Disadvantage - it takes turns in which program or set of instructions that it preforms
State the main function of DRAM and how it’s used in a computer system
DRAM loses its charge over a period of time. A value of 1 stored in this type of chip can be changed to 0 over time unless the chip is refreshed with a frequent charge. This type of memory is used as main memory and considered to be volatile with the contents being lost if the power is switched off
State the main function of ROM and how its used in a computer system
ROM is read only memory and is non volatile, ROM does not lose ita contents if the power is switched off. ROM is used in a computer system to store part of the operating system. When the computer is switched on the programs contained in ROM are loaded into the computer system
State the function of SRAM and how’s its used in a computer system
SRAM is a volatile memory and often used in cache or where fast ram is required unlike DRAM static RAM can only be changed in two ways, firstly, when the power is switched off, and secondly, when the value in a memory location is changed
What is the purpose of the address bus
This carries the address of the area in memory that is too be accessed
What is the purpose of the control bus
This carries the signal concerning timings of memory read, write and device I/O
What is the purpose of the data bus
This carries the data to be transfered or manipulated by the CPU
what is the function of ROM and how is it used within a computer system
Bootstrap (ROM) – use to store part of operating system or boot sequence. Small amount of Read only memory, permanent, cannot be changed.
what is the function of SRAM and how is it used within a computer system
Cache (SRAM) – stores regularly used data, instructions, variables used in executing programs, speeds up data transfer to CPU. Faster to access than data stored in main memory or virtual memory. Always accessible as no need to refresh.
what is the function of DRAM and how is it used in a computer system
Main memory (DRAM) – Large amount of memory stores application packages and files currently in use by CPU. Faster to access than Virtual Memory but slower than SRAM. Cannot be accessed while being refreshed.
Explain the role of cache memory in enhancing the performance of the CPU.
Fast memory blocks quicker than DRAM.
Small amount of SRAM
Used to store variables used in programming no need to keep updating slow DRAM.
Faster memory used to transfer data between CPU.
Or any other reasonable answer
Backup is an essential task if you are not to lose information. State three different types of backup
Full backup
Incremental backup
Differential backup
what is the effect on the archive attribute for a full back up
Backup of all files and folders on the system
Consists of data and configuration files
Regular basis but least frequent of the backups
Carried out prior to any major system changes
May be required for restoration purposes along with incremental backups
Unlikely to include software applications
Any other reasonable answer