Computer Science, asked by sargunmankoo, 1 year ago

how do you solve binary multiplication and division:-
111011*1010

Answers

Answered by kvnmurty
0
.\ \ \ \ \ \ \ \ \ \ 1\ 1\ 1\ 0\ 1\ 1\\. \ \ \ \ \ \ \ \ \ \ \ \ \ \ 1\ 0\ 1\ 0\\==========\\.\ \ \ \ \ \ \ \ \ 0\ 0\ 0\ 0\ 0\ 0\ \ \ \ Multiply\ with\ units\ digit\ 0\\ .\ \ \ \ \ \ 1\1\ 1\ 1\ 0\ 1\ 1\ \ \ \ Multiply\ with\ two's\ digit\ 1\\.\ \ \ 0\ 0\ 0\ 0\ 0\ 0\ \ \ \ Multiply\ with\ four's\ digit\ 0\\\ 1\ 1\ 1\ 0\ 1\ 1\ \ \ \ Multiply\ with\ eight's\ digit\ 1\\================\\\ 1\ 0\ 0\ 1\ 0\ 0\ 1\ 1\ 1\ 0\ \ \ \ add all the products\\
Similar questions