Summary Flashcards
Version Control is also known as…
Source control and revision control.
What is a VCS?
Version control system.
It lock files so they can only be edited by one person at a time track changes to files.
What is Git?
It’s a popular free VCS.
What is a Network Backbone?
A part of a computer network that interconnects various pieces of a network, providing a path for the exchange of information between different subnetworks. It is a “senior” network containing a high capacity connection that forms the main link to various “junior” networks.
What is a Shell?
A type of program that provides a user interface between the user and the operating system.
How Distributed VCS works?
The programmers can have a local repository and pull and push from and to the remote repository.
How Centralized VCS works?
The prorammers don’t have a local repository and can only Checkout and Commit changes on a file.
What is the term for: ““The current state of locally stored project files not yet added to the main (master) repository”?
Working set.
What is a Console?
An input/output device for a computer.
What is Pseudo Console?
Also called ConPTY, is a text-based console that allows one to work with command line applications.
What is Vi?
Short for visual.
A text editor for the Unix operating system.
What is Vim?
Shor for Vi improved.
Vim allows to move the cursor around a document without the use of a mouse.
What are the three modes for editing texts files in Vim?
- Command Mode
- Insert mode.
- Last-Line Mode.
What Command Mode does?
Allows you to use the keys on the keyboard as commands.
What Insert Mode does?
Allows you to input text.
What Last-Line Mode does?
It is a combination of a column and a command that tell the computers that it is the end of the file and what you wat to do.
For example, :w ends and saves the file.
What are control characters?
Not printable characters that tell the computer to do something.