?Match each correct item with the statement below.??

A. ?The joining of text together to make on larger whole. In Linux, words and strings of text are joined together to form a displayed file.
B. A popular and widespread text editor more conducive to word processing that vi. It was originally developed by Richard Stallman.?
C. ?A common text editor used within GUI environments.
D. A Linux command that displays the first set of lines of a text file.?
E. ?The files that represent the same data as other files.
F. ?A Linux command used to display the contents of a file in octal format.
G. ?A named pipe connecting processes on two different computers; it can also be represented by a file on the filesystem.
H. ?A Linux command used to search for and display text characters in a binary file.
I. A Linux command used to display lines of text at the end of a file.?
J. ?A powerful command-line text editor available on most UNIX and Linux systems.


A. ?concatenation
B. Emacs (Editor MACroS) editor?
C. ?gedit editor
D. head command?
E. ?linked file
F. od command?
G. ?socket file
H. ?strings command
I. ?tail command
J. vi editor

Computer Science & Information Technology

You might also like to view...

There is a ____________ relationship between a primary key and its corresponding foreign key.

a) one-to-one b) foreign c) one-to-many d) structural

Computer Science & Information Technology

What would happen if the call to super.paintComponent were removed from the paintComponent method of the RubberLinesPanel class? Remove it and run the program to test your answer. In what ways is the answer different from the answer to Exercise 6.9?

What will be an ideal response?

Computer Science & Information Technology

Two of the technological advances described in this chapter were so influential that they earned their inventors a Nobel Prize in Physics. Identify the inventions and inventors.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is syntactically legal in C++?

a. cout >> "Hi there." >> endl; b. cout << "Hi there. "; c. cout << "Hi there " << name << ", see you. "<< endl"; d. cout << "Hi there. " << name <<; e. cout << "Hi there << name << ", see you." endl;

Computer Science & Information Technology