MEDIUM
HSSC Clerk
IMPORTANT
Earn 100

A 3NF relation is converted to BCNF by:

50% studentsanswered this correctly

Important Questions on Practice Sets

MEDIUM
HSSC Clerk
IMPORTANT
A balanced order-n multi-way search tree in which each non-root node contains at least _____ keys is called a B-tree of order n.
MEDIUM
HSSC Clerk
IMPORTANT
Logical access security could be compromised by various elements of a computer system. Which one of the following could make system insecure:
MEDIUM
HSSC Clerk
IMPORTANT
Access control procedure provides for access rights administration by the security administrator and is authorised by:
MEDIUM
HSSC Clerk
IMPORTANT
User identification technique that uses reference profiles is:
HARD
HSSC Clerk
IMPORTANT

The following program (myprog) is run from the command line as my prog 1 2 3 what would be the output?

main (int argc, char argv [ ])

{

int i, j=0;

for (i=0; i<argc; i++)

{

j=j+atoi (argv[i]);

printf("%d",j);

}

}

MEDIUM
HSSC Clerk
IMPORTANT
A relationship between processes such that each has some part which must not be executed while the critical section of another is being executed, is known as:
MEDIUM
HSSC Clerk
IMPORTANT
Hamming codes are used for error detection and correction. If the minimum hamming distance is m, then the number of errors correctable is:
HARD
HSSC Clerk
IMPORTANT
'Each packet contains the full source and destination address.' This statement indicates which of the following?