
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
13th Edition
ISBN: 9780134875460
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 1.5, Problem 3QE
Convert each of the following binary representations to its equivalent base ten form:
- a. 11.01
- b. 101.111
- c. 10.1
- d. 110.011
- e. 0.101
Expert Solution & Answer

Learn your wayIncludes step-by-step video

schedule11:17
Students have asked these similar questions
1. What is the binary representation of the largest positive integer that can be represented with 19 bits
2. What is the LARGEST base ten number that can be represented with 1 BYTE in Binary
What bit pattern is stored for the following characters assuming an 8-bit byte?
a. A b. a c. 8 d. %
2. What character is represented by the following bit patterns?
a. 0011 0000
b. 0100 0011
c. 0111 1000
d. 0010 1010
Given the following decimal numbers, convert the numbers to a 16-bit memory location in binary using two's complement. (show all details step by step)
165910
- 165910
954610
- 954610
Convert the following decimal numbers to binary using the two’s complement format, using 8 bits:
4810
-3910
-28410
010
Briefly explain why two’s complement is the best format for representing signed integers in a computer.
4. Convert the following decimal numbers to binary floating-point representation, using 4 bits for the fractional part:
68.510
125.4410
99.9910
give the answer of everything otherwise dont give. please
Chapter 1 Solutions
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
Ch. 1.1 - What input bit patterns will cause the following...Ch. 1.1 - In the text, we claimed that placing a 1 on the...Ch. 1.1 - Assuming that both inputs to the flip-flop in...Ch. 1.1 - a. If the output of an AND gate is passed through...Ch. 1.1 - Prob. 5QECh. 1.1 - Prob. 6QECh. 1.2 - If the memory cell whose address is 5 contains the...Ch. 1.2 - Prob. 2QECh. 1.2 - Design a sequence of steps that correctly...Ch. 1.2 - How many bits would be in the memory of a computer...
Ch. 1.3 - Prob. 1QECh. 1.3 - Prob. 2QECh. 1.3 - Prob. 3QECh. 1.3 - Prob. 4QECh. 1.3 - Prob. 5QECh. 1.3 - Prob. 6QECh. 1.4 - Here is a message encoded in ASCII using 8 bits...Ch. 1.4 - In the ASCII code, what is the relationship...Ch. 1.4 - Prob. 3QECh. 1.4 - Prob. 4QECh. 1.4 - Convert each of the following binary...Ch. 1.4 - Prob. 6QECh. 1.4 - What is the largest numeric value that could be...Ch. 1.4 - An alternative to hexadecimal notation for...Ch. 1.4 - What is an advantage of representing images via...Ch. 1.4 - Prob. 10QECh. 1.5 - Convert each of the following binary...Ch. 1.5 - Convert each of the following base ten...Ch. 1.5 - Convert each of the following binary...Ch. 1.5 - Express the following values in binary notation:...Ch. 1.5 - Perform the following additions in binary...Ch. 1.6 - Convert each of the following twos complement...Ch. 1.6 - Prob. 2QECh. 1.6 - Suppose the following bit patterns represent...Ch. 1.6 - Suppose a machine stores numbers in twos...Ch. 1.6 - In the following problems, each bit pattern...Ch. 1.6 - Prob. 6QECh. 1.6 - Prob. 7QECh. 1.6 - Prob. 8QECh. 1.6 - Prob. 9QECh. 1.6 - Prob. 10QECh. 1.6 - Prob. 11QECh. 1.7 - Prob. 1QECh. 1.7 - Prob. 3QECh. 1.7 - Prob. 4QECh. 1.8 - What makes Python an interpreted programming...Ch. 1.8 - Write Python statements that print the following:...Ch. 1.8 - Write Python statements to make the following...Ch. 1.8 - Write a Python statement that given an existing...Ch. 1.9 - Prob. 1QECh. 1.9 - Prob. 2QECh. 1.9 - Prob. 3QECh. 1.9 - Prob. 4QECh. 1.9 - Prob. 5QECh. 1.9 - Prob. 6QECh. 1.9 - Prob. 7QECh. 1.10 - Prob. 1QECh. 1.10 - Could errors have occurred in a byte from Question...Ch. 1.10 - Prob. 3QECh. 1.10 - Prob. 4QECh. 1.10 - Prob. 5QECh. 1.10 - Prob. 6QECh. 1 - Determine the output of each of the following...Ch. 1 - a. What Boolean operation does the circuit...Ch. 1 - a. If we were to purchase a flip-flop circuit from...Ch. 1 - Assume that both of the inputs in the following...Ch. 1 - The following table represents the addresses and...Ch. 1 - How many cells can be in a computers main memory...Ch. 1 - Prob. 7CRPCh. 1 - Prob. 8CRPCh. 1 - Prob. 9CRPCh. 1 - Prob. 10CRPCh. 1 - Suppose a picture is represented on a display...Ch. 1 - Prob. 12CRPCh. 1 - Prob. 13CRPCh. 1 - If each sector on a magnetic disk contains 1024...Ch. 1 - How many bytes of storage space would be required...Ch. 1 - Prob. 16CRPCh. 1 - Prob. 17CRPCh. 1 - Suppose a typist could type 60 words per minute...Ch. 1 - Prob. 19CRPCh. 1 - Prob. 20CRPCh. 1 - Prob. 21CRPCh. 1 - Prob. 22CRPCh. 1 - Prob. 23CRPCh. 1 - Prob. 24CRPCh. 1 - Prob. 25CRPCh. 1 - Prob. 26CRPCh. 1 - Prob. 27CRPCh. 1 - Prob. 28CRPCh. 1 - Prob. 29CRPCh. 1 - Prob. 30CRPCh. 1 - Prob. 31CRPCh. 1 - Prob. 32CRPCh. 1 - Prob. 33CRPCh. 1 - Prob. 34CRPCh. 1 - Prob. 35CRPCh. 1 - Prob. 36CRPCh. 1 - Prob. 37CRPCh. 1 - Prob. 38CRPCh. 1 - Prob. 39CRPCh. 1 - Prob. 40CRPCh. 1 - Prob. 41CRPCh. 1 - Prob. 42CRPCh. 1 - Prob. 43CRPCh. 1 - Prob. 44CRPCh. 1 - Prob. 45CRPCh. 1 - What would be the hexadecimal representation of...Ch. 1 - Prob. 47CRPCh. 1 - Prob. 48CRPCh. 1 - Prob. 49CRPCh. 1 - Prob. 50CRPCh. 1 - Prob. 51CRPCh. 1 - Prob. 52CRPCh. 1 - Prob. 53CRPCh. 1 - Prob. 54CRPCh. 1 - Prob. 55CRPCh. 1 - Prob. 56CRPCh. 1 - Prob. 57CRPCh. 1 - Prob. 58CRPCh. 1 - Write and test a Python script that, given a...Ch. 1 - Prob. 61CRPCh. 1 - Prob. 2SICh. 1 - Prob. 3SICh. 1 - Prob. 4SICh. 1 - Prob. 5SICh. 1 - Prob. 6SICh. 1 - Prob. 7SI
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
Which of the following must a programmer know about an ADT to use it? A) What values it can hold B) What operat...
Starting Out with C++: Early Objects
Describe the purpose of a database.
Database Concepts (7th Edition)
Fit the logistic equation to the actual U.S. population data (Fig. 2.1.4) for the years 1900, 1930, and 1960. S...
Differential Equations: Computing and Modeling (5th Edition), Edwards, Penney & Calvis
Describe the purpose of the access key attribute and how it supports accessibility.
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
What are the advantages of storing classes in their own files?
Starting out with Visual C# (4th Edition)
Knowledge Booster
Similar questions
Why do we use binary encoding to represent information in the computer? What would be the pros and cons of using base-10 instead of base-2?
arrow_forward
8) A number with 6 digits (in its decimal notation) will:
a)have between 15 and 21 digits in its binary notation
b)have 10 digits in its base 6 notation
c)always occupy less than 21 bits in its notation in the 2's complement encoding
arrow_forward
Question5) Given Two Integers 11 and 9 how many binary bits are required to represent the larger one?
arrow_forward
Consider the following bit stream:
0100 0011 0111 1001 0110 0010 0111 0010 0010 0000 0011 0010 0011 0001 0011 0101
Number of bits = __________________
Number of bytes = ___________________
Number of nibbles = _________________
Number of words = ___________________
Number of doublewords = ___________________
Number of quadwords = ___________________
Decimal value of most significant byte = ___________________
Decimal value of least significant nibble = ___________________
Hexadecimal representation of bit stream = ___________________
ASCII representation of bit stream = ___________________
arrow_forward
Calculate (3.41700875 *10-3 + 6.34005625*10-3)* 1.25625* 102 by hand, assuming each of the values are stored in the 16-bit half precision format describedin in the textbook. Assume 1 guard, 1 round bit, and 1 sticky bit, and round to thenearest even. Show all the steps, and write your answer in both the 16-bit floating point format and in decimal.
arrow_forward
2) What is the largest binary number that can be expressed with 16 bits? What are the equivalent decimal and hexadecimal numbers?
3) Convert the hexadecimal number 64CD to binary, and then convert it frombinary to octal.
arrow_forward
Short questions:
Q. If 8 Bits are equals to 1 byte then how many bits are there in 5245 Bytes?
arrow_forward
The most common binary code in use today is the 8 bit ASCII code. What do the letters ASCII stand for?
A.
American Standard Code for International Interchange
B.
American Standard Code for Information Interchange
C.
American Standard Code for Intelligence Interchange
D.
American Scientific Code for Information Interchange
E.
None of the above
arrow_forward
6. What is the decimal representation of the following signed binary number?
11010101 + 01101011
arrow_forward
Assuming the bit sequence 0110001010000010101100respresents the word canada,a) what is the amount of bits it would take to the word using Ascii characters considering that 8 bits per character are usedb) what is the compression ratio of the bit sequence and part a
arrow_forward
Represent the following into floating point binary format given that the number is written into 10 bits. The first two bits represents the sign of the number and the exponent respectively, the next five bits represents the magnitude of mantissa and the remaining 3 bits represents the magnitude of the exponent.
123
324
-57.214
9134
-0.6543
arrow_forward
Negative signed binary numbers
What is the decimal representation of the 2-bit signed binary number 11?
What is the decimal representation of the 16-bit signed binary number 1111_1111_1111_1111?
How do the signed binary representations differ (ignoring the underscores)?
What is the decimal representation of the 8-bit signed binary number 1001_0001?
What is the decimal representation of the 16-bit signed binary number 1111_1111_1001_0001?
How do the signed binary representations differ (ignoring the underscores)?
What is the decimal representation of the 9-bit signed binary number 1_0001_0001?
What is the decimal representation of the 16-bit signed binary number 1111_1111_0001_0001?
arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you

Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning

Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning