This test is designed to check the analytical, logical and computer programming skills of an individual.
Double
Int
Char
Word
True
False
Buffer
Array
Function
True
False
First in Few Out
Few In Few out
First In First Out
Few In First Out
A is assinged t
A and t are equal
A is not equal to t
T is add to a
Loop in loop
Nested
Double loops
Array
Int
Stacks
Queues
True
False
An error you will never find
An error you find at the end when the program gives out a wrong value due to logic error
An error caused by language rules being broken.
An error due to user error
Cin
Cout>>
Cout
Output>>
Processor and memory
Complexity and capacity
Time and space
Data and space
Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm
Counting the maximum memory needed by the algorithm
Counting the minimum memory needed by the algorithm
Counting the average memory needed by the algorithm
Counting the maximum disk space needed by the algorithm
Best case
Worst case
Average case
Null case
Item is somewhere in the middle of the array
Item is not in the array at all
Item is the last element in the array
Item is the last element in the array or is not there at all
When Item is somewhere in the middle of the array
When Item is not in the array at all
When Item is the last element in the array
When Item is the last element in the array or is not there at all
Much more complicated to analyze than that of worst case
Much more simpler to analyze than that of worst case
Sometimes more complicated and some other times simpler than that of worst case
None or above
O(n)
O(log n)
O(n2)
O(n log n)
O(n)
O(log )
O(n2)
O(n log n)
O(n)
O(log n)
O(n2)
O(n log n)
O(n)
O(log n)
O(n2)
O(n log n)
Internal change
Inter-module change
Side effect
Side-module update
Wait!
Here's an interesting quiz for you.