A. B)
B. B) 1837 Douglass joins the East Baltimore Improvement Society
C. A) offers effects when moving from one slide to the next.
Hope this helps!!
Answer: (A) full backup
Explanation: A backup strategy is a term used to describe the various effective approach engaged in creating a backup for data or information.
A FULL BACK UP IS THE VARIOUS APPROACH AND SYSTEMS PUT IN PLACE BY A COMPUTER USER OR AN INFORMATION TECHNOLOGY EXPERT IN ORDER TO CREATE AN ADDITIONAL SAMPLE OR COPY OF AN INFORMATION OR A DATA IN S SINGLE BACKUP.
Answer:If you need to use arrows in a chart, which feature or menu option of a word processing program would you use?
A.
Picture
B.
Shapes
C.
Clip Art
D.
SmartArt
E.
Charts
Explanation:
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