Chapter 3 Flashcards

1
Q

Linux is an example of a blank, which is a kernel that does everything a kernel is supposed to do in one process.

A

monolithic kernel

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

Individuals or companies develop blank with the intent to sell it for profit.

A

commercial software

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

From a legal perspective, blank is similar to commercial software in that it’s copyrighted and the author asks for payment. The difference is that blank is distributed on the internet and “sold” on an honor system.

A

shareware software

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

Blank, like shareware, is available for free, but the authors don’t ask for payment.

A

freeware

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

Blank is defined by a set of 10 principles by the OSI.

A

Open Source Software

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

What are the four qualities of open source software that make it superior to other forms of software?

A

Better Code
More flexibility
Lower cost
Lack of vendor lock-in

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

Blank are specialized devices that fulfill a specific purpuse

A

Embedded computers

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

Mobile phones, IoT monitors, DVRs, Automotive computers, and appliances have blank

A

embedded computers

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

Linux began life on a blank.

A

desktop computer

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

The preference for a few specific commercial products is part of why blank continues to dominate the desktop market

A

Microsoft Windows

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

What specific software is required on most Linux based desktops? 6

A

The X Window System GUI (X for short)
A popular desktop environment, such as GNOME, KDE, Xfce, or Unity
A web browser, such as Mozilla Firefox
An email client, such as Mozilla Thunderbird or Evolution
A graphics editor, such as the GIMP
An office suite, such as OpenOffice or the similar LibreOffice

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

Blank can be almost identical to desktop computers although they sometimes require bigger hard drives or better network connections

A

server computers

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

Many popular network server programs were written with for blank and blank first, which makes these platforms the best choice for running them.

A

Linux or Unix

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

Type of server: Apache

A

Web server

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

Type of server: Postfix

A

Email server

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

Type of server: sendmail

A

Email server

17
Q

Type of server: MySQL

A

database

18
Q

Type of server: Network File System(NFS)

A

File server

19
Q

Type of server: Samba (2)

A

FIle Server and print server

20
Q

Type of server: Common Unix Printing System (CUPS)

A

Print server

21
Q

Type of server: Berkeley Internet Name Domain (BIND)

A

DNS server

22
Q

Type of server: Network Time Protocol (NTP)

A

Time servers

23
Q

Type of server: SSH

A

Remote login server

24
Q

Type of server: VNC

A

Remote login server

25
Q

What type of multitasking does Linux use?

A

Preemptive

26
Q

Which of the following is a characteristic of all open source software?

A. The software cannot be sold for profit; it must be distributed free of charge

B. It must be distributed with both source code and binaries

C. Users are permitted to redistribute altered versions of the original software

D. The software was originally written at a college or university

E. The software must be written in an interpreted language that requires no compilation

A

C

27
Q

Which program is most likely to be installed and used on a Linux desktop?

A. Apache
B. Postfix
C. Android
D. Evolution
E. BIND

A

D

28
Q

True or False: VMS was a common OS on x86 at the time Linux was created

A

False - DOS was dominate at the time

29
Q

True or False: Some DVRs run Linux

A

True

30
Q

True or False: A Linux computer being used as a server generally does not require X

A

True

31
Q

Linux uses a(an) blank kernel design, as contrasted with a microkernel design

A

monolithic

32
Q

A type of software that distributed for free but that requires payment on the honor system if a person uses it is called blank

A

shareware

33
Q

A blank computer is likely to run a word processor and web browser

A

desktop

34
Q

The blank software package is an example of a web server written for the Linux server environment

A

Apache

35
Q

Linux’s multitasking is blank, meaning that the kernel can give CPU time to any process as it sees fit, potentially interrupting other processes

A

preemptive