Redhat Chapter 1 Flashcards

1
Q

Which two of the following are benefits of open source software for the user? (Choose two.)

A) Code can survive the loss of the original developer or distributor.

B) Sensitive portions of code are protected and only available to the original developer.

C) You can learn from real-world code and develop more effective applications.

D) Code remains open as long as it is in a public repository but the license may change when included with closed source software.

A

A) Code can survive the loss of the original developer or distributor.

C) You can learn from real-world code and develop more effective applications

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

Which two of the following are ways in which Red Hat develops their products for the future and interacts with the community? (Choose two.)

A) Sponsor and integrate open source projects into the community-driven Fedora project.

B) Develop specific integration tools only available in Red Hat distributions.

C) Participate in upstream projects.

D) Repackage and re-license community products.

A

A) Sponsor and integrate open source projects into the community-driven Fedora project.

C) Participate in upstream projects.

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

Which two statements describe the benefits of Linux? (Choose two.)

A) Linux is developed entirely by volunteers making it a low cost operating system.

B) Linux is modular and can be configured as a full graphical desktop or a small appliance.

C) Linux is locked in a known state for a minimum of one year for each release, making it easier to develop custom software.

D) Linux includes a powerful and scriptable command-line interface, enabling easier automation and provisioning.

A

B) Linux is modular and can be configured as a full graphical desktop or a small appliance.

D) Linux includes a powerful and scriptable command-line interface, enabling easier automation and provisioning.

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

is a critical technology for IT professionals to understand.

A

Linux

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

is in widespread use, and if you use the internet at all, you are probably already interacting with these systems in your daily life.

A

Linux

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

the most obvious way in which you interact with Linux systems is through browsing the _________ and using e-commerce sites to buy and sell products.

A

World Wide Web

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

manages point-of-sale systems and the world’s stock markets, and also powers smart TVs and in-flight entertainment systems.

A

Linux

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

Linux powers most of the top 500 ________in the world.

A

supercomputers

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

Some of the many reasons to learn Linux include:

A
  • A Windows user needs to interoperate with Linux.
  • In application development, Linux hosts the application or its runtime.
  • In cloud computing, the cloud instances in the private or public cloud environment use Linux as the operating system.
  • With mobile applications or the Internet of Things (IoT), the chances are high that the operating system of your device uses Linux.
  • If you are looking for new opportunities in IT, Linux skills are in high demand.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Linux is open source software. (True or false)

A

T

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

Being _________ does not just mean that you can see how the system works. You can also experiment with changes and share them freely for others to use.

A

open source

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

The open source model means that improvements are easier to make, enabling faster innovation. (True or false)

A

T

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

Linux provides easy access to a powerful and scriptable _________

A

command-line interface (CLI).

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

CLI means?

A

command-line interface

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

is a modular operating system that allows you to easily replace or remove components.

A

Linux

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

A ___________ system can be a general-purpose development workstation or an extremely stripped-down software appliance.

A

Linux

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

is software with source code that anyone can use, study, modify, and share.

A

Open source software

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

is the set of human-readable instructions that are used to make a program.

A

Source code

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

It may be interpreted as a script or compiled into a binary executable which the computer runs directly.

A

Source code

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

Upon creating _______, it gets copyrighted, and the copyright holder controls the terms under which the software can be copied, adapted, and distributed. Users can use this software under a software license.

A

source code

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

Some software has source code that only the person, team, or organization that created it can see, or change, or distribute. This software is sometimes called “_______” or “closed source” software.

A

proprietary

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

Open source software is different. When the copyright holder provides software under an open source license, they grant the user the right to run the program and also to _______, _______, _______, and _______the source royalty-free to others.

A
  • view
  • modify
  • compile
  • redistribute
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Open source promotes _______, _______, _______, and _______ because it encourages people beyond the original developers to make modifications and improvements to the software and to share it with others.

A
  • collaboration
  • sharing
  • transparency
  • rapid innovation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

is a critical part of many organizations’ commercial operations.

A

Open source

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

One can sell open source code, but the terms of true open source licenses generally allow the customer to redistribute the source code. (True or false)

A

T

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

Most commonly, vendors such as _______ provide commercial help with deploying, supporting, and extending solutions based on open source products.

A

Red Hat

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

Open source has many benefits for the user:

A

CTSS
-Control: See what the code does and change it to improve it.

  • Training: Learn from real-world code and develop more useful applications.
  • Security: Inspect sensitive code, fix with or without the original developers’ help.
  • Stability: Code can survive the loss of the original developer or distributor.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

The bottom line is that open source allows the creation of better software with a higher return on investment by _______

A

collaboration

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

Types of Open Source Licenses:

A

Copyleft licenses that are designed to encourage keeping code open source.

Permissive licenses that are designed to maximize code reusability.

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

See what the code does and change it to improve it.

A) Control
B) Training
C) Security
D) Stability

A

A) Control

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

Learn from real-world code and develop more useful applications.

A) Control
B) Training
C) Security
D) Stability

A

B) Training

32
Q

Inspect sensitive code, fix with or without the original developers’ help.

A) Control
B) Training
C) Security
D) Stability

A

C) Security

33
Q

Code can survive the loss of the original developer or distributor.

A) Control
B) Training
C) Security
D) Stability

A

D) Stability

34
Q

licenses that are designed to encourage keeping code open source.

A

Copyleft licenses

35
Q

licenses that are designed to maximize code reusability.

A

Permissive licenses

36
Q

Copyleft licenses are also called “_________” licenses

A

share-alike

37
Q

these licenses, require that anyone who distributes the source code, with or without changes, must also pass along the freedom for others to also copy, change, and distribute the code.

A

Copyleft licenses or share-alike licenses

38
Q

Common copyleft licenses include:

A
  • GNU General Public License (GPL)

- Lesser GNU Public License (LGPL).

39
Q

_______ licenses are intended to maximize the reusability of source code.

A

Permissive

40
Q

This makes it very easy for this code to be reused, but at the risk of encouraging proprietary-only enhancements.

A

Permissive licenses

41
Q

Several commonly used permissive open source licenses include:

A
  • MIT/X11 license
  • Simplified BSD license
  • Apache Software License 2.0
42
Q

It is NOT a misconception to think that open source is developed solely by an “army of volunteers” or even an army of individuals plus Red Hat. (True or false)

A

F

(It is a misconception to think that open source is developed solely by an “army of volunteers” or even an army of individuals plus Red Hat.)

43
Q

The combination of formal and informal development provides a highly dynamic and productive environment. (True or false)

A

T

44
Q

is the world’s leading provider of open source software solutions, using a community-powered approach to reliable and high-performance cloud, Linux, middleware, storage, and virtualization technologies.

A

Red Hat

45
Q

Red Hat’s mission is to be the _______ in communities of customers, contributors, and partners creating better technology the open source way.

A

catalyst

46
Q

Red Hat’s role is to help customers connect with the open source community and their partners to effectively use open source software solution. (True or false)

A

T

47
Q

actively participates in and supports the open source community and many years of experience have convinced the company of the importance of open source to the future of the IT industry.

A

Red Hat

48
Q

Red Hat is most well-known for their participation in the Linux community and the _______

A

Red Hat Enterprise Linux distribution

49
Q

Red Hat is also very active in other open source communities, including middleware projects centered on the JBoss developer community, virtualization solutions, cloud technologies such as OpenStack and OpenShift, and the Ceph and Gluster software-based storage projects, among others. (True or false)

A

T

50
Q

A _______ is an installable operating system constructed from a Linux kernel and supporting user programs and libraries.

A

Linux distribution

51
Q

A _______ provides an easy way for users to install and manage a working Linux system.

A

distribution

52
Q

A complete Linux operating system is NOT developed by a single organization, but by a collection of independent open source development communities working with individual software components (True or false)

A

T

53
Q

In 1991, a young computer science student named _______ developed a Unix-like kernel he named Linux, licensed as open source software under the GPL.

A

Linus Torvalds

54
Q

The _______ is the core component of the operating system, which manages hardware, memory, and the scheduling of running programs.

A

kernel

55
Q

Linux _______ could then be supplemented with other open source software, such as utilities and programs from the GNU Project, the graphical interface from MIT’s X Window System,etc.

A

kernel

56
Q

distributions generally have many common characteristics:

A
  • Distributions consist of a Linux kernel and supporting user space programs.
  • Distributions can be small and single-purpose or include thousands of open source programs.
  • Distributions must provide a means of installing and updating the distribution and its components.
  • The provider of the distribution must support that software, and ideally, be participating directly in the community developing that software.
57
Q

Red Hat Enterprise Linux is Red Hat’s commercialized Linux distribution. (True or false)

A

T

58
Q

participates in supporting individual open source projects. It contributes code, developer time, resources, and other support, often collaborating with developers from other Linux distributions. It helps to improve the general quality of software for everyone.

A

Red Hat

59
Q

Red Hat develops and integrates open source software into _______ through a multistage process.

A

RHEL

60
Q

Red Hat sponsors and integrates open source projects into a community-driven Linux distribution, _______.

A

Fedora

61
Q

provides a free working environment that can serve as a development lab and proving ground for features that are incorporated into their commercialized products.

A

Fedora

62
Q

Red Hat stabilizes the software to ensure that it is ready for long term support and standardization, and integrates it into their enterprise-ready distribution, _______.

A

RHEL

63
Q

is a community project that produces and releases a complete, free, Linux-based operating system.

A

Fedora

64
Q

The _______ project contributes everything back to the free and open source world, and anyone can participate.

A

Fedora

65
Q

RHEL means?

A

Red Hat Enterprise Linux

66
Q

is Red Hat’s enterprise-ready, commercially-supported Linux distribution. I

A

Red Hat Enterprise Linux (RHEL)

67
Q

_______ bases its major releases of RHEL on Fedora.

A

Red Hat

68
Q

Fedora focuses on long-term stability, not on innovation and excellence. (True or false)

A

F

Fedora focuses on innovation and excellence, not long-term stability.

69
Q

helps vendors and customers engage with the open source community, and to work with upstream development to develop solutions and fix issues.

A

Red Hat

70
Q

Red Hat Enterprise Linux uses a _______ distribution model.

A

subscription-based

71
Q

is a community-driven Linux distribution derived from much of the open source Red Hat Enterprise Linux codebase and other sources.

A

CentOS

72
Q

It is free of charge, is easy to install, and is staffed and supported by an active user community of volunteers that operates independently of Red Hat.

A

CentOS

73
Q

1.)________ is Self-support only while 2.)_______ has Several support levels available.

  • CentOS
  • Red Hat Enterprise Linux
A
  1. )CentOS

2. )Red Hat Enterprise Linux

74
Q

1.)________ has thousands of certified applications from hundreds of ISVs.has while 2.)_______ is generally not certified by software vendors like SAS, SAP, and Oracle as a supported platform.

  • CentOS
  • Red Hat Enterprise Linux
A
  1. )Red Hat Enterprise Linux

2. )CentOS

75
Q

is software with source code that anyone can freely use, study, modify, and share.

A

Open source software

76
Q

A ________ is an installable operating system constructed from a Linux kernel and supporting user programs and libraries.

A

Linux distribution