MODULE 1- Introduction to Linux Flashcards

1
Q

What is Linux

A

Linux is a Kernel ,which is the core of an operating system acting as a bridge between the Hardware and Software applications

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

When people refer to ‘Linux’, what are they usually talking about?

A

They are usually referring to GNU/Linux, which is a Linux kernel combined with GNU software that makes it a full operating system

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

What is GNU?

A

GNU is free software providing open-source equivalents of many UNIX commands

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

When was UNIX developed?

A

UNIX was developed in the 1970s

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

What makes UNIX portable across different hardware?

A

UNIX is written in C language making it adaptable to different hardware architectures.

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

Who created Linux and why?

A

Linus Torvald created Linux with frustration over MINIX’s licensing restrictions and wanted a free operating system.

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

When was Linux created?

A

Linus Torvald created Linux in 1991

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

What was Linux original name?

A

Linux was originally named ‘Freax’ but changed by an administrator to Linux.

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

What is the name of the UNIX like operating system designed for educational use?

A

MINIX was the UNIX like operating system designed for educational use.

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

Who owns the UNIX trademark?

A

The Open Source Group owns the UNIX trademark

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

Why did Linux gain rapid popularity?

A

Linux gained rapid popularity due to it being Open-source, highly modular , and attracted developers worldwide who contributed to its growth.

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

Who founded the GNU project and when?

A

Richard Stallman founded the GNU project in 1983 to create a free UNIX like Operating System

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

What does it mean when software is “Forked”?

A

Software forking means modifying the software ,creating a separate version based on the Original.

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

What is the purpose of an Operating system?

A

An operating system manages hardware resources while providing user interfaces for interacting with the computer.

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

Why is Linux the dominant operating system for Servers, Cloud computing and embedded systems? (4 reasons)

A

Linux is the dominant operating system for Servers, cloud computing and embedded systems because of its scalability, reliability, security and it being open source.

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

What does a closed-source license typically restrict?

A

A closed source license allows the use of machine code but prohibits access to source code and reverse engineering.

17
Q

What is open-source software?

A

Open source software is software where the source code is available to view, modify and distribute.

18
Q

What is source code?

A

Source code is the human readable instructions that define how software operates.

19
Q

What is machine code?

A

The binary code executed by a computer derived from source code.

20
Q

What is a Linux distribution?

A

A Linux distribution is a complete usable Operating system that includes a Linux Kernel, GNU tools, and various applications.

21
Q

What role do package managers play in Linux Distros?

A

Package managers help install, update and remove software after the system is set up.

22
Q

What is included in a Linux distribution besides the Linux kernel? (4 items)

A

Besides the Linux kernel , a distributions contains GNU tools, user facing applications, system management tools and a package manager.

23
Q

What are the three Linux distribution families?

A

Red hat, Debian and Slackware.

24
Q

How do Red hat and Debian based Linux distributions primarily differ?

A

Red hat and Debian based Linux distributions have different package managers, variations in file locations and other philosophies.

25
What is the function of a Linux distribution installer? (3 items)
A Linux distribution installer sets up storage, installs the kernel and configures the rest of the system.
26
What are the two main types of interfaces in an operating system?
The two main types of interfaces in an operating system are the CLI and GUI.
27
Which type of interface relies on windows, icons and menus and which one relies on text based commands?
A GUI relies on windows , icons and menus while a CLI relies on text based commands.
28
What advantage does a CLI have over GUI? (3 items)
A CLI allows precise control, faster execution and automation capabilities.
29
What makes virtual machines more ideal for CLI practice?
CLI offer a safe environment for experimenting without damaging the system.
29
What makes a CLI more powerful than a GUI?
The CLI allows execution of complex tasks with a single command.
30
Who created Unix?
AT&T Bell Labs created Unix.