Redhat Chapter 1 Flashcards
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) Code can survive the loss of the original developer or distributor.
C) You can learn from real-world code and develop more effective applications
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) Sponsor and integrate open source projects into the community-driven Fedora project.
C) Participate in upstream projects.
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.
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.
is a critical technology for IT professionals to understand.
Linux
is in widespread use, and if you use the internet at all, you are probably already interacting with these systems in your daily life.
Linux
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.
World Wide Web
manages point-of-sale systems and the world’s stock markets, and also powers smart TVs and in-flight entertainment systems.
Linux
Linux powers most of the top 500 ________in the world.
supercomputers
Some of the many reasons to learn Linux include:
- 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.
Linux is open source software. (True or false)
T
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.
open source
The open source model means that improvements are easier to make, enabling faster innovation. (True or false)
T
Linux provides easy access to a powerful and scriptable _________
command-line interface (CLI).
CLI means?
command-line interface
is a modular operating system that allows you to easily replace or remove components.
Linux
A ___________ system can be a general-purpose development workstation or an extremely stripped-down software appliance.
Linux
is software with source code that anyone can use, study, modify, and share.
Open source software
is the set of human-readable instructions that are used to make a program.
Source code
It may be interpreted as a script or compiled into a binary executable which the computer runs directly.
Source code
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.
source code
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.
proprietary
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.
- view
- modify
- compile
- redistribute
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.
- collaboration
- sharing
- transparency
- rapid innovation
is a critical part of many organizations’ commercial operations.
Open source
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)
T
Most commonly, vendors such as _______ provide commercial help with deploying, supporting, and extending solutions based on open source products.
Red Hat
Open source has many benefits for the user:
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.
The bottom line is that open source allows the creation of better software with a higher return on investment by _______
collaboration
Types of Open Source Licenses:
Copyleft licenses that are designed to encourage keeping code open source.
Permissive licenses that are designed to maximize code reusability.
See what the code does and change it to improve it.
A) Control
B) Training
C) Security
D) Stability
A) Control