WGU D684 Ultimate Practice Exam:
Core Questions with Verified Answers
& In-Depth Rationales for the
Objective Assessment
1. What are the four pillars of computational thinking?
A) Analysis, Design, Implementation, Testing
B) Decomposition, Pattern Recognition, Abstraction, Algorithm Design
C) Input, Processing, Output, Storage
D) Syntax, Semantics, Logic, Debugging
Answer: B) Decomposition, Pattern Recognition, Abstraction,
Algorithm Design
Rationale: Computational thinking is a problem-solving methodology that
involves breaking down complex problems (decomposition), identifying
similarities (pattern recognition), focusing on essential details while
ignoring irrelevant ones (abstraction), and developing step-by-step
solutions (algorithm design).
2. Which computational thinking skill involves breaking a large
problem into smaller, more manageable parts?
A) Abstraction
B) Pattern Recognition
C) Decomposition
D) Algorithm Design
,Answer: C) Decomposition
Rationale: Decomposition is the process of dividing a complex problem
into smaller, more manageable sub-problems that can be solved
independently.
3. What is an algorithm?
A) A physical component of a computer
B) A step-by-step procedure or set of rules designed to solve a
specific problem
C) A type of data structure
D) A programming language
Answer: B) A step-by-step procedure or set of rules designed to solve a
specific problem
Rationale: An algorithm is a finite sequence of well-defined instructions
that, when executed, accomplishes a particular task or solves a specific
problem.
4. Which computational thinking concept involves focusing on
essential characteristics while ignoring irrelevant details?
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: C) Abstraction
Rationale: Abstraction involves simplifying complex systems by focusing
only on the essential features and hiding unnecessary details, making
problems easier to understand and solve.
,5. Identifying similarities or common differences between problems is
known as:
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: B) Pattern Recognition
Rationale: Pattern recognition is the process of identifying similarities,
trends, or regularities in data or problems, which can help in finding
efficient solutions.
6. Which of the following is NOT a characteristic of computational
thinking?
A) Breaking down complex problems
B) Recognizing patterns
C) Memorizing code syntax
D) Designing step-by-step solutions
Answer: C) Memorizing code syntax
Rationale: Computational thinking is about problem-solving strategies and
approaches, not about memorizing programming language syntax. It is a
way of thinking, not a specific technical skill.
7. A programmer uses a flowchart to plan a program. This is an
example of:
A) Decomposition
B) Pattern Recognition
C) Abstraction
, D) Algorithm Design
Answer: D) Algorithm Design
Rationale: Creating a flowchart is a method of algorithm design—visually
representing the step-by-step process of solving a problem.
8. When a developer reuses a sorting function from a previous project
because it solves a similar problem, they are using:
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: B) Pattern Recognition
Rationale: Recognizing that a previous solution can be applied to a new,
similar problem is pattern recognition—identifying commonalities between
different problems.
9. Which computational thinking skill is most critical when designing a
program that handles millions of data points?
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: C) Abstraction
Rationale: When handling large amounts of data, abstraction is essential to
focus on relevant patterns and ignore irrelevant details, making the
problem manageable.
Core Questions with Verified Answers
& In-Depth Rationales for the
Objective Assessment
1. What are the four pillars of computational thinking?
A) Analysis, Design, Implementation, Testing
B) Decomposition, Pattern Recognition, Abstraction, Algorithm Design
C) Input, Processing, Output, Storage
D) Syntax, Semantics, Logic, Debugging
Answer: B) Decomposition, Pattern Recognition, Abstraction,
Algorithm Design
Rationale: Computational thinking is a problem-solving methodology that
involves breaking down complex problems (decomposition), identifying
similarities (pattern recognition), focusing on essential details while
ignoring irrelevant ones (abstraction), and developing step-by-step
solutions (algorithm design).
2. Which computational thinking skill involves breaking a large
problem into smaller, more manageable parts?
A) Abstraction
B) Pattern Recognition
C) Decomposition
D) Algorithm Design
,Answer: C) Decomposition
Rationale: Decomposition is the process of dividing a complex problem
into smaller, more manageable sub-problems that can be solved
independently.
3. What is an algorithm?
A) A physical component of a computer
B) A step-by-step procedure or set of rules designed to solve a
specific problem
C) A type of data structure
D) A programming language
Answer: B) A step-by-step procedure or set of rules designed to solve a
specific problem
Rationale: An algorithm is a finite sequence of well-defined instructions
that, when executed, accomplishes a particular task or solves a specific
problem.
4. Which computational thinking concept involves focusing on
essential characteristics while ignoring irrelevant details?
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: C) Abstraction
Rationale: Abstraction involves simplifying complex systems by focusing
only on the essential features and hiding unnecessary details, making
problems easier to understand and solve.
,5. Identifying similarities or common differences between problems is
known as:
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: B) Pattern Recognition
Rationale: Pattern recognition is the process of identifying similarities,
trends, or regularities in data or problems, which can help in finding
efficient solutions.
6. Which of the following is NOT a characteristic of computational
thinking?
A) Breaking down complex problems
B) Recognizing patterns
C) Memorizing code syntax
D) Designing step-by-step solutions
Answer: C) Memorizing code syntax
Rationale: Computational thinking is about problem-solving strategies and
approaches, not about memorizing programming language syntax. It is a
way of thinking, not a specific technical skill.
7. A programmer uses a flowchart to plan a program. This is an
example of:
A) Decomposition
B) Pattern Recognition
C) Abstraction
, D) Algorithm Design
Answer: D) Algorithm Design
Rationale: Creating a flowchart is a method of algorithm design—visually
representing the step-by-step process of solving a problem.
8. When a developer reuses a sorting function from a previous project
because it solves a similar problem, they are using:
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: B) Pattern Recognition
Rationale: Recognizing that a previous solution can be applied to a new,
similar problem is pattern recognition—identifying commonalities between
different problems.
9. Which computational thinking skill is most critical when designing a
program that handles millions of data points?
A) Decomposition
B) Pattern Recognition
C) Abstraction
D) Algorithm Design
Answer: C) Abstraction
Rationale: When handling large amounts of data, abstraction is essential to
focus on relevant patterns and ignore irrelevant details, making the
problem manageable.