The _____ attribute of the decimal-format element represents text used to represent entries that are not numbers.

A. ?minus-sign
B. ?zero-digit
C. ?pattern-separator?
D. ?NaN


Answer: D

Computer Science & Information Technology

You might also like to view...

When the function below is called, the _____ of the actual parameters is passed to the function definition.

double sqrt(double value); a. name b. value c. address d. scope

Computer Science & Information Technology

Assuming that x is equal to 4, which of the following statements will not result in y containing the value 5 after execution?

a. y = 5; b. y = x++; c. y = ++x; d. y = x + 1

Computer Science & Information Technology

What is the value ofNumber, given the following:A = 2.3, B = 3.8

```Set Number = Floor(Ceiling(A) * B)``` a. 6 b. 8.74 c. 8 d. 6.1

Computer Science & Information Technology

_____ is a markup language designed to transport and store data on the Web.  

A. Standard Generalized Markup Language (SGML) B. Extensible Markup Language (XML) C. Hypertext Markup Language (HTML) D. Hypermedia/Time-based Structuring Language (HyTime)

Computer Science & Information Technology