1.

Which bit is reserved as a parity bit in an ASCII set?(a) first(b) seventh(c) eighth(d) tenthThe question was posed to me by my college professor while I was bunking the class.This is a very interesting question from Greedy Algorithms topic in chapter Greedy Algorithms of Data Structures & Algorithms II

Answer»

The correct ANSWER is (c) eighth

The best I can explain: In an ASCII character set, seven BITS are RESERVED for character REPRESENTATION while the eighth bit is a parity bit.



Discussion

No Comment Found

Related InterviewSolutions