5.1 Evaluate rdx(64,10,4) 0064 5.2 Evaluate rdx(64,8,4) 0100 5.3 Evaluate rdx(64,2,0) 1000000
5.1 Evaluate rdx(64,10,4) 0064
5.2 Evaluate rdx(64,8,4) 0100
5.3 Evaluate rdx(64,2,0) 1000000
5.4 Convert denary 47 into hexadecimal. 0x2f
5.5 Evaluate rdx(64,16,4) 0040
5.6 Convert z=0o1235 into rdx(z,2,12) 0b001010011101
5.7 Let a be 0o37, and let b be 0x10. Let c=a+b. Convert c into octal. In denary a=31, b=16 , c=47 i.e. c=0o57
5.8 Which of the two unsigned integers is larger? 0b11111111 or 0x101? 0x101 is larger (0b11111111 is 255; 0x101 is 257.)
5.9 With reference to slide 46 of Subject 0 available around page 53, convert M[ 536 ] into hexadecimal. 0x2a
5.10 With reference to slide 46 of Subject 0, convert M[ 536] into octal. 0o52
can you explain each one how to get answers, bold fonts are answers just need to explain step by step please.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images