F451 Describe Flashcards
Describe the use of interrupts and buffers when data is transferred from primary memory to a storage device.
Data sent to buffer from primary memory Interrupt sent when buffer is full Buffer is emptied to storage device At slower speed, to accommodate device When buffer is empty Interrupt is sent to processor To request buffer refill Mark for consideration of interrupt priority/waits in queue
Describe how a barcode can be used to store data.
Patterns of light/dark lines…
Pairs of which store digits
Used to store ID code/used to access record on file
Different widths/pairs of widths used
Inclusion of check digit for automatic checking
Start and stop codes allow bars to be read both ways
Describe how data can be input into a system using barcodes.
Laser/infrared/light used
Reflections show up (thickness) of lines
Guide lines to allow reading at an angle
Check digit calculation done for immediate checking of reading
Describe the ROM (primary memory) and state a type of software that would be stored on it.
(Contents of) memory which is not erased when power is off/non-volatile/memory contents cannot be altered
Boot program
Program is required immediately power is switched on, therefore must still be there
Describe the RAM (primary memory) and state a type of software that would be stored on it.
(Contents of) memory is erased when power is off/volatile
Applications software/Operating System/User files
Allows changes to be made to saved contents/files in current use/fast access to data
Describe the contents of MAR.
The position/address in memory…
Of the location containing either…
The next piece of data to be read or…
The next instruction to be used
Describe what is meant by an operating system.
(A set of) software/programs…
Designed to manage the hardware of the system.
Describe a single-user operating system.
Allows one user…
At a time to use the system
Allocates each user with rights
Keeps the user files separate
Describe a multi-tasking operating system.
Allows more than one task/software to run simultaneously
Use of separate windows for each task
Each is given an amount of processor time before
Going on to next e.g. Plays music while typing essay
Describe the physical parts of a protocol.
Descriptions of the physical connections between the devices Wireless or hard-wired? What frequencies? Serial or parallel? Radio or microwave? Copper cable or fibre optic?
Describe the logical parts of a protocol.
Baud rate Error correction technique Routing Flow control/synchronisation of messages Descriptions of the rules governing the data Packet size Compression techniques Encryption algorithms Digital signatures
Describe a menu-based interface.
List of choices on screen Choice made by user leading to... Further menus Can use touch screen Back/home options on each screen
Describe what packet switching is.
Packets sent onto network
Find their own routes to destination/use different routes
Packets must be reordered at destination/arrives in wrong order
Packets have identity on label
Describe the function and purpose of a feasibility study.
Technically feasible/Time Is the proposed system possible? …in given time period
Economically feasible - Consideration of budget
Legal- Is the proposed system legal?
Operational - Is the workforce capable of running new system
Socially feasible.
Purpose is to carry out initial enquiries…
…to see if there are any reasons why new system may not be acceptable…
…before starting to produce it
Plan may be revised if study highlights problems
Describe two kinds of diagram that may be in the technical documentation.
DFD showing flow of data through system System flow chart showing how parts of system interrelate Flowchart showing the operations involved/the algorithm ERD shows how data tables relate to each other
Describe two methods of capturing pictures.
Scanner to input picture already in hard copy
Pixels scanned/reflected light measured
Electronic camera to take picture
lens focuses image onto matrix of receptors/transferred via cable/memory card/USB to computer
Describe what a Control Unit does.
Manages execution of instructions…
by using control signals to other parts of computer
Synchronises actions
Describe what a memory unit does.
Stores OS…
data (currently in use)
software (currently in use)/boot program/operations/instructions
Describe what an ALU does.
Carries out arithmetic instructions/calculations
Carries out logical instructions/decisions
Acts as a conduit through which all I/O to computer is done/gateway to processor
Describe the functions of two different types of bus.
Data bus
carries data being transmitted
Address bus
carries identification about where the data is being sent/coming from
Control bus
carries control signals from control unit to allow synchronisation of signals/commands to processor
Describe the purpose and use of compression software.
Reduces size of files
When scripts are being sent electronically to publisher
The compression means they are sent more quickly
They are decompressed using a decompression algorithm at the destination
Describe the purpose and use of file handlers.
Manages data storage/organises data storage
Allows files to be accessed
Allows for deletion/sorting of files
Describe the purpose and use of hardware drivers.
Contain the instructions to the OS for using a peripheral
e.g. -Would be used when a new printer was bought
in order to (install) communication (protocols) to OS/Control of peripheral by OS
To configure hardware
Describe the purpose and use of back up utility.
Automatically… makes copy of files To prevent loss of files Protects important work by ensuring... on different hardware/at regular intervals Incremental backup made
Describe what is meant by bit rate transmission.
The rate at which data is transferred (NOT speed)/how many bits in a specific time period
measured in bits per second/baud
Describe the procedure of backing up files.
Take a copy of all the files
…onto a removable storage/ solid state storage/ pen drive/ CDRW / DVDRW /online /tape /external or removable HDD
At a regular interval/e.g. weekly
Back up kept away from the computer/secure location
Mention of automatic/incremental backup