0 votes
1
1 votes
3
The hands of a clock are observed continuously from 12:45 p.m. onwards. They will be observed to point in the same direction some time between(A) 1:03 p.m. and 1:04 p.m. ...
5 votes
4
Repeated execution of simple computation may cause compounding ofround-off errorssyntax errorsrun-time errorslogic errors
1 votes
5
Overlayingrequires use of a loaderallows larger programs, but requires more effortis most used on large computersis transparent to the user
1 votes
6
Relative to the program translated by a compiler, the same program when interpreted runsFasterSlowerAt the same speedMay be faster or slower
2 votes
7
An interrupt in which the external device supplies its address as well as the interrupt requests is known asvectored interruptmaskable interruptnon maskable interruptdesi...
3 votes
8
If a square matrix A satisfies $A^TA=I$, then the matrix $A$ isIdempotentSymmetricOrthogonalHermitian
3 votes
9
The join operation can be defined asa cartesian product of two relations followed by a selectiona cartesian product of two relationsa union of two relations followed by c...
4 votes
11
The term Phong associated withRay tracingshadingHiddenline removala game
4 votes
12
Range of IP Address from $224.0.0.0$ to $239.255.255.255$ areReserved for loopbackReserved for broadcastUsed for multicast packetsReserved for future addressing
10 votes
13
$\textsf{IEEE 802.11}$ is standard forEthernetBluetoothBroadband WirelessWireless LANs
3 votes
14
In UML diagram of a classstate of object cannot be representedstate is irrelevantstate is represented as an attributestate is represented as a result of an operation
1 votes
15
A task in a blocked stateis executableis runningmust still be placed in the run queuesis waiting for some temporarily unavailable resources
2 votes
16
Ring counter is analogous toToggle SwitchLatchStepping SwitchS-R flip flop
3 votes
17
Virtual memory isPart of Main Memory only used for swappingA technique to allow a program, of size more than the size of main memory, to runPart of secondary storage used...
7 votes
18
What is the name of the technique in which the operating system of a computer executes several programs concurrently by switching back and forth between them?Partitioning...
3 votes
19
Phase transition for each bit are used inAmplitude modulationCarrier modulationManchester encodingNRZ encoding
1 votes
20
An Ethernet hubfunctions as a repeaterconnects to a digital PBXconnects to a token-ring networkfunctions as a gateway
6 votes
21
The principal of the locality of reference justifies the use ofvirtual memoryinterruptsmain memorycache memory
2 votes
23
What is routing algorithm used by OSPF routing protocol?Distance vectorFloodingPath vectorLink state
4 votes
24
17 votes
25
What is the output of the following C program? #include<stdio.h #define SQR(x) (x*x) int main() { int a; int b=4; a=SQR(b+2); printf("%d\n",a); return 0; }14361820
0 votes
28
how to implement multiple stack in array using c
4 votes
29
IEEE 1394 is related to$RS-232$$USB$FirewirePCI
1 votes
30
In which of the following shading models of polygons, the interpolation of intensity values is done along the scan line?Gourard shadingPhong shadingConstant shadingFlat s...