1.2 Linux Community and Career in Open Source Flashcards

1
Q

Major Open Source Applications

dpkg

A

rpm

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

Major Open Source Applications

rpm

A

Red Hat

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

Major Open Source Applications

apt-get

A

Debian

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

Major Open Source Applications

yum

A

Red Hat

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

Major Open Source Applications

dnf

A

Red Hat

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

Major Open Source Applications

command used to install Blender on Ubuntu and how can the program be executed

A

apt-get install blender

run from command line by typing blender

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

Major Open Source Applications

application from the LibreOffice suite can be used to work with electronic spreadsheets

A

Calc

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

Major Open Source Application

open-source web browser is used as the basis for the development of Google Chrome

A

Chromium aka chrome

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

Major Open Source Application

SVG is an open standard for vector graphics. Which is the most popular application for editing
SVG files in Linux systems?

A

Inkscape

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

Major Open Source Application

Gimp can be opened and edited by this file format

A

png

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

Major Open Source Application

LibreOffice Writer can be opened and edited by this file format

A

doc

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

Major Open Source Application

LibreOffice Calc can be opened and edited by this file format

A

xls

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

Major Open Source Application

LibreOffice Impress can be opened and edited by this file format

A

ppt

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

Major Open Source Application

Audacity can be opened and edited by this file format

A

wav

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

Major Open Source Application

software package allows file sharing between Linux and Windows machines over the
local network?

A

Samba

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

Major Open Source Application

How could you automatically remove the package named cups and its configuration
files from a DEB based system?

A

apt-get purge cups

17
Q

Major Open Source Application

Suppose you have many TIFF image files and want to convert them to JPEG. Which software
package could be used to convert those files directly at the command line

A

ImageMagick

18
Q

Major Open Source Application

Software package needed to install in order to open MSWord docs sent by Windows User

A

LibreOffice or OpenOffice

19
Q

Major Open Source Application

3D renderer to create animations. and export 3D objects to be printed
by a 3D printer

A

Blender

20
Q

Major Open Source Application

A full-featured image editor, which can be compared with Adobe Photoshop, but has its own
concepts and tools to work with images and to create, edit and save most bitmap files, like JPEG, PNG, GIF, TIFF and many others.

A

GIMP

21
Q

Major Open Source Application

Audio editor used to filter, apply effects and to convert between many different audio formats like MP3, WAV, OGG, FLAC

A

Audacity

22
Q

Major Open Source Application

command line tool to convert and edit most image file types. It can also be
used to create PDF documents from image files and vice versa.

A

ImageMagick

23
Q

Major Open Source Application

most popular app for video playback

A

VLC

24
Q

Major Open Source Application

standard way to share files systems in network equipped only with Unix/linux machines

A

NFS

25
Q

Major Open Source Application

programming language mostly used in web pages

A

Javascript

26
Q

Major Open Source Application

closely related with operating systems, particularly Unix, but it
is used to write any kind of program to almost any kind of device

A

C

27
Q

Major Open Source Application

programs written in this language are portable, which means
that the same program can be executed in different operating systems

A

Java

28
Q

Major Open Source Application

programming language most used to process text content. It has a strong regular expressions emphasis, which makes it a language suited for text filtering and parsing.

A

Perl

29
Q

Major Open Source Application

Not just a programming language, but an interactive
interface to run other programs.
and these programs, known as “_____” scripts, can automate complex or repetitive tasks on the command line environment

A

Shell

Bash, Korn

30
Q

Major Open Source Application

very popular programming language among students and professionals not directly
involved with computer science. Whilst having advanced features

A

Python

31
Q

Major Open Source Application

most used as a server side scripting language for generating content for the web. Most online HTML pages are not static files, but dynamic content generated by the server from
various sources, like databases

A

PHP