D
c. flag register
The conditional results after execution in an micro processor are stored in flag register which is a part of psw.
(b)
b) right to left
It is compiler dependent. Most of the time all compilers on same platform follows same scheme but it is not defined by ANSI standard. In SPARC processor machines parameters are passed in registers rather then stack.
e) None of the above.
Describe the following structures as lifo/filo/fifo/lilo(a) stack(b) queue
(a) Stack is LIFO
(b) Queue is FIFO
Queue
(d)
Terminal emulation is the software which allows personal computer to pretend as a computer terminal.
Line of sight isa) straight lineb) parabolicc) tx & rx should be visible to each otherd) none
C
Tx and Rx should be visible because for proper transmission there should be a connection between the transmitter and receiver,hence Tx and Rx should be visible to each other.
What is the maximum decimal number that can be accommodated in a byte.A) 128b) 256c) 255d) 512
C
We know that 1 Byte=8Bits,Hence 2^8=256.
A bite can represent one of these 256 distinct values i.e,numbers between 0(min) to 255(max).
Hence the maximum decimal number accommodated in a byte is 255.
Find the output of the following programint *p,*q;p=(int *)1000;q=(int *)2000;printf("%d",(q-p));
500
The output is 1000/2=500.
How are parameters passed to the main function?
We can use command line arguments in C/C++ according to my knowledge.
+48 volts
The sscanf derivative reads input from a character string passed as the first
argument.
The prototypes are as follows: (C or C++)
sscanf (const char *str, const char *format, ...);
PHPmixed sscanf (const string str, const string format [, mixed args...])
(a). Immediate addressing mode
What does the statement strcat(s2,s1) do?
Concatenate (join) s2 string with s1 string and the result is stored in s2.
IT concatenates the string s1 with s2.
Tcp(transmission control protocol) is connection oriented and used in ______________ layer?
transport layer
Transport
C
two hops
A
I think a i.e 1/2 second
(b)
Ans : Memory manegement unit (Hardware Unit)
Frequency at which voice is sampled isa) 4 khzb) 8 khzc) 16 khzd) 64 khz
A
If the entire band of frequency is considered for transmission the sampling rate would be 2*20khz (= = 40khz ) or above in such a case the probable answer would be option "d=64Khz"but for transmission...
Code Division Multiple Access=CDMA
GPRS= General Packet Radio Service
GPRS=General Packet Radio Service
For lan network layer is not required. Why?
Most of the LANs works in Layer 2, so that No need of Network Layer. When routing comes into picture, Network Layer is required.
a)function declaration
header file contains function declarations,type def, enum, global variable declaration,macros, symbolic literals