Lecture 1 Flashcards
What is a computer?
An electronic device that performs computations and logical decisions under the control of computer programs.
What are the two main components of a computer?
Hardware and Software.
What is hardware?
The physical parts of a computer including internal and external components.
What is software?
A set of programs that runs the computer and allows interaction with the hardware.
What does the CPU consist of?
Control Unit and Arithmetic Logic Unit (ALU).
What is the role of the Control Unit?
Directs the operation of the processor.
What does the Arithmetic and Logic Unit (ALU) do?
Performs arithmetic calculations and logic decisions.
What is RAM?
Random Access Memory that is volatile and allows data to be read and written.
What is ROM?
Read-Only Memory that is non-volatile and stores permanent instructions.
What is secondary storage?
Long-term storage devices like hard disks and flash disks, which do not directly interact with the CPU.
What is the role of the Input/Output Unit?
It allows data input and output through devices such as a keyboard monitor and printer
What is application software?
Software that helps accomplish specific tasks like Word or Excel.
What is operating software?
Software that manages hardware resources and provides an environment for application software.
What is machine language?
A binary language that is directly understood by computers but hard to write and machine-specific.
What is assembly language?
A language using mnemonics that is easier to understand but still requires translation to machine code.