Shared Flashcard Set

Details

CA 151 CH 6
CA 151 CH 6
22
Computer Science
Undergraduate 1
04/12/2011

Additional Computer Science Flashcards

 


 

Cards

Term
To execute the Save and Save As options in Vim, you can use the ____ command.
Definition
:w
Term
You can only access help in Vim by way of the main screen.


True or false?
Definition
False
Term
To cut text and append to the text you already moved to the Clipboard from TextPad, use the ____ option in the Edit Menu.
Definition
Cut other
Term
To copy, rename, delete,or update the timestamps of files in TextPad, use the ____ option in the File menu.
Definition
Manage Files
Term
In TextPad, you must ____ text before using the Cut or Copy command.
Definition
Highlight
Term
You can record one unnamed (scratch) macro in TextPad, and up to ____ named ones, which are added to the Macros menu.
Definition
64
Term
To cut a line from a document in the Vim editor, use the arrow keys to position the cursor anywhere on the line you want to cut and then type the ____ command.
Definition
dd
Term
To paste text from the Windows Clipboard, you can use the keyboard shortcut Ctr+ ____.
Answer
Question 8 answers
Definition
v
Term
To set or clear a bookmark on the current line in a TextPad file, use the ____ option in the Search menu.
Definition
Toggle Bookmark
Term
If the tagged expression “\([a-z]+\) \([a-z]+\)” matches “way wrong”, “\2 \1” would replace it with “____”.
Definition
Wrong way
Term
If you are not sure which file you are using in Vim, type ____ to place brackets around the active file.
Definition
:args
Term
The ____ option in the TextPad Find dialog box enables you to find the next instance of a search pattern in all open documents simultaneously.
Definition
In all documents
Term
To repeat a text string search in DOS Edit, press ____.
Definition
f3
Term
In Vim, the term used for search and replace is ____________________.
Definition
Substitution
Term
A handy feature in text editors is the Search or Find command, which lets you locate a text ____________________ (a series of characters) in a document.
Definition
String
Term
In DOS edit, you can only use the Paste command after first using the Cut or Copy command to place text in the edit buffer.

True or False?
Definition
True
Term
DOS editors were not designed for use with LAN printers.

True or False?
Definition
True
Term
TextPad’s search-and-replace feature does not support regular expressions.

True or False?
Definition
False
Term
If you repeatedly work with the same set of files in TextPad, you should use a(n) ____________________.
Definition
Workspace
Term
To ____ text in DOS Edit, press Alt+E and then press the T key.
Definition
Cut
Term
In DOS Edit, you can highlight text by holding down the ____ key and continually pressing the right arrow key.
Definition
shift
Term
To replace all the occurrences of “bug” with “wasp” in the Vim editor, you can use the command ____.
Definition
:% sub /bug/wasp
Supporting users have an ad free experience!