Which of the following is a font effect?

A) Contrast B) Small caps C) Brightness D) Scale


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements about named constants is/are true?

A) A named constant must be initialized with a value at the time it is declared. B) The identifier name of a named constant can only contain capital letters and underscores. C) The initial value of a named constant, cannot be changed during the program execution. D) All 3 of the above statements are true. E) Statements A and C are true, but B is not.

Computer Science & Information Technology

Which of the following is not a kind of inheritance in C++?

a. public. b. private. c. static. d. protected.

Computer Science & Information Technology

The ________ method is used by the Date object to return the user's input in a date format

A) parseFloat() B) isNaN() C) parse() D) toUpperCase()

Computer Science & Information Technology

Discuss using the integrated development environment to create applications.

What will be an ideal response?

Computer Science & Information Technology