Cit 237
Cit 237
Q1 programme is a collection of logical declarations about what outcome a function should accomplish
Budget
event driven
logic
None of the above
Q5 The path that starts and ends at the same vertex and passes through all the other vertices exactly once is called?
Knapsack problem
Bin packing
Hamiltonian circuit
Encapsulation
Q6 Which of the following options classifies problems according to their inherent difficulty?
Computational explicity
Computational polynomial
Computational Complexity
None is correct
Q14 Which of the options divide its input's elements according to their position in the array?
Quicksort
Mergesort
Binary
All of the options
Q15 Which of the following sorting algorithms with a time complexity of O(n log(n)) even in the worst case?
Heapsort
Mergesort
Binary
Options A and B
Q16 Which of the options divide its input's elements according to their value?
Quicksort
Mergesort
Binary
All of the options
Q18 The ideal sorting algorithm would have the following properties,except?
Stable
Operate in place
Adaptive
None of the options is correct
Q19 Which of the following algorithms works by recursively breaking down a problem into two or more sub-problems of the same
type?
Quicksort
Mergesort
divide and conquer
Binary
Q20 Which of the following sorting algorithms maintain the relative order of records with equal keys?
Quicksort
Stable
Mergesort
Unstable
Q21 Programs for use by institutions to manage their information systems are regarded as
Management Information System
Artificial Intelligence
Transaction Information Systems
Scientific Computing
Q22 programme is a collection of logical declarations about what outcome a function should accomplish
Budget
event driven
logic
None of the options
Q24 ...is a data structure in which insertion and deletion can only be done at one end
Queue
Data structure
algorithms
Stack