What is revision control? What are the names of the two of the most popular LINUX/UNIX tools that you can use for revision control of your software? Give the full names and the acronyms.

What will be an ideal response?


It is the task of managing revisions to software. Two of the most popular tools are Revision Control System (RCS) and Concurrent Version System (CVS).

Computer Science & Information Technology

You might also like to view...

What can you do to make the Snipping Tool easily accessible on the desktop?

A) Add it to the desktop B) Add a shortcut in the documents folder C) Pin it to the Taskbar D) Add it to the Start screen

Computer Science & Information Technology

What are two requirements for using Time Machine? (Select two.)

A) An external or Time Capsule drive B. A drive with at least as much storage space as space used on the system being backed up C. An iCloud account D. A paid backup subscription E. 8GB of RAM

Computer Science & Information Technology

Problems: Correcting Logic and Code ErrorsThe following sample of code contains errors. Rewrite the incorrect statements to correct all errors. Private Sub btnWrite_Click(sender As Object, e As EventArgs) Handles btnWrite.Click    ' Writes a name to a sequential access file. ?     ' Declare a StreamWriter variable.     Dim outFile As IO.StreamReader ?     ' Open the file for append.     outFile = IO.File ("contestants.txt") ?     ' Write the name on a separate line in the file.     outFile.WriteLine(txtName.Text.Trim) ?     ' Clear the Contestants box and then set the focus.      txtContestants.Text = String.Empty      txtName.Focus() End Sub

What will be an ideal response?

Computer Science & Information Technology

Case Based Critical ThinkingCase 1You are in charge of finalizing the text and type for a new website your company is building. Answer the following questions. You want to verify the copyright information for a font you are using on the Home page, how you do you check it?

A. Select the font's filename, right-click Properties (Win) or Ctrl-click>Get Info (Mac). B. Right-click the font's filename, double-click Properties (Win) or Ctrl-click>Get Info (Mac). C. Select the font's filename, double-click Properties (Win) or Ctrl-click>Get Info (Mac). D. Right-click the font's filename, double-click Properties (Win) or Ctrl-click>Get Info (Mac).

Computer Science & Information Technology