Windows/Linux/MacOS Flashcards

(50 cards)

1
Q

What are the componets to comparing various OS (Windows/Linux/MacOS)?

A

-User interface (UI)
-File system
-Security
-Compatibility with software/hardware
-Performance & reliability

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

what is user interface (UI)?

A

The user interface (UI) is the point of human-computer interaction and communication in a device. This can include display screens, keyboards, a mouse and the appearance of a desktop.

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

What are (3) OS system interface examples?

A

MS โ€“> Windows
๐ŸŽ โ€“> MacOS
Linux โ€“> GNOME, KDE Plasma, and XFCE

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

What is the file system?

A

The file system, is a vital component that manages how data is stored and retrieved.

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

What are (3) file system examples?

A

Windows โ€“> NTFS
MacOSโ€“> (ie Sequoia/latest version)
Linux โ€“> XFS/Btrfs/Ext4

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

What are (3) examples of security features?

A

Windows โ€“> Defender, Bitlocker, and Secure Boot
MacOS โ€“> Gatekeeper and XProtect (Unix-based foundation)
LInuxโ€“> Security enhanced

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

Which OS system is the most compatible?

A

Windows

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

How is MacOS optimized for performance on Apple hardware?

A

M1/M2

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

What are the (2) advantages of Windows 11 Home?

A

-User-friendly interface
-Sufficient for basic tasks

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

What are the (2) disadvantages of Windows 11 Home?

A

-Lacks advanced security
features
-Limited business features

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

What are the (2) advantages of Windows 11 Pro?

A

-Enhanced security
-Business-oriented features

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

What is the (1) disadvantage of Windows 11 Pro?

A

-Potential overkill for basic
users

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

What are the (2) advantages of Windows 11 Enterprise?

A

-Highest level of security and
manageability
-Advanced IT management
tools

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

What are the (2) disadvantages of Windows 11 Enterprise?

A

-Higher cost
-Complexity of deployment

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

What are the (2) advantages of Windows 11 Education?

A

-Tailored for educational
environments
-Enhanced security and
management

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

What is the (1) disadvantage of Windows 11 Education?

A

-Limited to educational
institutions

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

What are the (2) advantages of Windows 11 Pro for Workstations?

A

-Optimized for high-
performance tasks
-Supports large data
handling

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

What is the (1) disadvantage of Windows 11 Pro for Workstations?

A

-Unnecessary for regular
office tasks

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

What are some aspects to cross-platform software and file management?

A

-Different unique system
calls, file systems, and user
interface guidelines

-Libraries and APIs available
on one platform might not
be available on another

-Maintaining a consistent
user experience across
platforms is challenging

-Transferring files between
different operating systems
can be a complex task due
to differences in file
systems and metadata
handling

-Different operating
systems use different
default character
encodings, which can lead
to corrupted file contents
when transferred.

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

what are common causes of startup issues?

A

Common causes include corrupted system files, hardware failures, or software conflicts. You have the option of using either Safe Mode or Recovery Mode.

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

What is safe mode?

A

Safe Mode performs a startup disk check, repairs directory issues, and disables non-essential login items.

22
Q

What is recovery mode?

A

If Safe Mode doesnโ€™t resolve the issue, Recovery Mode offers more robust tools. This mode provides access to Disk Utility for repairing the disk, reinstalling macOS, restoring from a Time Machine backup, or accessing Terminal for advanced troubleshooting.

23
Q

What are the (3) parts to system repair and maintenance in MacOS?

A

-Disk Utility
-Clear caches and temporary files
-Clean up system files

24
Q

What are the (2) parts in terminal commands in MacOS?

A

-Check disk usage
-Kill processes

25
What are the (2) parts with external device issues in MacOS?
-Checking connections and power -Updating drivers
26
What are the (4) tips to general troubleshooting for MacOS?
-Backup your data regularly -Use safe mode -Monitor system performance -Keep your system updated
27
What is kernal panic within Linux?
A kernel panic is a safety measure by an operating system when it detects a critical error it can't recover from. This causes the system to stop and display an error message.
28
What are (2) symptoms of kernal panic within LInux?
-System unresponsiveness -Kernal panic message
29
What are (3) causes of kernal panic within Linux?
-Hardware failure -Software bugs -Corrupt or incompatible system files
30
What are (2) Hardware diagnostics and tests in Linux?
-Diagnostic tools -Hard drive checks
31
What are (2) updates and patches in Linux?
-Kernal updates -Driver updates
32
What are (2) review logs in Linux?
-Log examination -dmesg output:
33
What are (2) boot options in Linux?
-GRUB configuration -Safe mode
34
What are (2) symptoms in resolving dependency errors in Linux?
-Errors during package installation or updates -Messages indicating missing or conflicting dependencies
35
What are (3) causes in resolving dependency errors in Linux?
-Outdated repositories -Conflicting versions of packages -Manual modifications to system libraries
36
What is one solution for update repositories in Linux?
Ensure up-to-date repositories
37
What is one solution to add new repositories in Linux?
Adding new repositories: Sometimes, additional repositories need to be added to obtain the necessary packages. This can be done by editing the sources list or using package manager commands to add repositories.
38
What are (2) solution in consult logs in Linux?
-Package manager logs -System logs
39
What are (3) file system corruption symptoms in Linux?
-Inability to read or write to the file system -Error messages indicating file system issues -System crashes or hangs
40
What are (3) file system corruption causes in Linux?
-Power outages or abrupt shutdowns -Faulty hardware components -Bugs in the file system drivers:
41
What are (2) file system corruption solutions using fsck and flags in Linux?
-File System Consistency Check -Options and flags
42
What are (2) file system corrution solutions using regular backups in Linux?
-rsync -tar
43
What is one file system corruption solution by monitoring hardware in Linux?
smartctl
44
What is one file system corruption solution by mount options in Linux?
noatime/nodiratime
45
What is one file system corrution solution by file system choice in Linux?
Ext4, BTRFS, and Xfs
46
What are (3) symptoms to network configuration challenges in Linux?
-Inability to connect to networks -Slow network performance -Frequent disconnections
47
What are (3) causes to network configuration challenges in Linux?
-Incorrect network settings -Hardware failures, such as a faulty network card -Misconfigured firewall or security settings
48
What are (5) solutions to network configuration challenges in Linux?
-Check configuration -Restart network services -Diagnose with tools -Review firewall settings -Check logs:
49
What is the best aspect to Linux?
One of Linux's greatest strengths is its open-source nature, which provides a vast array of troubleshooting tools. "Open-source" refers to software whose source code is made freely available to the public. This means that anyone can inspect, modify, and enhance the code, typically under licenses that ensure the software remains open for others to use and contribute to. In the context of Linux, being open-source means that the operating system's codebase is accessible to developers worldwide.
50
What are (4) command-line tools in Linux?
-dmesg -journalctl -strace -tcpdump