Computer Science - Computer Fundamentals - Discussion
Discussion Forum : Computer Fundamentals - Section 17 (Q.No. 3)
3.
Multiplication of 1112 by 1012 is
Discussion:
13 comments Page 1 of 2.
Sachin said:
1 decade ago
Explanation this question.
Sundar said:
1 decade ago
I have a simple idea to solve this kind of problem.
111 --> 7
101 --> 5
7 x 5 = 35
35 --> 100011 is the required answer.
111 --> 7
101 --> 5
7 x 5 = 35
35 --> 100011 is the required answer.
Mamatha said:
1 decade ago
111 --> 7
=> (2^0*1)+(2^1*1)+(2^2*1)
=>(1*1)+(2*1)+(4*1)
=>1+2+4
=>7
Same for 101
try it.
=> (2^0*1)+(2^1*1)+(2^2*1)
=>(1*1)+(2*1)+(4*1)
=>1+2+4
=>7
Same for 101
try it.
Priyanka said:
1 decade ago
111
* 101
------
111
0000
+11100
-------
100011
-------
* 101
------
111
0000
+11100
-------
100011
-------
Razo said:
1 decade ago
What is the grammar of this summation @Priyanka?
Arun Kumar said:
1 decade ago
In binary 1 is written as 001 and 2 is 010, three is 011, 4 is 100, 5 is 101, 6 is 110 and seven is 111 eight is 1000 nine is 1001 and ten is 1010 accordingly 20 is 10100 and 30 is 11110 plus five 101 total would be 10001.
The concept is 1+1=0 and carry forward 1, further if we multiply 7*5=35 it written in binary as 100011 is.
The concept is 1+1=0 and carry forward 1, further if we multiply 7*5=35 it written in binary as 100011 is.
Tauqeer said:
9 years ago
@Sundar: How can 35 become 100011?
Please elaborate.
Please elaborate.
Soumya said:
9 years ago
Please elaborate the answer in step by step.
Vipandeep Singh said:
9 years ago
@ Tauqeer.
100011= 1*2^5+0*2^4 + 0*2^3+0*2^2 + 1*2^1+1*2^0.
= 32+0+0+0+2+1 = 35.
100011= 1*2^5+0*2^4 + 0*2^3+0*2^2 + 1*2^1+1*2^0.
= 32+0+0+0+2+1 = 35.
Bekele said:
8 years ago
How to change 35 into binary no 100011? Please explain.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers