Computer Science: An Overview (12th Edition)
12th Edition
ISBN: 9780133760064
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 1.10, Problem 4QE
a.
Explanation of Solution
Encode the sentence in ASCII using odd parity by adding a parity bit at the higher end for each character code: “Stop!” Cheryl shouted:
Use the table for ASCII codes to encode each character:
Symbol | ASCII Code |
“ | |
S | |
t | |
o | |
p | |
! | |
” | |
Space | |
C | |
h |
b.
Explanation of Solution
Encode the sentence in ASCII using odd parity by adding a parity bit at the higher end for each character code: Does
Use the table for ASCII codes to encode each character:
Symbol | ASCII Code |
D | |
o | |
e | |
s |
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
The following is a string of ASCII characters whose bit patterns have been converted into hexadecimal for compactness: 73 F4 E5 76 E5 4A EF 62 73. Of the eight bits in each pair of digits, the leftmost is a parity bit. The remaining bits are the ASCII code. Convert the string to bit form and decode the ASCII.
What is the ASCII representation of the numeral -3.1415 in binary? What is the ASCII representation of the numeral -3.1415 in octal? What is the ASCII representation of the numeral -3.1415 in hexadecimal? What is the ASCII representation of the numeral -3.1415 in decimal?
Show the Steps
This is for the Verilog Subject.
Chapter 1 Solutions
Computer Science: An Overview (12th Edition)
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 - How many bits would be in the memory of a computer...Ch. 1.3 - Prob. 1QE
Ch. 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
Knowledge Booster
Similar questions
- 3. What decimal value does the 8-bit binary number 01101110 have if:a. It is interpreted as an unsigned numberb. It is on a computer using two’s complement representation PS: Please do them in a word processor and not hand-written!arrow_forwardAssume we are using the simple model for floating-point representation discussed in the class (the representation uses a 14-bit format, 5 bits for the exponent with an Excess-M, a significand of 8 bits, and a single sign bit for the number): Convert 12.345 to the floating-point binary representation. (Remember we learned "implied one" format in the lecture) You need to type in the calculation steps or insert the picture of your handwriting using "insert" menu above.arrow_forwardThe following is a string ASCII characters whose bit patterns have been converted into hexadecimal for compactness: CD 69 E4 54 E5 72 6D Of the eight bits in each pair of digits, the left most is a parity bit and the remaining bits are the ASCII code. Convert the string to bit form and decode the word in ASCII. What is the parity for each letter of the word?arrow_forward
- Encode (800) 555-0012 in ASCII, including punctuation. 5.Translate the following hexadecimal into binary and then into ASCII: 68 65 78 61 64 65 63 69 6D 61 6C You have discovered the following string of binary ASCII code; figure out what they mean: 01010111 01100001 01111001 00100000 01110100 01101111 00100000 01100111 01101111 00100001arrow_forwarda. What is the ASCII representation of the numeral -3.1415 in binary?b. What is the ASCII representation of the numeral -3.1415 in octal?c. What is the ASCII representation of the numeral -3.1415 in hexadecimal?d. What is the ASCII representation of the numeral -3.1415 in decimal?arrow_forwardKindly answer the following questions. d. How are the ASCII codes for the decimal digits obtained? What is the relation between the ASCII codes for the capital letters and lowercase letters?arrow_forward
- Consider the ASCII table below: Dec Hex Name Ch ar Ctrl-char Dec Hex Char Dec Hex Char Dec Hex Char Null Start of heading 2. NUL CTRL- SOH CTRL-A CTRL-B 32 20 Space 64 33 21 34 22 23 Start of text End of text End of xmit STX 13 3. CTRL-C EOT CTRL-D ENQ CTRL-E ACK CTRL-F BEL ETX 4. Engury Acknowledge Ball Backspace Horizorta tab Line feed Vertical tab Form feed Carmage feed Shaft out CTRL 6 BS CTRL H CTRL CTRL- HT 10 DA I 08 12 0C 13 00 LE VI FF CIRL CTRN SI CIRLO DLE CTRL-E ĐC CTRL 15 OF 16 10 11 Device contrd2 Datatine escape 17 Device control 1 18 12 19 13 Devica control= 20 Device contral 4 15 Neg acknowdedge Synchronouside DC3 CTRLIS DC4 CIRET NAK CTRL 14 16 22 17 End of sumit tlock CTRE-W ETB CAN CTRL-X EMCTRL 24 25 19 26 14 27 16 28 1C 29 10 Group separacor 30 18 Cancel End medum Subsbute Escape File separator SUB CTRL ESC CTRL FS GS RS US CTRL CTRL- 1E 1F Record separtor Unit separator CTRL CTRL Given the alphabets from A to Z, devise a function that will search for any…arrow_forward3. What percent error we would have in representing the value = 0.345678 in a computer where we can use s0, sl the signs, d1=2 digits, d2=2 digits, do=2 digits in representation sod1,d2x10dearrow_forwardAre there hexadecimal and decimal values for the ASCII character capital B?arrow_forward
- Digital logicarrow_forwardMachine stores floating-point numbers in 8-bit word. The first bit is used for the sign of the number, the next three for the biased exponent and the next four for the magnitude of the mantissa. What is the base 10 represented by the number 110100112?arrow_forward4. The bfloat16 "brain floating point" format is a 16 bit format used in Google's machine learning and AI software. It is a binary floating point format which is very similar to the single precision IEEE-754 format: 1 bit is allocated for the sign, 8 bits for the exponent with a bias of 127, but only 7 bits are allocated for the fraction (the exponent is always chosen so that the first digit of the mantissa is 1, and then only the fraction is stored in memory). (a) What is the approximate decimal precision of a brain floating point? (b) If the bits are stored in the order: sign, exponent, fraction, and 0 corresponds to a positive sign, then calculate the decimal representation of the number stored as 1 00000110 0100010 (c) Given that the largest exponent actually used for numbers is 11111110, what is the largest number that can be expressed as a bfloat 16? (d) Supposing that numbers are truncated (rounded down), what is the maximum absolute rounding error in bfloat16?arrow_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