Page 1 of 164
1
WGU C949 DATA STRUCTURES AND ALGORITHMS EXAM WITH PRE
ASSESMENT AND OBJECTIVE ASSESMENT QUESTION BANK COMPLETE
500+ QUESTIONS AND CORRECT DETAILED ANSWERS – LATEST
UPDATE THIS YEAR JUST RELEASED
WGU C949 DATA STRUCTURES AND ALGORITHMS PRE ASSESMENT
QUESTION: What is the primary method used to search for an item in a sorted array?
- Binary search
- Jump Search
- Exponential search
- Linear Search - ANSWER-Binary Search
QUESTION: Which review of an algorithm happens after implementation?
- Binary search
- A posteriori analysis
- A priori analysis
- Linear search - ANSWER-A posteriori analysis
QUESTION: Which factor helps measure the reusability of an algorithm?
- User adoption 1 / 4
Page 2 of 164
2
- Correctness
- Extensibility
- Flowchart - ANSWER-Extensibility
QUESTION: Which search algorithm utilizes the divide-and-conquer strategy?
- Insertion search
- Bubble search
- Linear search
- Binary search - ANSWER-Binary Search
QUESTION: Which algorithm requires data sorting as its first step?
- Recursive
- Linear
- Binary
- Merge - ANSWER-Binary
QUESTION: What does a time complexity analysis of an algorithm include?
- Memory usage 2 / 4
Page 3 of 164
3
- Efficiency analysis
- Screen load times
- Worst case - ANSWER-Worst case
- Application
- Class
- Method
- Algorithm - ANSWER-Class
What term refers to a template for creating an object?
QUESTION: Which characteristic of an algorithm is independent in nature?
- Uses Python to implement the algorithm
- uses MySQL for the database needs of the algorithm's application
- Uses Windows to install the application
- Uses an agnostic code repository - ANSWER-Uses an agnostic code repository
QUESTION: What is referred to as a data structure that stores subitems?
- Array
- Matrix 3 / 4
Page 4 of 164
4
- Record
- Graph - ANSWER-Record
QUESTION: Which factor takes the ability to easily update an algorithm into consideration?
- Scalability
- Feasability
- Maintainability
- Modularity - ANSWER-Maintainability
QUESTION: What is a component of an algorithm that specifies a stopping point?
- Sequencing
- Finiteness
- Iteration
- Looping - ANSWER-Finiteness
QUESTION: Which term refers to a type of search algorithm?
- Linear
- Divide-and-conquer
- / 4