Unit 2 Hardware and Software Flashcards

(98 cards)

1
Q

What is a mainframe computer?

A

A large, powerful computer used for bulk data processing.

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

What is a supercomputer?

A

A computer with extremely high processing power used for scientific research.

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

Give two uses of mainframe computers.

A

Census processing; Banking transactions.

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

Give two uses of supercomputers.

A

Weather forecasting; Quantum mechanics research.

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

What does RAS stand for?

A

Reliability, Availability, Serviceability.

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

What is MTBF?

A

Mean Time Between Failures.

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

What is fault tolerance?

A

Ability of a computer to continue operating even if components fail.

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

Give one advantage of mainframes.

A

Very reliable and secure.

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

Give one disadvantage of mainframes.

A

Very expensive to buy and maintain.

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

Give one advantage of supercomputers.

A

Extremely fast data processing.

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

Give one disadvantage of supercomputers.

A

High cost and power consumption.

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

What does MIPS measure?

A

Millions of Instructions Per Second.

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

What does FLOPS measure?

A

Floating Point Operations Per Second.

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

What is an operating system?

A

System software that manages hardware and software resources.

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

Give two functions of an operating system.

A

Memory management; File management.

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

What is multitasking?

A

Running multiple programs at the same time.

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

What is a compiler?

A

Software that translates high-level code into machine code.

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

What is an interpreter?

A

Software that translates and executes code line by line.

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

What is a linker?

A

Software that combines object code into a single executable program.

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

What is a device driver?

A

Software that allows OS to communicate with hardware devices.

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

Give two examples of utility software.

A

Disk formatting; Disk defragmentation.

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

What is disk formatting?

A

Preparing a disk for use by organizing its structure.

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

What is disk defragmentation?

A

Rearranging data on a disk to improve access speed.

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

What is data compression?

A

Reducing file size for storage or transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Give two types of compression.
Lossy; Lossless.
26
What is backup software?
Software used to create copies of files for recovery.
27
What is anti-virus software?
Software that detects and removes malware.
28
What is a platter?
A disk surface in a hard drive used to store data.
29
What is a track?
A circular path on a disk where data is stored.
30
What is a sector?
A subdivision of a track on a disk.
31
What is a block?
A group of sectors used for data storage.
32
Label the parts of a hard disk diagram.
Platters, Spindle, Read/Write Head, Actuator Arm.
33
Label the components of a CPU diagram.
Control Unit, Arithmetic Logic Unit, Registers, Cache.
34
Label the memory hierarchy diagram.
Registers, Cache, RAM, Secondary Storage.
35
Label the parts of an optical disk diagram.
Track, Sector, Spiral Path.
36
Label the components of a motherboard diagram.
CPU socket, RAM slots, Expansion slots, Power connector.
37
What is file management?
Organizing and controlling files in a computer system.
38
What is memory management?
Allocating and managing RAM for processes.
39
What is the purpose of a boot loader?
Loads the operating system into memory when the computer starts.
40
Why do mainframes have high security?
To protect large volumes of sensitive data.
41
Give two security measures used in mainframes.
User authentication; Encryption.
42
Label the parts of a network diagram.
Router, Switch, Hub, End Devices.
43
Label the components of a storage device diagram.
Controller, Cache, Interface, Platters.
44
What is the function of a delete utility?
Deletes pointers to files so OS can reuse space.
45
Can deleted files always be recovered?
No, if data is overwritten, recovery is difficult.
46
What is anti-virus software?
Software that detects and removes viruses.
47
Give two examples of malware.
Viruses; Worms.
48
What is a Trojan horse?
Malware disguised as legitimate software.
49
What is adware?
Software that displays unwanted ads.
50
What is signature-based detection?
Compares files to known virus signatures.
51
What is heuristic detection?
Detects suspicious behaviour or code patterns.
52
What is sandbox detection?
Runs suspected files in a virtual environment.
53
What is a false positive in virus detection?
When clean files are flagged as infected.
54
What is a file management system?
Software that organizes and manages files.
55
Give two functions of a file management system.
Rename files; Move files between directories.
56
What is metadata in file management?
Information about a file such as size and date.
57
What is a disk management system?
Utilities to manage hard disk partitions and space.
58
Give two functions of disk management systems.
Create partitions; Change drive letters.
59
What is disk defragmentation?
Reorganizing files to improve access speed.
60
What is data compression?
Reducing file size for storage or transmission.
61
Name two types of compression.
Lossy; Lossless.
62
What is custom-written software?
Software developed for a specific user or organization.
63
What is off-the-shelf software?
Pre-made software available for general use.
64
Give one advantage of custom-written software.
Meets exact user requirements.
65
Give one disadvantage of custom-written software.
Expensive and time-consuming to develop.
66
Give one advantage of off-the-shelf software.
Cheaper and immediately available.
67
Give one disadvantage of off-the-shelf software.
May not meet all user needs.
68
What is a user interface?
The way a user interacts with a computer system.
69
Name four types of user interface.
CLI, GUI, Dialogue-based, Gesture-based.
70
What is CLI?
Command Line Interface using text commands.
71
What is GUI?
Graphical User Interface using windows, icons, menus.
72
What is a dialogue interface?
Interface using voice commands.
73
What is a gesture-based interface?
Interface using physical gestures.
74
Give one advantage of GUI over CLI.
More user-friendly and intuitive.
75
Give one disadvantage of CLI.
Requires knowledge of commands.
76
Give one advantage of gesture-based interface.
Hands-free operation.
77
Give one disadvantage of gesture-based interface.
Can misinterpret gestures.
78
Explain what RAS means.
Reliability, Availability, Serviceability.
79
What does a sector refer to on a disk?
Subdivision of a track for data storage.
80
What is a track on a disk?
Circular path on a disk surface.
81
What is a cylinder in disk storage?
Set of tracks aligned vertically across platters.
82
Explain how high-level language runs on different systems.
It is translated using compilers or interpreters.
83
What is the main function of anti-virus software?
To detect, prevent, and remove malware.
84
Why should anti-virus software be updated regularly?
To recognize new viruses and threats.
85
Give two examples of anti-virus programs.
Norton; McAfee.
86
What is real-time scanning in anti-virus software?
Continuous monitoring of files and programs for threats.
87
What is quarantine in anti-virus software?
Isolating infected files to prevent spreading.
88
Why do false positives occur in anti-virus detection?
When clean files match virus signatures by mistake.
89
Give one advantage of anti-virus software.
Protects system from malware attacks.
90
Give one disadvantage of anti-virus software.
May slow down system performance.
91
What is heuristic analysis in anti-virus software?
Detecting unknown viruses by analyzing suspicious behavior.
92
What is signature-based detection?
Matching files against a database of known virus signatures.
93
What is sandboxing in anti-virus software?
Running suspicious files in a virtual environment to observe behavior.
94
Why is anti-virus software important for email attachments?
To prevent malware from spreading through emails.
95
What is the role of automatic updates in anti-virus software?
Ensures the virus database is current.
96
What does anti-virus software do when a virus is detected?
Alerts the user and removes or quarantines the file.
97
What is a virus signature?
A unique pattern used to identify a virus.
98
What is behavioral-based detection?
Monitoring programs for abnormal activities like sending mass emails.