Test Mode Reading Mode Right = 0 Wrong = 0
Digits from 1 to r
Digits from 0 to r -1
Digits from 1 to r -1
Digits from 0 to r
Created: 4 months ago | Updated: 1 day ago
It selects which process has to be brought into the ready queue
It selects which process has to be executed nest and allocates CPU
It selects which process to remove front memory by swapping
It selects which process needs to be killed next
Created: 4 months ago | Updated: 1 day ago
the maximal set of numbers for which a function is defined
the maximal set of numbers which a function can take values
it is the set of natural numbers for which a function is defined
any set of positive numbers
Brute Force
Divide and Conquer
Dynamic programming algorithms
all of the above
stub
identifier
Name
process identifier
Extent
Extends
super
this
Created: 4 months ago | Updated: 1 day ago
lesser prone to deadlocks
more prone to deadlocks
not at all prone to deadlocks
always results in deadlock
not to page
a tow level paging algorithm
the page table itself
all of the above
Program Counter
status register
instruction register
program status word
Created: 4 months ago | Updated: 1 day ago
crating of a file system
deleting a file system
attaching portion of the file system into a directory structure
removing portion of the file system into a directory structure
Created: 4 months ago | Updated: 1 day ago
for
while
do-while
all of the above
Created: 4 months ago | Updated: 1 day ago
DML
DDL
View
Integrity constraing
Where
select
from
Distint
where, having
having, where
Group by, having
Group by, where
stack
queue
Array
Tree
The left child is always lesser than its parent
The right child is always greater than its parent
The left and right sub-should also be binary search trees
Either the left of the right sub- tree should be be binary search tree but not both.
"Box obhj -new BOx();"
Box obj=new Box;"
obj=new Box();"
new Box obj;"
method overding
method overloading
method hiding
method duplication
Created: 4 months ago | Updated: 21 hours ago
Kernel
file manager
Directly
NOS
Created: 5 months ago | Updated: 21 hours ago
OSL
NAT
TCP
UDP
"return-type function name (argument type;)"
"return-type function -name (argument type){}"
"return -type (argument type ) function-name"
"return-type {} function -name"
"Overflow "
"Crash"
"Underflow"
"User flow"
Created: 4 months ago | Updated: 9 hours ago
When the list has only a few elements
When performing a single earch in an unordered list
Used all the time
When list has only a few elements and when performing a single search in an underdone ist
"Lightly connected"
"Strongly connected"
" Weakly connected"
" Loosely connected"
Created: 4 months ago | Updated: 10 hours ago
Brute Force technique"
Divide and Conquer"
Greedy algorithm"
Dynamic programming"
"char name [10]."
"int name [10];"
"float name [10];
"double name [10];
Created: 4 months ago | Updated: 6 hours ago
Constant
quardratic
exponential
logarithmic
first
Second
Third
fourth
Created: 4 months ago | Updated: 6 hours ago
for
while
do -while
all of the above

Related Sub Categories