Which of the following formats is not a numeric value data type?

A. "12"
B. 11.5
C. 3
D. 5.1E2


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of donuts after the following statement executes?

``` int donuts = 10; if (donuts != 10) donuts = 0; else donuts += 2; ``` a. 12 b. 10 c. 0 d. 1 e. None of these

Computer Science & Information Technology

What is an accessor method?

What will be an ideal response?

Computer Science & Information Technology

WAN encapsulation of frames at the Data Link layer involves one or more services. Briefly discuss four of these services.

What will be an ideal response?

Computer Science & Information Technology

The link between a main form and a subform is established through a common ____.

A. record B. set of records C. field D. control

Computer Science & Information Technology