Deck 3: Mastering Editors

ملء الشاشة (f)
exit full mode
سؤال
Emacs is a modal editor.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Compiled and interpreted files that can be run are called ____ program files.

A)binary
B)executable
C)assembly
D)dynamic
سؤال
A byte consists of ____ binary digits.

A)four
B)eight
C)ten
D)twelve
سؤال
Like the vi editor,Emacs lets you search for specific text.
سؤال
For some languages,such as Chinese,the ASCII character set is preferred instead of the Unicode character set.
سؤال
When editing a text file with vi,if you want to save your changes and exit right away,you can use ____ or ZZ from command mode.

A):wq
B):q!
C):se
D):sq
سؤال
The vi editor works in three modes: insert mode,____ mode,and extended mode.

A)edit
B)line
C)screen
D)command
سؤال
In vi,a tilde (~)precedes all line-oriented commands.
سؤال
The vi editor's ____ mode is started by pressing Esc.

A)edit
B)insert
C)ex
D)command
سؤال
UNIX-Linux normally include two editors: vi and ____.

A)Emacs
B)Kate
C)Pico
D)OpenOffice
سؤال
Emacs is a screen editor.
سؤال
Files that contain nonprintable characters,such as machine instructions,are called binary files.
سؤال
Computer files containing nothing but printable characters are called ____ files.

A)text
B)binary
C)document
D)ASCII
سؤال
The ASCII character set represents ____ characters.

A)256
B)512
C)16,384
D)65,536
سؤال
In the vi editor,lines containing a(n)____ are not part of the file;they indicate lines on the screen only.

A)colon (:)
B)semicolon (;)
C)tilde (~)
D)exclamation sign (!)
سؤال
____ are typically not compiled into machine code prior to running,but are executed through an interpreter.

A)Programs
B)Executable programs
C)Scripts
D)Libraries
سؤال
Insert mode,which lets you enter text,is accessed by typing the letter ____ after the vi editor is started.

A)"e"
B)"i"
C)"d"
D)"n"
سؤال
The exclusive use of 0s and 1s as a way to communicate with the computer is known as ____ language.

A)mathematical
B)logical
C)binary
D)machine
سؤال
Unicode offers up to ____ characters.

A)256
B)512
C)16,384
D)65,536
سؤال
You can access vi's ex mode by pressing Esc,and then typing a(n)____ to enter extended commands at the bottom of the screen.

A)colon (:)
B)semicolon (;)
C)tilde (~)
D)exclamation sign (!)
سؤال
Using ____ plus a command-line command enables you to start a new shell,run the command,and then go back into the vi editor.

A):q
B):!
C):c
D):$
سؤال
You can start Emacs by entering the ____ command in the terminal window or at a command line in UNIX-Linux.

A)e
B)em
C)emcs
D)emacs
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to delete the text at the cursor
سؤال
The ____ Emacs command is used to mark the cursor location.

A)Ctrl+@
B)Ctrl+>
C)Ctrl+<
D)Ctrl+m
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to copy lines
سؤال
You can view general Emacs documentation by entering ____ (press this one or two times)while you are in Emacs.

A)Alt+?
B)Ctrl+?
C)Alt+h
D)Ctrl+h
سؤال
Graphics files include bit patterns-rows and columns of dots called a(n)____________________-that must be translated by graphics software into an image.
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to search forward for a pattern of characters
سؤال
You can use the Del or ____________________ keys to delete individual characters in Emacs.
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
in Emacs,cancels the current command
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to delete the current line
سؤال
You can use the ____ command to turn on the word wrap feature in Emacs.

A)Alt+w
B)Ctrl+w
C)Alt+q
D)Ctrl+q
سؤال
You can use ____ to search backward in Emacs.

A)Alt+r
B)Ctrl+r
C)Alt+b
D)Ctrl+b
سؤال
The term ____________________ is the abbreviation for binary term.
سؤال
The ____ Emacs command is used to move the cursor to the beginning of the file.

A)Alt+<
B)Ctrl+<
C)Alt+b
D)Ctrl+b
سؤال
A binary digit,called a(n)____________________ for short,is in one of two states.
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to move to the end of the current line
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in Emacs to scroll up one screen
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to move up one line
سؤال
You can use the ____________________ (line print)shell command to print a file from vi.
سؤال
How can you access the online help documentation in the vi editor?
سؤال
What is an editor?
سؤال
What is "compiling"?
سؤال
What is a macro?
سؤال
What is ASCII?
سؤال
What is a line editor?
سؤال
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
acts as a wildcard for one character in vi
سؤال
How can you save a file without exiting vi?
سؤال
How is "copy and paste" and "cut and paste" performed in vi?
سؤال
What is a text editor?
سؤال
How can you turn on line numbering in vi?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/51
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: Mastering Editors
1
Emacs is a modal editor.
False
2
Compiled and interpreted files that can be run are called ____ program files.

A)binary
B)executable
C)assembly
D)dynamic
B
3
A byte consists of ____ binary digits.

A)four
B)eight
C)ten
D)twelve
B
4
Like the vi editor,Emacs lets you search for specific text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
5
For some languages,such as Chinese,the ASCII character set is preferred instead of the Unicode character set.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
6
When editing a text file with vi,if you want to save your changes and exit right away,you can use ____ or ZZ from command mode.

A):wq
B):q!
C):se
D):sq
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
7
The vi editor works in three modes: insert mode,____ mode,and extended mode.

A)edit
B)line
C)screen
D)command
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
8
In vi,a tilde (~)precedes all line-oriented commands.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
9
The vi editor's ____ mode is started by pressing Esc.

A)edit
B)insert
C)ex
D)command
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
10
UNIX-Linux normally include two editors: vi and ____.

A)Emacs
B)Kate
C)Pico
D)OpenOffice
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
11
Emacs is a screen editor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
12
Files that contain nonprintable characters,such as machine instructions,are called binary files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
13
Computer files containing nothing but printable characters are called ____ files.

A)text
B)binary
C)document
D)ASCII
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
14
The ASCII character set represents ____ characters.

A)256
B)512
C)16,384
D)65,536
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
15
In the vi editor,lines containing a(n)____ are not part of the file;they indicate lines on the screen only.

A)colon (:)
B)semicolon (;)
C)tilde (~)
D)exclamation sign (!)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
16
____ are typically not compiled into machine code prior to running,but are executed through an interpreter.

A)Programs
B)Executable programs
C)Scripts
D)Libraries
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
17
Insert mode,which lets you enter text,is accessed by typing the letter ____ after the vi editor is started.

A)"e"
B)"i"
C)"d"
D)"n"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
18
The exclusive use of 0s and 1s as a way to communicate with the computer is known as ____ language.

A)mathematical
B)logical
C)binary
D)machine
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
19
Unicode offers up to ____ characters.

A)256
B)512
C)16,384
D)65,536
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
20
You can access vi's ex mode by pressing Esc,and then typing a(n)____ to enter extended commands at the bottom of the screen.

A)colon (:)
B)semicolon (;)
C)tilde (~)
D)exclamation sign (!)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
21
Using ____ plus a command-line command enables you to start a new shell,run the command,and then go back into the vi editor.

A):q
B):!
C):c
D):$
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
22
You can start Emacs by entering the ____ command in the terminal window or at a command line in UNIX-Linux.

A)e
B)em
C)emcs
D)emacs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
23
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to delete the text at the cursor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
24
The ____ Emacs command is used to mark the cursor location.

A)Ctrl+@
B)Ctrl+>
C)Ctrl+<
D)Ctrl+m
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
25
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to copy lines
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
26
You can view general Emacs documentation by entering ____ (press this one or two times)while you are in Emacs.

A)Alt+?
B)Ctrl+?
C)Alt+h
D)Ctrl+h
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
27
Graphics files include bit patterns-rows and columns of dots called a(n)____________________-that must be translated by graphics software into an image.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
28
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to search forward for a pattern of characters
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
29
You can use the Del or ____________________ keys to delete individual characters in Emacs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
30
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
in Emacs,cancels the current command
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
31
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to delete the current line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
32
You can use the ____ command to turn on the word wrap feature in Emacs.

A)Alt+w
B)Ctrl+w
C)Alt+q
D)Ctrl+q
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
33
You can use ____ to search backward in Emacs.

A)Alt+r
B)Ctrl+r
C)Alt+b
D)Ctrl+b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
34
The term ____________________ is the abbreviation for binary term.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
35
The ____ Emacs command is used to move the cursor to the beginning of the file.

A)Alt+<
B)Ctrl+<
C)Alt+b
D)Ctrl+b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
36
A binary digit,called a(n)____________________ for short,is in one of two states.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
37
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to move to the end of the current line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
38
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in Emacs to scroll up one screen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
39
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
used in vi to move up one line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
40
You can use the ____________________ (line print)shell command to print a file from vi.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
41
How can you access the online help documentation in the vi editor?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
42
What is an editor?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
43
What is "compiling"?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
44
What is a macro?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
45
What is ASCII?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
46
What is a line editor?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
47
Match each item with a statement below.
a.Ctrl+g
f./
b.Alt+w
g.$
c.dd
h.x
d.yy
i.k
e.dot (.)
acts as a wildcard for one character in vi
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
48
How can you save a file without exiting vi?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
49
How is "copy and paste" and "cut and paste" performed in vi?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
50
What is a text editor?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
51
How can you turn on line numbering in vi?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.