Computer basics2
Computer basics2
Computer Principles
Ahmed Salam | lectures
•
- Education
- Business
• Evolution: Computers have become faster and more efficient.
PAGE 1
• A collection of numbers, symbols, and images that we input for processing.
PAGE 2
: Users enter data through input devices like keyboards and mice.
: The processed information is displayed via output devices such as monitors and printers .
Processing
Storage
PAGE 3
- Hardware
- Software
PAGE 4
are parts that show data to the user, including:
For showing information.
For sound.
: Facilitates gaming
PAGE 5
is like the heart of a computer, and your explanation
of its three main parts is important.
* Allows the computer to check conditions, e.g., `IF AVG >= 50 THEN PRINT("PASS")`.
PAGE 6
* Set of circuits that interpret program instructions.
PAGE 7
PAGE 8
- Used for permanent data storage.
- Its contents cannot be easily modified.
PAGE 9
|-----------------------|---------------------------------------|---------------------------------------|
Data is not lost when powered off Data is lost when powered off
Typically has a smaller capacity than RAM Usually has a larger capacity
In summary, ROM is used for storing Important information needed to boot the system,
while RAM is used for storing data that the processor needs while operating.
PAGE 10