CS 2 Flashcards

1
Q

What is Secondary Memory?

A

Stores data long-term, like hard drives or SSDs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does Cache Memory differ from Primary Memory?

A

Cache is faster and smaller; primary memory holds data currently in use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does Primary Storage differ from Secondary Storage?

A

Primary is faster but temporary; secondary is slower but permanent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the characteristics of Non-volatile Memory?

A

Retains data without power (e.g., SSDs, USB drives).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the advantages of using Virtual Machines?

A

Run multiple OS on one device and save costs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Computer Software, and what is its role in computer systems?

A

Runs programs and manages hardware resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why was Moore’s Law interesting?

A

Predicted exponential growth in computing power.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the advantages and disadvantages of Lossless Compression?

A

Preserves data but achieves less compression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Code System in Communications and Information Processing?

A

Converts data into signals for transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between Encoding and Encryption?

A

Encryption is used to read the data; encoding protects it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does Symmetric Encryption differ from Asymmetric Encryption?

A

Symmetric uses one key; asymmetric uses two (public/private).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the purpose of Hashing?

A

Converts data into a fixed-length code for security or checksums.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is Electronic Data Interchange important to organizations today?

A

Speeds up transactions and reduces errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the characteristics of a Computer Network?

A

Connectivity, data sharing, scalability, and reliability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do two methods of Data Transmission differ?

A

Synchronous (real-time) vs. asynchronous (delayed).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What types of Communication Channels exist?

A

Wired, wireless, optical fiber.

17
Q

What are the methods for Data Transfer in a Digital Communication System?

A

Packet switching and circuit switching.

18
Q

What is a Network Packet?

A

A unit of data sent across a network.

19
Q

What are the types of Computer Network Topology?

A

Star, bus, ring, and mesh.

20
Q

How is a Bus Network Layout different from a Star Network Layout?

A

Bus shares one connection; star connects devices to a central hub.

21
Q

What is the difference between Guided and Unguided Communication Media?

A

Guided uses cables; unguided uses wireless signals.

22
Q

What are Internet Protocols in Networking?

A

Rules for data exchange (e.g., TCP/IP, HTTP).

23
Q

What is the Open Systems Interconnection (OSI) Model and its Layers?

A

Physical, data link, network, transport, session, presentation, and application.

24
Q

How is the OSI Model different from the Internet Protocol Suite Model?

A

OSI has 7 layers; the Internet model has 4 layers.

25
Q

What are Internet Protocol Addresses?

A

Unique number for identifying devices online.

26
Q

What is a Sub-network and Subnet Mask?

A

A sub-network divides networks, and a subnet mask defines the network part of an IP address.

27
Q

What is the Dynamic Host Configuration Protocol (DHCP)?

A

Assigns IP addresses automatically.

28
Q

What is the Domain Name System (DNS)?

A

Converts domain names to IP addresses.