A(n) ____ is a three- or four-letter suffix after a file name that distinguishes the file type.

A. workspace switcher
B. file extension
C. app
D. bitmap


Answer: B

Computer Science & Information Technology

You might also like to view...

Assume p is a Polygon, to add a point (4, 5) into p, use _______.

a. p.getPoints().add(4); p.getPoints().add(5); b. p.getPoints().add(4.0); p.getPoints().add(5.0); c. p.getPoints().addAll(4, 5); d. p.getPoints().addAll(4.0, 5.0);

Computer Science & Information Technology

Total work is calculated based on the initial resource assignment and is not recalculated when the task duration changes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Define a remote terminal and briefly explain what is needed to create the connection.

What will be an ideal response?

Computer Science & Information Technology

Creating a web application is similar to creating a(n) ____ application.

A. hosted B. Windows C. inactive D. data-driven

Computer Science & Information Technology