An Impress document is given this file extension by default when it is saved:

A) .odp B) .otp C) .pot D) .ppt


A

Computer Science & Information Technology

You might also like to view...

Calculate the cardinality and minimum cost for each of the following Projection operations:

? a hash index with no overflow on the primary key attributes, roomNo/hotelNo in Room; ? a clustering index on the foreign key attribute hotelNo in Room; ? a B + -tree index on the price attribute in Room; ? a secondary index on the attribute type in Room. nTuples(Room) = 10000 bFactor(Room) = 200 nTuples(Hotel) = 50 bFactor(Hotel) = 40 nTuples(Booking) = 100000 bFactor(Booking) = 60 nDistinct hotelNo (Room) = 50 nDistinct type (Room) = 10 nDistinct price (Room) = 500 min price (Room) = 200 max price (Room) = 50 nLevels hotelNo (I) = 2 nLevels type (I) = 2 nLevels price (I) = 2 nLfBlocks price (I) = 50 P1: ? hotelNo (Hotel) P2: ? hotelNo (Room) P3: ? price (Room) P4: ? type (Room) P5: ? hotelNo, price (Room)

Computer Science & Information Technology

OneDrive is part of Microsoft Office

Indicate whether the statement is true or false

Computer Science & Information Technology

In the following line, the word writeln is a ________ which performs a task or action in the script.

``` document.writeln("Hello World"); ``` a) structure b) collection c) object d) method

Computer Science & Information Technology

Match the following terms to their definitions

I. theme A. refers to the visual presentation of the informational elements of the slide II. Gallery B. a collection of related images and sounds III. master page C. where the available themes are stored IV. layout D. shows how all slides in the presentation will display

Computer Science & Information Technology