Computer Systems Flashcards
(33 cards)
Name the four key components of a computer system.
The four key components of a computer system are, input, processing in the CPU, storing the information in memory, and producing an output.
Hardware and Software
Define hardware and software.
Hardware is the physical aspects of a computer: it consists of the electronic and mechanical parts of the system.
Software is the programmed instructions that make the computer function in a required manner.
Hardware and Software
Name and describe the basic three types of Software.
- Application programs: contain a series of instructions for the computer to follow that apply to a specific situation.
- Systems Software: The operating system which consists of programs that supervise the way in which the computer handles information, as well as the operation of devices like the printer. It is responsible for enabling the computer to load programs, format disks and arrange files for computer usage, general housekeeping duties.
- Programming languages: contain a set of terms and rules for these terms. These are used to write application programs (e.g., Pascal, COBOL, C++, and Java).
Data
What form can data take on?
Letters, numbers, sound, or images.
Types
What are the four main size categories of computers from largest to smallest.
- Microcomputers
- Minicomputers
- Mainframes
- Supercomputers
Types
What type is found in the computer lab?
Microcomputers because they are intended for the use of one single person at a time.
In other words, PCs are Microcomputers.
Features of Any Computer System
Name and describe three basic features of any computer system?
Computers display 3 basic features:
* Input: this unit is responsible for accepting information into the computer.
* Processing: the information is processed in the Central Processing Unit (CPU)
* Output: this unit is responsible for displaying the result of work done on the computer.
Personal Computer Parts
What are common input devices that are available in the school’s computer lab?
Keyboard, mice, and sound (mics)
Personal Computer Parts
What are common output devices that are available in the school’s computer lab?
The screen (monitor) and speakers.
Central Processing Unit
Name and describe the three main parts of the central processing unit (CPU).
- Control unit: responsible for controlling all input and output devices in the computer, controlling the movement of all information into and out of storage.
- Arithmetic and Logic Unit (ALU): performs arithmetic functions and uses logical processing to compare data.
- Main memory: the place where information is stored in the CPU, allowing the computer to access the stored information quickly.
Memory
State the difference between RAM and ROM.
Random Access Memory (RAM)
- Stores programs and data in current use.
- Data is lost when the computer is powered off, making RAM volatile.
- Data in RAM can be modified via being read and written to. The more RAM a computer has, the more it can do.
- Used for running applications and temporary storage
- Typically larger (GBs to TBs)
Read Only Memory (ROM)
- Stores permanent instructions for basic computer operations.
- Data remains even when the computer is powered off, making ROM non-volatile.
- Data in ROM cannot be modified (except in special cases like EEPROM)
- Used for storing firmware and essential system instructions
- Typically smaller (MBs)
Memory
What are four measurement values used to describe a computer’s memory? (smallest to largest)
1 KB (Kilobyte) of memory is approximately 1,000 bytes
1 MB (Kilobyte) of memory is approximately 1,000,000 bytes
1 GB (Kilobyte) of memory is approximately 1,000,000,000 bytes
1 TB (Kilobyte) of memory is approximately 1,000,000,000,000 bytes
Memory
How many characters can 1 GB store?
1, 000, 000, 000 bytes
Personal Computer Parts
What are 3 phsyical parts of a personal computer?
Keyboard, systems unit, and monitor
Personal Computer Parts
Describe three major components that are likely found inside the systems unit?
The power supply, RAM, ROM, microprocessor, bus ports, and peripheral devices such as DVD, hard drives, and some electronic cards that allow other hardware devices to be connected to the computer.
Secondary Storage
Why is auxiliary storage needed?
To hold information for future uses: by storing inactive information and archive data.
Secondary Storage
What are the main technologies used today to store data?
Magnetic-Storage: Information is stored when a magnetic sensitive material reacts to a magnetic field.
- Magnetic Tape: a tape is a long strip of magnetic material. Data is stored in a serial pal tern in the same way songs are stored on a cassette so tapes are slow to use. Because they are inexpensive, have a high capacity but are slow, they are good as a backup medium.
- Magnetic Disks: these are the most common. There are Hard disks that store at least 500 GB, Disks do not have to be read in sequence like tapes. They direct (random) access to information so they are faster but they are more expensive.
Optical Storage: Information is stored on this medium using optical (laser) technology.
Solid State Drive: No moving parts, information is stored in microchips. Conversely, a hard disk drive uses a mechanical arm with a read/write head to move around and read information from the right location on a storage platter. This difference is what makes SSD so much faster.
Optical Storage
What are the primary types of optical storage medium?
Compact Disk (CD-ROM): technology that music CD utilizes, and a laser reads information on the surface.
Digital Video Disk (DVD): It is the same size of a standard compact disk but it can store upwards to an entire full-length movie (holding 4.7 GB).
Blu Ray Disk: A newer technology that holds approximately 20 GB.
Communication
What are peripheral devices?
Peripheral devices are computer devices that are attached to the computer.
Communication
What are examples of peripheral devices?
- Keyboard
- Printer
- Mouse
Communication
What is a modem used for?
Allows computers to communicate over telephone lines.
Networks
What is a netword and why are they used?
Networks allow individual computers to communicate with each other through cables, telecommunications, satellites, and modems.
Networks
What are two basic types of networks?
There are two basic types of networks: Local Area Network (LAN) and Wide Area Network (WAN):
1. LAN is a network of computers located relatively near TO each other.
2. WAN is a network that usually connects 2 or more LANs together over a broader geographical area.
Operating systems
What is the purpose of a fileserver?
A fileserver is a main computer to which everyone is connected to, so files can be saved, shared, and printed.