Answer the following statements true (T) or false (F)
1. The advantage of using XML to define data is that, in the XML format, data are stored in a pure text format and not dependent on any proprietary software.
2. There are three standard formats for mainframe computers: zoned decimal, packed decimal, and binary.
3. A zoned decimal is used to determine whether the XML document content is valid, that is, whether it conforms to the order and type of data that must be present in the document.
4. The packed decimal format is commonly used to save space on file layouts and for elements that require a high level of arithmetic to be performed on them.
1. TRUE
2. TRUE
3. FALSE
4. TRUE
You might also like to view...
When multiple data files are open in a single application, you can ____________________ the mouse pointer over the task bar button to see a preview of the files and select the one you want.
Fill in the blank(s) with the appropriate word(s).
Why don't we see red, green, and blue spots at each position in our picture?
What will be an ideal response?
Answer the following statements true (T) or false (F)
1. The compiler and the run-time system enforces semantics on the Comparable interface. 2. An interface can contain defined constants as well as method headings or instead of method headings. 3. The Serializable interface is like all the other Java interfaces in that it contains defined constants and method headings. 4. An inner class definition is local to the outer class definition. 5. Inner and outer classes do not have access to each other’s private members.
________ only works on a line-by-line basis
Fill in the blank(s) with correct word