Understanding Computer Systems

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover fundamental concepts about computer systems, including hardware, software, data representation, and networking.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What are the two main sides of a computer system?

Hardware and software.

2
New cards

What is the function of the input unit?

To get information or instructions into the computer.

3
New cards

What does a CPU primarily do?

It finds and runs instructions in a program.

4
New cards

What are the three basic components of a CPU?

Registers, arithmetic logic unit (ALU), and control unit (CU).

5
New cards

What is the main task of the arithmetic logic unit (ALU)?

To perform math and logic operations.

6
New cards

What cycle does the control unit follow?

Fetch, decode, execute.

7
New cards

What is the difference between primary storage and secondary storage?

Primary storage (RAM) is temporary and fast; secondary storage (like hard drives) is permanent and slower.

8
New cards

What is the smallest unit of data in a computer?

A bit.

9
New cards

What does the interface unit do?

It serves as the bridge for communication between the CPU and other components.

10
New cards

What are different types of data compression?

Lossy compression, which sacrifices some quality to reduce file size, and lossless compression, which retains all original data.

11
New cards

What are the essential ingredients for data communication?

A sender, a receiver, a channel, and protocols.

12
New cards

What is bandwidth?

The amount of data that can be transmitted per second.

13
New cards

What is the TCP/IP model?

A layered model that organizes protocols for Internet communication.

14
New cards

How do computers represent information?

Computers store everything as binary code, which consists of zeros and ones.

15
New cards

What is the difference between hard copy and soft copy?

A hard copy is a physical printout, while a soft copy is digital information stored on a device.

16
New cards

What defines a local area network (LAN)?

A network that connects devices in a small area, like a home or office.

17
New cards

What is encapsulation in networking?

The process of adding headers to data as it moves through the layers of the TCP/IP model.