if the bit string 0111101111101111110 is bit stuffed,what is
the output string?
Answers were Sorted based on User's Feedback
Answer / manju
If we take the flag as "01111110",then the output string at
the sender is::"0111111001111011111001111101001111110".
It is destuffed at the receiver and the actual message is
recieved by it.
Is This Answer Correct ? | 21 Yes | 6 No |
if u r using bugzilla then it generates automatic bugids,while testing uhave got a bug then bug is represented through a bug id say bug1, then bug is assigned to developer he fixes a bug ,say the bug is fixed no error is got later after few regression cycles u have got the same bug but the bug is represented by diff id say bug2,tell me how do i come to know that it is the same bug that had occured previously but now it is represented by diff id
How to make shoppingcart appliction using array?and how to unset session variable and when?
what is a Additional domain ? what is a child domain?
Describe circular polarization?
Is it VB.NET support multiple inheritance?
how to prepare for an written exam for any type of company?
Research reveals that high fiber content food is effective in preventing heart disease. However consumers are unable to take advantage of this finding as fiber content is usually not listed on the Nutrition Information label on food packages. Therefore as a further precaution in preventing heart disease, the government must regulate food industries to include the fiber content on the Nutrition Information label on food packages. Which of the following weakens the argument above?
What is the difference between CD-R and CD+R?
If you had a cylinder, sealed at both ends, with the pressure rising inside, would it blow at the end or split along the side first?
what is the purpose of expansion tank in closed cooling water system?
Tell me about your parents?? Pls share any one best words...
Write a C program to solve the quadratic equation ax^2+bx+c=0. A quadratic equation has two roots which are given by the following two formulas: root1= -b+sqrt(b^2-4*a*c)/2*a root1= -b-sqrt(b^2-4*a*c)/2*a The program request the user for input a,b,c and the output will be root1 and root2.