Top2 Flashcards
(40 cards)
What is a computer?
An electronic device that can process and store information.
What are the basic components of a computer?
- Central Processing Unit (CPU)
- Memory (RAM)
- Storage (hard drive or solid-state drive)
- Input devices (keyboard, mouse, etc.)
- Output devices (monitor, printer, etc.)
- Peripheral devices (e.g., USB drives)
What is the function of the CPU?
It performs most of the processing and calculations required for a computer to function.
What does RAM stand for and its role?
Random Access Memory; it temporarily stores data and instructions while the computer is running.
What is the purpose of storage in a computer?
It is the long-term memory where data is stored even when the computer is turned off.
What are input devices?
Devices that allow users to input data or commands into the computer.
What are output devices?
Devices that display the results of the computer’s processing.
What are peripheral devices?
Additional components that can be added to a computer to enhance its functionality.
True or False: Computers can understand human languages directly.
False
What binary states do computers use?
- 0
- 1
- True
- False
- On
- Off
What is a transistor?
A tiny device used to store 2 values: 1 (on) and 0 (off).
How many bits are in a byte?
8 bits
What does ASCII stand for?
American Standard Code for Information Interchange.
What is the range of the original ASCII coding system?
0 to 127
How many possible values can an 8-bit byte represent?
256 possible values (from 0 to 255)
What is the ASCII code for the uppercase letter ‘A’?
65
What are accented characters?
Letters modified with an accent mark, changing pronunciation or meaning.
True or False: Unicode uses 1 byte for each character.
False
What is the maximum number of symbols that Unicode can represent?
65,536 different symbols
What is a bit?
The smallest unit of information on a machine, holding a value of 0 or 1.
What defines a word in a computer system?
The number of bits manipulated as a unit by the CPU.
What is the relationship between word size and memory addressing?
- Word size determines the number of bits the CPU can process at once
- Larger word sizes imply larger addressable memory space.
How many unique memory addresses can a 32-bit system address?
Approximately 4 gigabytes (GB) of addressable memory.
What is the maximum addressable memory for a 64-bit system?
Theoretical maximum of 16 exabytes.