The software application associated with a specific file type is called a(n) __________ application.
A. derivative
B. transformative
C. default
D. root
Answer: C
You might also like to view...
What statement is used to add new rows of data into a database?
a. SELECT b. UPDATE c. INSERT d. ALTER
Which of the following statements is false?
a. Variables or functions listed after the public access specifier (and before the next access specifier, if there is one) are “available to the public.” They can be used by other functions in the program, and by member functions of other classes. b. By default, everything in a class is private, unless you specify otherwise. c. You must list an access specifier for every member. d. Declaring data members private is known as data hiding. private data members are encapsulated (hidden) in an object and can be accessed only by member functions of the object’s class.