Answer:
- Information services and support
- Programming and software development
- Network systems administration
Explanation:
The company has finished designing a software program, but users aren’t sure how to use it. <u>interactive media</u>
Several people in the human resources department need new software installed. <u>information services and support</u>
An employee has an idea for a software program that can save the company time, but doesn’t know how to write it. <u> programming and software development</u>
A new branch of the company is opening soon, and the computers there need to be connected to the Internet. <u>network systems administration</u>
<u>OAmalOHopeO</u>
Answer:
void main(){
string name;
printf("Enter Name\n");
stdin("%s",&name);
Printf("\nGreetings %s",name);
}
Explanation:
Here scanf is represented by stdin and we are using that scanner object to read the string value from user.The value which we read are printed in a new line using printf .The format specifier %s in printf is replaced by name variable
Answer:
Baselines
Explanation:
The idea of software configuration management is that of monitoring and controlling changes in the software. The baseline is the standard and formally accepted form of a software item that is meant to be configured. It is like a generally accepted reference point, which could be applied in effecting incremental changes in the software.
There are three types of baselines which are the functional, developmental, and product baselines. Functional baselines provide an overview of the functionality and specifications of a system. The product baseline encompasses both the functional and physical details of the system.