Question
In c++, please 1. Explain why the term assembler language is not quite correct. ( ref. Ch 1.1.1 ) 2. What is the decimal representation
In c++, please
1. Explain why the term assembler language is not quite correct. ( ref. Ch 1.1.1 )
2. What is the decimal representation of the following unsigned binary integer? 00110101
3. What is the minimum number of binary bits needed to represent the following unsigned decimal integer? 65534
4. What is the hexadecimal representation of each of the following binary numbers? a. 0011 0101 1101 1010 b. 1100 1110 1010 0011
5. What is the binary representation of the following hexadecimal number? 6ACDFA95
6. What is the unsigned decimal representation of each of the following hexadecimal integers? a. 1BF b. 1001
7. What is the 16-bit hexadecimal representation of the following signed decimal integer? -45
8. The following 16-bit hexadecimal numbers represent signed integers. Convert each to decimal. a. 4CD2 b. 8230
9. What is the 8-bit binary (twos-complement) representation of each of the following signed decimal integers (write out the Full 8 bits pattern, including leading zeros)? a. 72 b. 98
10. What is the sum of this pair of hexadecimal integers? A49 + 6BD
11. Create a truth table to show all possible inputs and outputs for the Boolean function described by (A B).
12. Create a truth table to show all possible inputs and outputs for the boolean function described by A B. How would you describe the rightmost column of this table in relation to the table from question # 11? Have you heard of De Morgans Theorem?(you can google about it if haven't, but have you heard of "Google"?) What does it say?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started