When creating a building block, you can specify all of the following EXCEPT its:

A) name.
B) category.
C) file type.
D) description.


C

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. In the UML, each class is modeled in a class diagram as a rectangle with three compartments. The top one contains the class’s name centered horizontally in boldface. The middle one contains the class’s attributes, which correspond to instance variables in Java. The bottom one contains the class’s operations, which correspond to methods and constructors in Java. b. UML represents instance variables as an attribute name, followed by a colon and the type. c. Private attributes are preceded by the keyword private in the UML. d. The UML models operations by listing the operation name followed by a set of parentheses. A plus sign (+) in front of the operation name indicates that the operation is a public.

Computer Science & Information Technology

When a generic class is instantiated without specifying an actual type argument, the generic class is being used

A) to enhance the efficiency of the program B) as a raw type C) as an abstract class D) as an interface

Computer Science & Information Technology

Compiled regular expressions provide all the functionality available in module __________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In Microsoft Word 2016, the spell checker continually checks your document against the Office built-in dictionary.?

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

Computer Science & Information Technology