WGU - C851 - Chapter 10 Questions and Answers Solved Correctly
American Standard Code for Information Interchange (ASCII) - An encoding method for alphanumeric data, commonly used for text files. ASCII is a common code, but because it lacks characters used by many non-English languages, other encoding methods, such as UTF-8, are slowly supplanting it. Unicode - A standard for representing text in numerous alphabets and other writing systems vi - A small, flexible, and multimode editor which accomplishes various tasks by switching between modes. nano - A small, lightweight, and easy to use editor which is a clone of pico, but is more capable than pico. pico - A small editor modeled after emac which is originated as part of the pine email package. emacs - A big editor with lots of features, so it's less likely to be installed by default, particularly on small, lightweight distributions. Ex mode - A vi operation mode that allows users to manipulate the files. Command mode - A vi operation mode that accepts the command usually as single letters. Which keystrokes invoke the pico or nano search function? - Ctrl+W and F6 To save a file and exit the text editor in command mode, type ________ - ZZ How would you remove two lines of text from a file when using vi? - In command mode, position the cursor on the first line and type 2dd.What keystrokes are used to initiate a search-and-replace operation in nano? -Ctrl+ Esc+R Which keystroke invokes the pico or nano search function? - F6
Document information
- Uploaded on
- October 21, 2023
- Number of pages
- 3
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers