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
Question
Chapter 1, Problem 52CRP
Program Plan Intro
Odd parity:
Odd parity has each set with odd number of bits. If the outcome of addition of total number of ones in the data to the parity bit is the odd number of ones, then it is called a odd parity bit. The value of the added parity bit is
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Given the codeword=01110101111101010, find if it has an error bit or none. If it has an error bit, indicate the bit position. Data message has 12 bits.
For the following message encoded in 8-bit extended ASCII. What does it say?
01010111 01101000 01100101 01110010 01100101 00100000 01100001
01110010 01100101 00100000 01111001 01101111 01110101 00111111
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 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
Knowledge Booster
Similar questions
- A(n) __________ is an integer stored in double the normal number of bit positions.arrow_forwardSuppose a repetition code with every bit repeated 5 times is used to send a message and the received message is 11111 00111 11000 00001. Which of the following do you think is the original codeword sent? O 11111 11111 00000 00000 O 11111 00111 11000 00001. O 11111 00000 00000 00000 O 11111 1111111111 11111arrow_forwarddont post existing answerarrow_forward
- Convert each binary number to decimal:(a) 110011.11 (b) 101010.01 (c) 1000001.111(d) 1111000.101 (e) 1011100.10101 (f) 1110001.0001(g) 1011010.1010 (h) 1111111.11111arrow_forwardGiven the codeword set 111111 000111 110001 101100 011010 If you receive 011011 and you assume at most one bit of corruption, what was the original message?arrow_forwardThe 7 - bit hamming code is used to send 4 bits of information and 3 bits of check digits for single digit error correction. How many incorrect/invalid hamming codes of this type are there? 112 49 infinitely many 16 128 7arrow_forward
- Add the following twos complement binary numbers of 8 bits and also express the answer in decimal. Identify each case in which the answer is incorrect because of overflow. 00001111 + 10011001 11111000 + 11101111arrow_forwardThe following bits have been received: 11011110110. The sender is using CRC with the generator 1100. Does the received data contain an error? You must show your work to receive marks (an answer of just ‘yes’ or ‘no’ will receive no marks).arrow_forwardSuppose that the (24, 12) Golay code is used for error correction. Decode the following received sequences: a. r= (101101110010000011000011), b.r= (001111110010000000000001).arrow_forward
- The following bit patterns were originally encoded using even parity. In which of them have errors definitely occurred? 10100101 01111010 10001010 01010000 11110011arrow_forward6. The sender sends the following message 00111001011 to the receiver. Using the vertical redundancy check, add the parity bit that will show the string has an error using an even number of ones. Answer:arrow_forwardSuppose the sender wants to send the word world. In ASCII, the five characters are coded as 1110111 1101111 1110010 1101100 1100100 W 1 d. What would the sender transmit if even parity is used for each letter? b. What would the sender transmit if Hamming code is used? а.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning