COMPARE ('APPLES', APPLESAUCE')?
7
8
9
10
PROCEDURE instruction: Makes all variables in the function/ subroutine as local variables
True
False
EXPOSE variable-1 ... varible-n
Allow Variable-1 through variable-n to be shared with the main part of the program
Used with the PROCEDURE instruction
suppress Variable-1 through variable-n not to be share with main part of the program
All the above
OTHERWISE should be specified along with SELECT instruction.
If I am given an infinite memory space, which algorithm will I use to sort a set of natural numbers with best time complexity?
Merge sort
Heap sort
Counting sort
Bubble sort
What is the best time complexity for Merge sort?
n^2
n
logn
nlogn
I have two 'bin's containing natural numbers (both equal size 'n'), and I am told to take out two numbers, one from each 'bin'. Each time I select the numbers, I find their summation. This process continues till the 'bin's are exhausted. I have to find out whether all such summations can be equal. With what best time complexity can I check whether this is possible or not?
n^n
n^2logn
Which of the below media types hold the most information?
Blu-ray
CD
DVD
Floppy diskette
If I am given a list of numbers, what will be the best time complexity to find out the maximum number from the list?
Which of the below utilities allow you to view a drives partition information?
Chkdsk
Disk Management
Device Manager
Scandisk