With a single bit parityscheme, withevenparity, which bit string would be correct?
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
-
With a single bit parityscheme, with evenparity, which bit string would be correct?
- 1110101011
- 0110101011
- 0110001011
- 0110101010
2 . What is the advantage of two-dimensional bit parity?
- It can detect an error in a two-dimensional array.
- It can detect and correct three bit errors.
- It can detect and correct two bit errors.
- It can detect and correct a single bit error.
- In any error checking scheme (pairity, CRC, checksum) which statement defines the correct description of a match and non-match?
- Check matches: The data is likely correct, but there is a chance it is not based on the size of the checksum. Check does not match: The data is likely bad, but there is a chance it is correct based on the size of the checksum.
- Check matches: The data must be correct. Check does not match: The data must not be correct.
- Check matches: The data is likely correct, but there is a chance it is not based on the size of the checksum. Check does not match: The data must not be correct.
- Check matches: The data must be correct. Check does not match: The data is likely bad, but there is a chance it is correct based on the size of the checksum.
- what is the relationship between G, D and R in the CRC?
- D can be any size, but G and R must match in length.
- D must be an even multiple of G, and R must be smaller than G.
- D can be any size, but G must be one larger than R.
- D can be any size, but R must be longer than G.
- Find the CRC remainder (R) for the following binary data (D) and generator (G) D = 10101010 G = 1001
- 011
- 101
- 100
- 000
- What is the primary operation in CRC?
- XOR
- Multiply
- Subtract
- Add
7. Which partitioning methods can not use all available bandwidth if some nodes do not use it?
- TDMA
- FDMA
- Slotted ALOAH
- CSMA
Expert's Answer
721 Times Downloaded
Related Questions
. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 1
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of
. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 2
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of