XML Encoding MCQ

This section focuses on "Encoding" in XML. These Multiple Choice Questions (MCQ) should be practiced to improve the XML skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.

1. ___________ is the process of converting unicode characters into their equivalent binary representation.

A. Decoding
B. Encoding
C. DTD
D. DTO

View Answer


2. How many type of encoding?

A. 2
B. 3
C. 4
D. 5

View Answer


3. UTF stands for?

A. UAS Transformation Format
B. UZS Transformation Format
C. UCS Transformation Format
D. UCP Transformation Format

View Answer


4. For the documents without encoding information, ______ is set by default.

A. UTF-8
B. UTF-16
C. Both A and B
D. None of the above

View Answer


5. The number 8 or 16 refers to?

A. the number of bits
B. the number of byte
C. the number of megabits
D. the number of kilobits

View Answer


6. Number of possible Characters for 1 Bytes Per Character?

A. 127
B. 128
C. 255
D. 256

View Answer


7. What is true about 4 bytes per character?

A. No mapping needs to be done
B.  4 bytes covers all the possible Unicode values
C. Number of possible character 0xFFFF (65535)
D. All of the above

View Answer


8. A mapping is done from the byte value (0-255) and translated through a mapping table referred to as a?

A. DTO
B. Code
C. Page
D. Code Page

View Answer


9. In most code pages the first 127 chars are common known as the?

A. Char set
B. ASCII
C. ASCII set
D. Code Page

View Answer


10. What will be Representation (hexadecimal) for Encoding UTF-8?

A. FE FF
B. EF BB BF
C. 00 00 FE FF
D. FF FE 00 00

View Answer





Discussion



* You must be logged in to add comment.