03 Linux Applications Flashcards

(55 cards)

1
Q

What are the reasons for using text editors in Linux?

A

Scripts are written in texts editors.
Many Linux programs use text-based data files for input.
Many of Linux-operating system services use configuration files that are text-based.

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

What are the common text based editors used in Linux? (4)

A

emacs
nano
gedit
vi

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

It ca be customized and extended with different modes, enabling it to be used like IDE for programming languages such as Java or C.

A

emacs

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

It is a text editor designed for beginners.

A

nano

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

It comes with the Gnome desktop. It only runs in the GUI environment.

A

gedit

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

It is a native editor found in all Linux and Unix systems.

A

vi

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

What are the three (3) modes of vi editor?

A

command
insert
replace

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

Mode of vi editor that operate as a command rather than characters entered into the document.

A

command

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

Mode that any character entered is placed at the current cursor position.

A

insert

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

Mode that any character entered replaces the character at the current cursor posiion.

A

replace

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

Cursor movement command that moves one character to the right.

A

l or Right arrow

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

Cursor movement command that moves one character to the left.

A

h or Left arrow

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

Cursor movement command that moves one line down.

A

j or Down arrow

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

Cursor movement command that moves one line up.

A

k or Up arrow

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

Cursor movement command that moves to the beginning of the current line.

A

0

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

Cursor movement command that moves to the first non-whitespace character on the current line.

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

Cursor movement command that moves to the end of the current line.

A

&

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

Cursor movement command that moves to the beginning of the next word or punctuation character.

A

w

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

Cursor movement command that moves to the beginning of the word, ignoring the punctuation character.

A

W

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

Cursor movement command that moves one page down.

A

Ctrl+f or Page Down

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

Cursor movement command that moves one page up.

A

Ctrl+b or Page Up

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

Cursor movement command that moves to the line number.

A

numberG

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

Cursor movement command that moves to the last line of the file.

24
Q

Command that appends text to an existing file.

25
Command that inserts the line below the current line.
o
26
Command that inserts the line above the current line.
O
27
Text deletion command that deletes the current character.
x
28
Text deletion command that deletes the current character and the next two (2) characters.
3x
29
Text deletion command that deletes the current line.
dd
30
Text deletion command that deletes the current line and the next four lines.
5dd
31
Text deletion command that deletes from current cursor position to the beginning of the next word.
dW
32
Text deletion command that deletes from current cursor location to the end of the current line.
d$
33
Text deletion command that deletes from current cursor location to the beginning of the line.
d0
34
Text deletion command that deletes from current cursor location to the first non-whitespace character in the line.
d^
35
Text deletion command that deletes from current line to the end of the file.
dG
36
Text deletion command that deletes from current line to the twentieth line of the file.
d20G
37
Text yanking/pasting commands that copies the current line.
yy
38
Text yanking/pasting commands that copies the current line and the next four lines.
5yy
39
Text yanking/pasting commands that copies from the current cursor position to the beginning of the next word.
yW
40
Text yanking/pasting commands that copies from the current cursor location to the end of the current line.
y$
41
Text yanking/pasting commands that copies from the current cursor location to the beginning of the line.
y0
42
Text yanking/pasting commands that copies from the current cursor location to the first non-whitespace character in the line.
y^
43
Text yanking/pasting commands that copies from the current line to the end of the file.
yG
44
Text yanking/pasting commands that copies from the current line to the twentieth line of the file.
y20G
45
It enables users to work with documents and files.
Productivity software
46
What are the examples of productivity softwares? (5)
Word-processed documents Spreadsheets Presentation graphics documents Database relations Graphic images
47
It is the office suite for Linux.
LibreOffice
48
It is a word processing software that has AutoComplete feature.
Writer
49
It is a spreadsheet software that has Advanced DataPilot technology.
Calc
50
It is a presentation software that has the Fontworks tool.
Impress
51
It is an excellent package for producing technical drawings, brochures, posters, and may other documents.
Draw
52
It is a database that provides native-support drivers from some of the most widely employed multi-user database engines.
Base
53
It is a formula editing software that enables you to inserts perfectly formatted mathematical and scientific formulas in your text documents, spreadsheets, presentations, and drawings.
Math
54
It is the recommended image editor for the Linux platform.
GIMP
55
What are the features of GIMP? (4)
Customizable Interface Photo Enhancement Digital Retouching Hardware Support