what are bps & baud rates? differentiate these two?
Answers were Sorted based on User's Feedback
Answer / ramkumar
number of individual bits per second is called bps.
number of symbols per second is called baud rate.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nakul
BPS- No. of bits per second
Baud Rate- No. of change in signal(waveform) per second
| Is This Answer Correct ? | 1 Yes | 2 No |
How to implement call back functions ?
how to execute a program using if else condition and the output should enter number and the number is odd only...
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
can a union be self-referenced?
wite a programme in c to linear search a data using flag and without using flags?
What is the difference between a function and a method in c?
In which category does main function belong??
What is c value paradox explain?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is strcmp in c?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.