1 1 vote Represent $(2.5)_{10}$ in IEEE 754 Single precision standard: When 1 is implicit. When 1 is explicit. For the part A I am getting:- 0 100 0000 010 0000 And for part B:- 0 100 0000 1010 0000 In explicit $1$ we have to explicitly give memory to that leading $1$ and in implicit notation, we don’t allocate memory to that leading $1$. @Arjun Sir…... CO & Architecture co-and-architecture ieee-representation floating-point-representation digital-logic + – Shubhanshu 2.6k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Prateek Raghuvanshi commented Dec 11, 2018 reply Follow flag i am also getting same. 0 0 replyShare jugnu1337 commented Aug 4, 2021 reply Follow flag sir for explicit in mantissa i got 10000001==129 in explicit general form is -1^s 0.m *2^e-127 10.1 for impli . shift 1 position for expli point (.) shift in 2 position so it is 0.101 * 2^2 so 127+2=129 is it correct 0 0 replyShare Please log in or register to add a comment.