WGU C949 FINAL EXAM QUESTIONS AND
CORRECT ANSWERS!!
Which term refers to a template for creating an object?
A. Application
B. Class
C. Algorithm
D. Method
B. Class
Which characteristic of an algorithm is independent in nature?
A. Uses Python to implement the algorithm
B. Uses MySQL for the database needs of the algorithm's application
C. Uses Windows to install the application
D. Uses an agnostic code repository
D. Uses an agnostic code repository
What is referred to as a data structure that stores subitems?
Record
Which factor takes the ability to easily update an algorithm into consideration
Maintainability
What is a component of an algorithm that specifies a stopping point?
Finiteness
Which term refers to a type of search algorithm?
A. Linear
B. Divide-and-conquer
C. Greedy
D. Quicksort
A. Linear
, What is a high-level consideration in an algorithm's design?
A. Simplicity
B. Database Type
C. Finiteness
D. Browser type
A. Simplicity
What is the primary method used to search for an item in a sorted array
Binary search
Which review of an algorithm happens after implementation
A posteriori analysis
Which factor helps measure the reusability of an algorithm?
Extensibility
Which search algorithm utilizes the divide-and-conquer strategy?
A. Insertion search
B. Bubble search
C. Linear search
D. Binary Search
D. Binary search
Which algorithm requires data sorting as its first step?
A. Recursive
B. Linear
C. Binary
D. Merge
C. Binary
What does a time complexity analysis of an algorithm include?
A. Memory usage
B. Efficiency analysis
CORRECT ANSWERS!!
Which term refers to a template for creating an object?
A. Application
B. Class
C. Algorithm
D. Method
B. Class
Which characteristic of an algorithm is independent in nature?
A. Uses Python to implement the algorithm
B. Uses MySQL for the database needs of the algorithm's application
C. Uses Windows to install the application
D. Uses an agnostic code repository
D. Uses an agnostic code repository
What is referred to as a data structure that stores subitems?
Record
Which factor takes the ability to easily update an algorithm into consideration
Maintainability
What is a component of an algorithm that specifies a stopping point?
Finiteness
Which term refers to a type of search algorithm?
A. Linear
B. Divide-and-conquer
C. Greedy
D. Quicksort
A. Linear
, What is a high-level consideration in an algorithm's design?
A. Simplicity
B. Database Type
C. Finiteness
D. Browser type
A. Simplicity
What is the primary method used to search for an item in a sorted array
Binary search
Which review of an algorithm happens after implementation
A posteriori analysis
Which factor helps measure the reusability of an algorithm?
Extensibility
Which search algorithm utilizes the divide-and-conquer strategy?
A. Insertion search
B. Bubble search
C. Linear search
D. Binary Search
D. Binary search
Which algorithm requires data sorting as its first step?
A. Recursive
B. Linear
C. Binary
D. Merge
C. Binary
What does a time complexity analysis of an algorithm include?
A. Memory usage
B. Efficiency analysis