Recent questions in Unknown Category

1 votes
1 answer
81
On computers where there are multiple operating system, the decision to load a particular one is done by ________.$PCB$InodeFile Control BlockBoot Loader
0 votes
0 answers
82
The resistance to be connected across terminal $a, b$ for maximum power transfer to it is:$40\; \Omega$$5\; \Omega$$2.5 \;\Omega$$10\; \Omega$
1 votes
1 answer
84
Which open addressing technique is free from Clustering problems?Linear probingQuadratic probingDouble hashingRehashing
0 votes
1 answer
85
In classful addressing, a large part of the available addresses are __________.DispersedBlockedWastedReserved
1 votes
1 answer
86
What is the basis of $KVL$?Conservation of chargeConservation of energyConservation of powerAll of the options
0 votes
1 answer
87
In ____________ $VMs$ do not simulate the underlying hardware.Para VirtualizationFull VirtualizationHardware-Assisted VirtualizationNetwork Virtualization
1 votes
1 answer
88
The recurrence relation $T(n)=7T(n/7)+n$ has the solution:$O(n)$$O(logn)$$O(nlog(n))$$O(n^2)$
0 votes
1 answer
89
____________ uses pretty good privacy algorithm.Electronic mailsFile encryptionBoth Electronic mails and File encryptionNone of the options
1 votes
1 answer
90
Which of the following property is related to a cryptographic hash functions?One way FunctionInversibleNon-DeterministicAll of the options
1 votes
1 answer
92
Debugger is a program that:Allows to examine and modify the contents of registersAllows to set breakpoints, execute a segment of program and display contents of registerD...
1 votes
3 answers
93
Which of the following techniques deals with sorting the data stored in the computer’s memory?Distribution sortInternal sortExternal sortRadix sort
0 votes
1 answer
94
_____________ possible labels are allowed in the first level of generic domain.$10$$12$$16$none of the options
1 votes
1 answer
95
If main memory access time is $400\;\mu s$, $TLB$ access time $50\;\mu s$, considering $TLB$ hit $90\%$, what wil be the overall access time?$800\;\mu s$$490 \;\mu s$$485...
2 votes
1 answer
96
In an operating system, processes that are terminated but, for some reason must have its task structure in the process table are referred as __________.ZombiesOrphansPare...
1 votes
1 answer
98
In which modulation discrete values of carrier frequencies is used to transmit binary data?Phase Shift KeyingAmplitude Shift KeyingFrequency Shift KeyingDisk Shift Keying...
1 votes
1 answer
99
$PI$ in $XML$ specification stands for ___________.priceless instructionprocessing instructionpolymorphic inheritanceprimary instruction
1 votes
1 answer
100
Which type of linked list stores the address of the header node in the next field of the last node?Singly linked listCircular linked listDoubly linked listHashed list