

InterviewSolution
Saved Bookmarks
1. |
Which of the following processors uses big endian representation?(a) 8086(b) ARM(c) PowerPC(d) Zilog Z80The question was posed to me during an interview.My doubt is from Memory Organisation of Embedded Systems topic in chapter Memory Systems of Embedded Systems |
Answer» RIGHT choice is (c) PowerPC The BEST I can explain: The IBM’s PowerPC uses big ENDIAN representation WHEREAS 8086, ARM and ZILOG Z80 use little representation. |
|