What can you view in a document's properties?

What will be an ideal response?

You can view the original author(s), the file's creation date, who modified a presentation, when modifications took place, the file's attributes, the file name, file size, keywords, and statistics.

Computer Science & Information Technology

You might also like to view...

If the input stream go_in contains the following characters:

Roses are red Violets are blue what would be stored in the string variables s1 and s2 after execution of the following code: go_in >> s1; go_in.ignore (100, ā€˜\nā€™); getline (go_in, s2); a) s1: Roses are red, s2: Violets are blue b) s1: Roses, s2: are red c) s1: Roses, s2: Violets d) s1: Roses, s2: Violets are blue

Computer Science & Information Technology

When you add a new layer, Flash stacks it on top of the other layer(s) in the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology