McqMate
| Q. |
R operator. Hence the output of the code shown above is: 20 10. |
| A. | 1011011 |
| B. | 11010100 |
| C. | 11101011 |
| D. | 10110011 |
| Answer» B. 11010100 | |
| Explanation: the binary form of -44 is 00101100. the one’s complement of this value is 11010011. on adding one to this we get: 11010100 (two’s complement). | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet