What is a mainframe computer?
A large, powerful computer used for bulk data processing.
What is a supercomputer?
A computer with extremely high processing power used for scientific research.
Give two uses of mainframe computers.
Census processing; Banking transactions.
Give two uses of supercomputers.
Weather forecasting; Quantum mechanics research.
What does RAS stand for?
Reliability, Availability, Serviceability.
What is MTBF?
Mean Time Between Failures.
What is fault tolerance?
Ability of a computer to continue operating even if components fail.
Give one advantage of mainframes.
Very reliable and secure.
Give one disadvantage of mainframes.
Very expensive to buy and maintain.
Give one advantage of supercomputers.
Extremely fast data processing.
Give one disadvantage of supercomputers.
High cost and power consumption.
What does MIPS measure?
Millions of Instructions Per Second.
What does FLOPS measure?
Floating Point Operations Per Second.
What is an operating system?
System software that manages hardware and software resources.
Give two functions of an operating system.
Memory management; File management.
What is multitasking?
Running multiple programs at the same time.
What is a compiler?
Software that translates high-level code into machine code.
What is an interpreter?
Software that translates and executes code line by line.
What is a linker?
Software that combines object code into a single executable program.
What is a device driver?
Software that allows OS to communicate with hardware devices.
Give two examples of utility software.
Disk formatting; Disk defragmentation.
What is disk formatting?
Preparing a disk for use by organizing its structure.
What is disk defragmentation?
Rearranging data on a disk to improve access speed.
What is data compression?
Reducing file size for storage or transmission.