Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
What is (1 1101 11012) converted to decimal?
Expert Solution
arrow_forward
Explanation
1) (1 1101 1101) is a binary number and can be converted to decimal by computing the sum of the powers of 2 corresponding to the set bits in the binary representation.
2) For binary number with n digits: dn-1 ... d3 d2 d1 d0. The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n):
- decimal = d0×20 + d1×21 + d2×22 + ...
3) (111011101)₂ = (1 × 2⁸) + (1 × 2⁷) + (1 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (1 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2⁰) = (477)₁₀
4) So (111011101)₂ in binary is equal to 417 in decimal.
Step by stepSolved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- What is the Gray code's unique feature in regard to nearby decimal digits?arrow_forwardConvert the following binary numbers to decimal numbers.(a) 1011(b) 11011010(c) 01001011(d) 10110100arrow_forwardState the minimum number of binary bits needed to represent 42319 unsigned decimal integers ?arrow_forward
- H - For the IEEE 754 single-precision floating point, write the hexadecimal representation for the following decimal values: (i)–1.0 (ii)– 0.0 (iii)256.015625arrow_forwardAdd binary numbers 100111 and 11011 in both decimal and binary forms.arrow_forwardWhat is the ASCII representation of the numeral -3.1415 in binary?arrow_forward
- what is the 8-bit binary representation of the decimal number 59arrow_forwardFill up the table in binary form for 4-bit number. Decimal +8 +7 +6 +5 +4 +3 +2 +1 +0 -0 -1 -2 -3 -4 -5 -6 -7 -8 SM 0111 0110 0101 0100 OC 0111 0110 0101 0100 TC 0111 0110 0101 0100 Excess-7 1110 1101 1100 1011arrow_forwardWhat is the decimal representation of 27?arrow_forward
arrow_back_ios
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