- 1. it's a step by step instructions to accomplish the tasks
A) AI B) Teacher C) Algorithm
- 2. raw and unorganized facts
A) Array B) Information C) Data
A) Information B) Data C) Array
- 4. a collection of items arranged in a systematic way, often in rows and columns
A) Information B) Data C) Array
- 5. how many dimensional are ther?
A) 2 B) 3 C) 4
A) Software development life cycle B) Software developer life cycle
A) indefinite B) finite C) definite
A) indefinite B) definite C) finite
A) finite B) definite C) indefinite
- 10. is a way to describe how the time or space needed by an algorithm grows as the size of the input increases.
A) Average case B) Worst case scenario C) Big O Notation
- 11. the algorithm performs the least efficiently or takes the maximum amount of time or resources among all possible input data
A) Average case B) Big O Notation C) Worst case scenario
- 12. seeks to determine its expected performance over all possible inputs
A) Average case B) Big O Notation C) Worst case scenario
- 13. the condition that allows an algorithm to complete statement execution in the shortest amount of time
A) Space complexity B) Best case C) Time complexity
- 14. he amount of time it takes for each statement to complete
A) Time complexity B) Space complexity C) Best case
- 15. the total amount of memory space used by an algorithm/program, including the space of input values for execution
A) Time complexity B) Best case C) Space complexity
- 16. inserting a new element in the stack is termed
A) Push B) Pop
- 17. Removing or deleting elements from the stack is termed
A) Pop B) Push
- 18. its not moving and a stationary or fixed
A) Static B) Dynamic
- 19. capable of action and/or change,
A) Static B) Dynamic
- 20. to reduce the Data repeatedly
A) redundancy B) algorithm
|