IS 310 Software and Hardware Concepts – Final Exam Study Guide

0.0(0)
studied byStudied by 4 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What does RAID stand for?

Redundant Array of Inexpensive Disks.

2
New cards

What is RAID 0?

Not true RAID; no error-checking or redundancy, but data is striped across all drives for increased speed.

3
New cards

What protection does RAID 1 provide?

RAID 1 provides protection by storing identical copies of data on two or more hard drives.

4
New cards

How does RAID 5 protect data?

RAID 5 uses striped data with parity, spreading error-checking blocks over all disks for protection against failure.

5
New cards

What types of storage technologies are mentioned?

Optical, magnetic, and solid-state storage technologies.

6
New cards

What is CD ROM?

A type of optical disc that stores data for computers to read but not write or erase, typically used for large amounts of data.

7
New cards

What is the main advantage of solid-state storage over hard disk drives?

Relatively immune to physical shock, faster access, generates little heat and noise, and has low power consumption.

8
New cards

What is a peer-to-peer network?

A decentralized computing model where network participants share resources directly without a centralized server.

9
New cards

What is the purpose of a backbone network?

To interconnect local area networks and improve overall performance by facilitating data passage between them.

10
New cards

What are the three types of communication channels?

Simplex, half-duplex, and full duplex.

11
New cards

What is an operating system?

A collection of computer programs that integrate hardware resources, making them available to users and applications.

12
New cards

What does multitasking in operating systems allow?

The ability to execute more than one task simultaneously on a single CPU.

13
New cards

What is the difference between Type 1 and Type 2 hypervisors?

Type 1 hypervisors run directly on hardware, while Type 2 hypervisors run on top of an existing operating system.

14
New cards

What defines an acyclic-graph directory structure?

A tree structure that allows files and directories to be accessed through multiple paths, enabling file sharing.

15
New cards

What is the purpose of memory management in an operating system?

To load programs into memory and allocate necessary resources for their execution.

16
New cards

What is quantum computing?

A technology utilizing quantum mechanics to solve complex problems faster than classical computers.

17
New cards

What is an example of a cloud service model?

Infrastructure as a Service (IAAS), Platform as a Service (PAAS), or Software as a Service (SAAS).

18
New cards

What is the role of authentication in computer security?

To verify the identity of the user or application seeking access to systems.

19
New cards

What is the disadvantage of peer-to-peer computing?

Difficulties in establishing centralized control and securing the network from unauthorized access.

20
New cards

What is a qubit in quantum computing?

A particle that can represent a 0, 1, or any combination of values at the same time due to superposition.

21
New cards

What is an advantage of using genetic algorithms?

They simulate natural selection for solving optimization problems.