(NEWEST) WGU C949 ESSENTIALS TEST QUESTIONS AND
ALL ANSWERS VERIFIED
What are an algorithm's six characteristics?
Clarity
Finiteness: a predetermined destination, result, or number of steps
Clearly defined inputs
Feasibility and Effectiveness: feasible and achievable.
Independence of language
Clearly defined results
Which eight factors make up an algorithm?
The ability to be modular
Accuracy
Sustainability
Usability
Strongness
Easy to use
Easyness
Flexibility
What kind of simple algorithm tries every potential answer in its entirety?
Algorithm of Brute Force
Which algorithmic technique applies itself recursively and divides an issue into
smaller, related subproblems?
The Recursive Algorithm
Which kind of algorithm is employed in cryptographic procedures to convert
data into a safe, unintelligible format?
Cryptography Algorithm
, Which kind of algorithm investigates possible solutions by reversing decisions
that provide an inaccurate result?
Retracing the Algorithm
What kind of algorithm is intended to locate a certain target in a dataset?
Algorithm for Searching
What kind of algorithm seeks to put components in a particular order?
Sorting Method
For quick access in hash tables, what kind of technique transforms data into a
fixed-size hash value?
The Hashing Algorithm
Which algorithm divides a complicated problem into smaller ones and then
aggregates the answers?
Algorithm of Divide and Conquer
Which kind of algorithm looks for a global optimum by making locally optimal
decisions at each stage?
The greedy algorithm
Which kind of algorithm improves efficiency when tackling difficult tasks by
storing and reusing intermediate results?
Algorithm for Dynamic Programming
In order to get a solution, what kind of algorithm uses randomization in its
steps?
Algorithm Randomization
What determines the algorithm's time and space complexity prior to execution
using asymptotic notation?
Prior to analysis
ALL ANSWERS VERIFIED
What are an algorithm's six characteristics?
Clarity
Finiteness: a predetermined destination, result, or number of steps
Clearly defined inputs
Feasibility and Effectiveness: feasible and achievable.
Independence of language
Clearly defined results
Which eight factors make up an algorithm?
The ability to be modular
Accuracy
Sustainability
Usability
Strongness
Easy to use
Easyness
Flexibility
What kind of simple algorithm tries every potential answer in its entirety?
Algorithm of Brute Force
Which algorithmic technique applies itself recursively and divides an issue into
smaller, related subproblems?
The Recursive Algorithm
Which kind of algorithm is employed in cryptographic procedures to convert
data into a safe, unintelligible format?
Cryptography Algorithm
, Which kind of algorithm investigates possible solutions by reversing decisions
that provide an inaccurate result?
Retracing the Algorithm
What kind of algorithm is intended to locate a certain target in a dataset?
Algorithm for Searching
What kind of algorithm seeks to put components in a particular order?
Sorting Method
For quick access in hash tables, what kind of technique transforms data into a
fixed-size hash value?
The Hashing Algorithm
Which algorithm divides a complicated problem into smaller ones and then
aggregates the answers?
Algorithm of Divide and Conquer
Which kind of algorithm looks for a global optimum by making locally optimal
decisions at each stage?
The greedy algorithm
Which kind of algorithm improves efficiency when tackling difficult tasks by
storing and reusing intermediate results?
Algorithm for Dynamic Programming
In order to get a solution, what kind of algorithm uses randomization in its
steps?
Algorithm Randomization
What determines the algorithm's time and space complexity prior to execution
using asymptotic notation?
Prior to analysis