Latest Answer: Code Division Multiple Access=CDMAGPRS= General Packet Radio Service ...
Latest Answer: Multiprogramming is the feature that allows you to run two or more programs concurrently whereas Multithreading is dividing a single program into a no of threads(light weight processes) and running those threads simultaneously. ...
Which addressing mode is used in the following statements:(a) MVI B,55(b) MOV B,A(c) MOV M,AAns. (a) Immediate addressing mode.(b) Register Addressing Mode(c) Direct addressing mode
Latest Answer: x is a array of pointers to functions which returns integers ...
Software that allows a personal computer to pretend as a computer terminal isa) terminal adapterb) bulletin boardc) modemd) terminal emulation
(d)
Find the output of the following programint *p,*q;p=(int *)1000;q=(int *)2000;printf("%d",(q-p));
500
A protocol is a set of rules governing a time sequence of events that must take place betweena) peersb) non-peersc) allocated on stackd) assigned to registers.
Memory allocation of variables declared in a program isa) allocated in RAM.b) Allocated in ROM.c) allocated on stack.d) Assigned to registers.
(c)
View page [1] 2 3 4 Next >>

Go Top