Computer Science: An Overview (12th Edition)
12th Edition
ISBN: 9780133760064
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 4.2, Problem 3QE
Program Plan Intro
Dotted decimal notation:
This is just an approach to write an IP address. In this notation, the bytes of address are separated by periods and the byte represents integer in base 10 notations.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Consider the signed 16 bit hexadecimal integer 0xD3A2. Which of the following is the signed 32 bit representation of this same number?
0x0000D3A2
0xFFFFD3A2
0xD3A2D3A2
0xD3A20000
IEEE 754-2008 contains a half precision that is only 16 bits wide. The leftmost bit is still the sign bit, the exponent is 5 bits wide and has a bias of 15, and the fraction is 10 bits long. A hidden 1 is assumed as part of the significand just like the IEEE-754 format we learnt in the class. Write down the bit pattern to represent −0.15625 × 100 in IEEE 754-2008 half-precision format. You need to find out the bits for the sign, the exponent, and the fraction. To answer this question, you need to convert the decimal fraction to its binary representation. Check out the link given in Q1. You have to show all steps including the fraction conversion (from decimal to binary).
In an 8-bit binary number, which is the most significant bit (MSB)?
What is the decimal representation of each of the following unsigned binary integers?
00110101 b. 10010110 c. 11001100
What is the sum of each pair of binary integers?
10101111 + 11011011
10010111 + 11111111
01110101 + 10101100
Calculate binary 00001101 minus 00000111.
How many bits are used by each of the following data types?
word
doubleword
quadword
double quadword
What is the minimum number of binary bits needed to represent each of the following unsigned decimal integers?
4095
65534
42319
What is the hexadecimal representation of each of the following binary numbers?
0011 0101 1101 1010
1100 1110 1010 0011
1111 1110 1101 1011
What is the binary representation of the following hexadecimal numbers?
0126F9D4
6ACDFA95
F69BDC2A
Whatistheunsigneddecimalrepresentationofeachofthefollowinghexadecimalintegers?
3A
1BF
1001…
Chapter 4 Solutions
Computer Science: An Overview (12th Edition)
Ch. 4.1 - What is an open network?Ch. 4.1 - Prob. 2QECh. 4.1 - What is a router?Ch. 4.1 - Prob. 4QECh. 4.1 - Prob. 5QECh. 4.1 - Prob. 6QECh. 4.2 - Prob. 1QECh. 4.2 - Prob. 2QECh. 4.2 - Prob. 3QECh. 4.2 - Prob. 4QE
Ch. 4.2 - Prob. 5QECh. 4.2 - Prob. 6QECh. 4.2 - Prob. 7QECh. 4.2 - Prob. 8QECh. 4.3 - Prob. 1QECh. 4.3 - Prob. 2QECh. 4.3 - Prob. 3QECh. 4.3 - Prob. 4QECh. 4.3 - Prob. 5QECh. 4.4 - Prob. 1QECh. 4.4 - Prob. 2QECh. 4.4 - Prob. 3QECh. 4.4 - What keeps a computer on the Internet from...Ch. 4.5 - Prob. 1QECh. 4.5 - Prob. 2QECh. 4.5 - Prob. 3QECh. 4.5 - Prob. 4QECh. 4.5 - Prob. 5QECh. 4 - Prob. 1CRPCh. 4 - Prob. 2CRPCh. 4 - Prob. 3CRPCh. 4 - Prob. 4CRPCh. 4 - Prob. 5CRPCh. 4 - Prob. 6CRPCh. 4 - Prob. 7CRPCh. 4 - Prob. 8CRPCh. 4 - Prob. 9CRPCh. 4 - Prob. 10CRPCh. 4 - Prob. 11CRPCh. 4 - Prob. 12CRPCh. 4 - Prob. 13CRPCh. 4 - Prob. 14CRPCh. 4 - Prob. 15CRPCh. 4 - Prob. 16CRPCh. 4 - Prob. 17CRPCh. 4 - Prob. 18CRPCh. 4 - Prob. 19CRPCh. 4 - Prob. 20CRPCh. 4 - Prob. 21CRPCh. 4 - Prob. 22CRPCh. 4 - Prob. 23CRPCh. 4 - Prob. 24CRPCh. 4 - Prob. 25CRPCh. 4 - Prob. 26CRPCh. 4 - Prob. 27CRPCh. 4 - Prob. 28CRPCh. 4 - Prob. 29CRPCh. 4 - Prob. 30CRPCh. 4 - Prob. 31CRPCh. 4 - Prob. 32CRPCh. 4 - Prob. 33CRPCh. 4 - Prob. 34CRPCh. 4 - Prob. 35CRPCh. 4 - Prob. 36CRPCh. 4 - Prob. 37CRPCh. 4 - Prob. 38CRPCh. 4 - Prob. 39CRPCh. 4 - Prob. 40CRPCh. 4 - Prob. 41CRPCh. 4 - Prob. 42CRPCh. 4 - Prob. 43CRPCh. 4 - Prob. 44CRPCh. 4 - Prob. 45CRPCh. 4 - Prob. 46CRPCh. 4 - Prob. 47CRPCh. 4 - Prob. 48CRPCh. 4 - Prob. 49CRPCh. 4 - Prob. 50CRPCh. 4 - Prob. 1SICh. 4 - Prob. 2SICh. 4 - Prob. 3SICh. 4 - Prob. 4SICh. 4 - Prob. 5SICh. 4 - Prob. 6SICh. 4 - Prob. 7SICh. 4 - Prob. 8SICh. 4 - Prob. 9SICh. 4 - Prob. 10SICh. 4 - Prob. 11SICh. 4 - Prob. 12SI
Knowledge Booster
Similar questions
- The following bit pattern represents a floating point number in IEEE single precision format. 1 10000011 10100......0 The decimal equivalent value of the above in IEEE754?arrow_forwardUsing IEEE 754 32-bit format, what decimal number would the bit pattern 0000000016 represent ignoring the special case of "zero value". Convert the following decimal numbers: a) -3125.3125 and b) 3.14 Convert the following hexadecimal numbers: a) 3B800000 and b) C5435500arrow_forwardIn B-bit unsigned Binary format, write down the exponent value of the number represented in IEEE 754 standard format shown below? Sign Biased Exponent Significand 10000100 001101010000100.o 1 Write your answer in the space provided below without any additional characters. Use Binary Numbers ONLY with NO SPACES. Answer:arrow_forward
- Suppose (27.625 base 10) is represented using IEEE754 Single Precision Floating Point Format. What is the sign bit?a. 11011101b. 11011c.101d. 10111010000000000000000e. 110111010000000000000000f. 10000011g. 0h. 1I. 11011000000000000000000arrow_forwardWith Fixed-length Binary Numbers: What is the decimal representation of the 10-bit signed binary number 01_0001_0001? What is the decimal representation of the 16-bit signed binary number 0000_0001_0001_0001?arrow_forwardHow many Hamming Code Bits are needed for a 64 bit number? for a 128 bit number? What is the Hamming Distance for the following 256 bit numbers? FEDCBA98765432100123456789ABCDEF FEDCAB9875643210F2134567890BCDEF If it was in binary?arrow_forward
- What is the IEEE-754 single precision real number after encodingt the real decimal number -76.0625? The IEEE-754 single precision real number is 1_10000101_00110000011000000000000. Oa. The IEEE-754 single precision real number is 1_10000101_00110000010000000000000. Ob. The IEEE-754 single precision real number is 1_10000101_00110010010000000000000. O c. The IEEE-754 single precision real number is 1_10000101_00100000011000000000000. Od.arrow_forwardSeparate the bit sequence into appropriate sized chuncks for each of the following domains. (You do NOT have to decode this bit sequence.) 1. Octal String: 010 110 101 010 101 111 010 111 111 101 011 011 011 011 010 1001. Hex String:1. Base64 String:arrow_forwardAn 8-bit byte with binary value 10101111 is to be encoded using an even-parity Hamming code. What is the binary value after encoding? ANS: The encoded value is 101001001111 Why is this answer longer from binary value? Please solve this question with details. Please explain why you use that method.arrow_forward
- Suppose you have the following 2 bytes: 11011010 and 01100101. What is the 1s complement of the sum of these 2 bytes?arrow_forwardConvert the following decimal number into it's IEEE 754 Floating Point representation. -23.5625 What is the following hexadecimal number in binary format? OxA47D What is the IEEE 754 floating point representation of the following number: 93.75arrow_forwardwith explationalarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education