CBSE Class 11 Computer Science
Question 68 of 91
Data Representation — Question 14
Back to all questions 14
Question Question 14
What do you understand by code point ?
Code point refers to a code from a code space that represents a single character from the character set represented by an encoding scheme. For example, 0x41 is one code point of ASCII that represents character 'A'.