in IS&Software Engineering recategorized by
1,747 views
1 vote
1 vote

Which one of the following is not typically provided by Source Code Management Software?

  1. Synchronization
  2. Versioning and Revision history
  3. Syntax highlighting
  4. Project forking
in IS&Software Engineering recategorized by
1.7k views

2 Comments

Option 3 is correct as per the UGC NET June 2018 answer key. Please review once.
1
1

(C) Syntax highlighting ...

 

  • Source Code Management Software provides:

## Synchronisation

## Project forking

## Versioning

## Revision history.

## But Syntax highlighting is not part of source code management software.…

 

0
0

4 Answers

2 votes
2 votes

Answer : (1). Synchronisation    

Reason :  

Definition Source Code Management Software :- A component of software configuration management, version control, also known as revision control or source control, is the management of changes to documents, computer programs, large web sites, and other collections of information. This provides end-to-end tractability from requirements to software code. Source Code Preview & Syntax Highlighting.
 
A project fork, also called a fork or forking, is the creation of a new branch of a software development project that is independent of the existing project
A set of files under version control may be branched or forked at a point in time so that, from that time forward, two copies of those files may develop at different speeds or in different ways independently of each other. 
 
So at last only  Synchronisation (Synchronization) is not   typically provided by Source Code Management Software.

1 comment

Option 3 is correct as per the UGC NET June 2018 answer key. Please review once.
0
0
1 vote
1 vote

Option C. Syntax highlighting

eg. Github provides the other 3 options but never highlight the syntax .... rather only supports the raw source files.

0 votes
0 votes
Ans- A) Synchronisation
0 votes
0 votes
Synchronization, version history,project forking forking are part of source code management

So option c is correct

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true