mistakes Flashcards
(44 cards)
What is a computer system?
A computer system is a collection of hardware and software that works together to achieve some data processing task
Name some input devices.
- Keyboard
- Mouse
- Touch screen
- Microphone
- Heat sensor
Input devices are essential for user interaction with the computer system.
What is the Central Processing Unit (CPU)?
A single electronic chip within the system where the processing stage takes place. It is often referred to as the brain of the computer.
The CPU executes instructions and processes data in a computer system.
What is system software?
Software responsible for the general operation of a computer system, including the operation of hardware, running application software, and file management.
What is application software?
Computer software created to allow the user to perform a specific job or task.
What are output devices?
Computer monitor, printer, speakers, LED light
What is a Bus in computer architecture?
A set of wires or tracks laid down on printed circuit board
What does the Data Bus carry?
Actual data around the circuit
What is the function of the Address Bus?
Carries information on where the data needs to go or come from
What does the Control Bus carry?
Signals to control various components such as DVD drive, hard disk, or graphics card
What are the main components of the CPU?
Control unit, Arithmetic logic unit, Registers, Cache
What is the role of the control unit in the CPU?
Manages tasks, controls data movement, executes instructions
What operations does the Arithmetic Logic Unit handle?
Arithmetic (+-x/) and logic operations (<>=)
What is the purpose of Registers in the CPU?
Holds data used when executing an instruction
What is Cache in computing?
A small but extremely fast type of RAM used to speed up processing time
What is a pixel?
A single point in an image
How is an image represented as a bitmap?
Pixels stored consecutively; each color represented by a bit pattern
What does Hertz measure?
One sample per second
What is the function of the clock in a computer?
Regulates timing and speed of computer operations
What is software?
Controls the operations of the hardware
What occurs in the execute stage of instruction processing?
The instruction is performed, such as loading data or performing calculations
What happens during the decode stage?
The next instruction is decoded by the control unit
What is the fetch stage?
The control unit reads the memory address of the next instruction
What are advantages of low-level programming languages?
- Programs run faster
- Direct interaction with hardware
- Require less memory
- No unnecessary code added by compiler