recategorized by
2,241 views

4 Answers

2 2 votes
(313)=3*16+4*1+3=55;

(322)=3*16+4*2+2=58;

addtition is 55+58=113....

now 113 in base 4 can be represented as ...1301 to the base 4...

ANS is 4)
1 1 vote

Add each digit of two numbers from right to left:
3+2 =5 which in base 4 will be 11. So 1 will be in result and 1 will be the ""carry"" to next step
1+2+1(carry from the last step)=4 which in base 4 will be 10. So 0 will be in result and 1 will be the ""carry"" to next step
3+3+1(carry from the last step)=7 which in base 4 will be 13. So 3 will be in result and 1 will be the carry 

Answer is  (1301) 4

0 0 votes

m=313 its binary equivalent is (110111)2

n=322 its binary equivalent is   (111010)2

then add   (110111  +  111010)2  we get (1110001)2

so   (1 11 00 01)4  = (1301)4                  

ans is 4  

edited by
Answer:
Position:
Show:

Related questions

1 1 vote
3 answers 3 answers
1.7k
1.7k views
Arjun asked Nov 5, 2017
1,740 views
The octal equivalent of the binary number $1011101011$ is$7353$$1353$$5651$$5657$
2 2 votes
2 2 answers
1.8k
1.8k views
Arjun asked Nov 5, 2017
1,778 views
The output of the following combinational circuit is $F$.The value of $F$ is$P_1+P_2’P_3$$P_1+P_2’P_3’$$P_1+P_2P_3’$$P_1’+P_2P_3$
0 0 votes
2 2 answers
1.0k
1.0k views
Arjun asked Nov 5, 2017
1,035 views
The Boolean function with the Karnaugh mapis$(A+C) \cdot D+B$$(A+B) \cdot C +D$$(A+D) \cdot C+B$$(A+C) \cdot B+D$
1 1 vote
2 2 answers
3.9k
3.9k views
Arjun asked Nov 5, 2017
3,917 views
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...