Which of the following cannot be seen in the documents properties screen?
A) Statistics about the presentation B) File size
C) Author's name D) Themes chosen
D
Computer Science & Information Technology
You might also like to view...
Write a shell script that copies the file named by its first argument to a file with the same name with the filename extension of .bak. Thus, if you call the script with the argument first (and a file named first exists in the work- ing directory), after the script runs you would have two files: first and first.bak. Demonstrate that the script works properly.
What will be an ideal response?
Computer Science & Information Technology
In the object-oriented approach, a __________ is a process that accesses and manipulates the object’s data.
a. method b. module c. procedure d. routine
Computer Science & Information Technology