A file created with Microsoft Word is usually called a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
document
Computer Science & Information Technology
You might also like to view...
Given the following statements, what values will be passed to the parameters of the subprogram named Vacation?
```Declare Motel As String Declare Interstate As Integer Set Motel = “Dew Drop Inn” Set Interstate = 95 Call Vacation(Motel, Interstate) Subprogram Vacation(String Lodging, String Road)``` a. Lodging = “Dew Drop Inn”, Road = “95” b. Lodging = “Dew Drop Inn”, Road = 95 c. Lodging = Motel, Road = Interstate d. This cannot be done, type mismatch
Computer Science & Information Technology
To stop a movie during a presentation, simply click the movie __________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology