All of the following are file extensions for files created using Microsoft Office EXCEPT _____.

A. .docx
B. .accdb
C. .xlsx
D. .bmp


Answer: D

Computer Science & Information Technology

You might also like to view...

In the following function, how many recursive calls are there?

void towers(char source, char dest, char help, int numDisks) { if(numDisks<1) { return; } else { towers(source,help,dest,numDisks-1); cout << "Move disk from " << source << " to " <

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1Giovanni is teaching his introductory computer science students about types of errors. He likes to provide them with examples of each type of error to reinforce the definitions. Giovanni’s student Isabel has created a macro that will open a form for editing—except that the form has been locked for read-only access. This is an example of what kind of error?

A. logic B. run-time C. syntax D. macro

Computer Science & Information Technology

Each device attached to your computer has a special program called a(n) ________ that enables the device and operating system to communicate with each other

A) device driver B) translator C) device configurator D) interpreter

Computer Science & Information Technology

Match the following terms to their meanings:

I. .swf II. Plug-in III. .qt IV. .asf V. .ram A. Software that can provide additional multimedia capabilities B. File format supported by Windows Media Player C. Apple's audio and video file format D. The audio file format used with Real Networks RealPlayer E. Adobe's audio and video format

Computer Science & Information Technology