The ________ data type stores a number as monetary format

A) Date/Time
B) Currency
C) Calculated
D) Number


B

Computer Science & Information Technology

You might also like to view...

In Java, you indicate the end of a linked list be setting the link instance variable of the last node in the linked list to __________.

a. 0 b. -1 c. 1 d. null

Computer Science & Information Technology

Explain the advantage of copy-on-write region copying for UNIX, where a call to fork is typically followed by a call to exec. What should happen if a region that has been copied using copy-on write is itself copied?

What will be an ideal response?

Computer Science & Information Technology

Use the selectionSort method presented in this section to answer this question. What is list1 after executing the following statements?

``` double[] list1 = {3.1, 3.1, 2.5, 6.4}; selectionSort(list1); ``` a. list1 is 3.1, 3.1, 2.5, 6.4 b. list1 is 2.5 3.1, 3.1, 6.4 c. list1 is 6.4, 3.1, 3.1, 2.5 d. list1 is 3.1, 2.5, 3.1, 6.4

Computer Science & Information Technology

Sixteen percent of people look at only the first page of Google results. 

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

Computer Science & Information Technology