InterviewSolution
Saved Bookmarks
| 1. |
Find the 8-bit word related to the polynomial x6 + x + 1(a) 01000011(b) 01000110(c) 10100110(d) 11001010This question was posed to me by my school teacher while I was bunking the class.The origin of the question is Polynomial and Modular Arithmetic- IV topic in chapter Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security |
|
Answer» CORRECT ANSWER is (a) 01000011 Explanation: The RESPECTIVE 8-bit WORD is 01000011. |
|