Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are bps & baud rates? differentiate these two?

Answers were Sorted based on User's Feedback



what are bps & baud rates? differentiate these two?..

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

what are bps & baud rates? differentiate these two?..

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

Post New Answer

More C Interview Questions

why should i select you?

21 Answers   Wipro,


Explain what are preprocessor directives?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


How is a structure member accessed?

0 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


What is the purpose of main( ) in c language?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Categories