Methods that retrieve values are called ____ methods.

A. static
B. accessor
C. class
D. mutator


Answer: B

Computer Science & Information Technology

You might also like to view...

The accompanying figure shows the _________ operating system.   ?A. Mac OS B. DOS C. Windows D. Batch

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

Computer Science & Information Technology

FIGURE 6-1Referring to Figure 6-1 above, the operators shown in the chart are often part of a JavaScript ____.

A. method B. property C. parameter list D. condition

Computer Science & Information Technology

How many times will the following loop execute as part of a script:   #!/bin/bash COUNTER=0 while [ $COUNTER -lt 7 ] do    echo “hello world” done 

A. 0 B. 1 C. 7 D. until ctrl-c is used to terminate it

Computer Science & Information Technology

Which of the following is NOT true about footnotes and endnotes?

A. Both kinds of notes are linked to an in-text reference. B. Notes are represented by a symbol in subscript. C. The commands for footnotes and endnotes are located on the REFERENCES tab. D. When you insert a note, a divider line is created and the insertion point is positioned below it so you can enter reference text.

Computer Science & Information Technology