Advantages of digital over analog signal:
If it costs x dollars for making certain item if quantity is 1000 and if quantity increase then the item is made using y dollars. If z number of items are made which are greater than 1000 then what is the total cost. |
Answer |
Problem on average ages given age of captain 25 and wicket keeper’s Age 3 years more than captain’s age. now the average of the remaining team is one less than the avg of whole team. what is the avg age of each. |
Answer |
How many bits of IP address are required to make 8 subnets |
Answer |
In 1.5 fixed format how is -1 represented |
Answer |
what is the advantage of ADSL(asymmetric digital subscriber line) over modem? |
Answer |
What will be the output? #define Sqr(b) b*b; main( ) { int i=3; printf(“%d”,SQR(i+2); } |
Answer |
What will be the output? Main(){ Char c=,a,; Printf(“%d %d”, sizeof(c),sizeof(,a,)); } |
Answer |
Why channel coding is done |
Answer |
struct abc { }; Struct abc arr[10]; Struct abc *p=arr; Which will be increment the pointer to point the next array element? |
Answer |
What will be the output? int i=512; Char *c=(char *)&i; C[0]=1; Printf(%d”,i); |
Answer |