Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 40 pages
Exam (elaborations)

WGU C949 Data Structures and Algorithms Exam | 2026/2027 Edition (PDF)

Document preview thumbnail
Preview 4 out of 40 pages

INSTANT PDF DOWNLOAD — Verified WGU C949 Data Structures and Algorithms Exam | 2026/2027 Edition (PDF) resource with actual exam questions, coding tasks, and complete rationales. Comprehensive coverage includes arrays, linked lists, stacks, queues, trees, hash tables, recursion, sorting & searching algorithms, and Big‑O complexity analysis. Emphasis on applied reasoning, pseudocode tracing, and hands‑on coding in Python/Java ensures readiness for both Objective Assessment (OA) and Performance Assessment (PA). Designed for guaranteed A+ graded correctness and alignment with WGU curriculum, this study guide is ideal for students searching WGU C949 Exam PDF, Data Structures & Algorithms Study Guide, WGU C949 Verified Answers, WGU Test Bank 2026/2027, Algorithm Practice Workbook, and WGU Coding Exam Prep.

Content preview

,WGU C949 Data Structures and Algorithms Exam |
1. Which of the following is considered a primitive data type in most programming languages?

A) Array

B) Linked List

C) Integer

D) Stack



Correct Answer: Integer



Rationale: Primitive data types are the basic building blocks provided by programming languages and
include integers, characters, booleans, and floating-point numbers. Arrays, linked lists, and stacks are
non-primitive or abstract data structures built from primitive types.



2. What is the primary purpose of a data structure in computing?

A) To execute program instructions

B) To organize and store data efficiently

C) To compile source code

D) To manage network connections



Correct Answer: To organize and store data efficiently



Rationale: A data structure is a way of collecting and organizing data so that operations can be
performed on it effectively. It provides a framework for storing, accessing, and manipulating data. The
choice of data structure directly affects algorithm efficiency.



3. A data structure that stores subitems, with a name associated with each subitem, is known as a:

A) Array

B) Record

C) Linked List

,D) Stack



Correct Answer: Record



Rationale: A record stores subitems (often called fields) with a name associated with each subitem.
Arrays store ordered items accessible by index. Linked lists store items in nodes with pointers. Stacks
are LIFO structures.



4. Which characteristic defines an array data structure?

A) Items are stored in nodes with pointers to the next node

B) Each item is directly accessible by a positional index

C) Items are only inserted and removed from the top

D) Items are stored in key-value pairs



Correct Answer: Each item is directly accessible by a positional index



Rationale: An array stores an ordered collection of elements where each element is directly accessible
by a positional index. Node-based storage with pointers describes linked lists. Top-only access
describes stacks. Key-value pairs describe dictionaries or hash tables.



5. A linked list is best described as a data structure that:

A) Stores subitems with a name associated with each subitem

B) Stores an ordered list of items in nodes, where each node stores data and has a pointer to the next
node

C) Stores unordered items by mapping each item to a location in an array

D) Allows items to be inserted and removed only from the top



Correct Answer: Stores an ordered list of items in nodes, where each node stores data and has a
pointer to the next node

, Rationale: A linked list stores an ordered list of items in nodes, where each node stores data and has a
pointer to the next node. Records store named subitems. Hash tables use mapping. Stacks restrict
operations to the top.



6. Which abstract data type (ADT) follows the Last-In-First-Out (LIFO) principle?

A) Queue

B) Stack

C) Deque

D) Bag



Correct Answer: Stack



Rationale: A stack is an ADT in which items are only inserted on or removed from the top, following
the LIFO principle. A queue is FIFO, a deque allows removal at both ends, and a bag has no ordering.



7. Which abstract data type (ADT) follows the First-In-First-Out (FIFO) principle?

A) Stack

B) Queue

C) Deque

D) Priority Queue



Correct Answer: Queue



Rationale: A queue is an ADT in which items are inserted at the end and removed from the front,
following the FIFO principle. A stack is LIFO, a deque allows removal at both ends, and a priority
queue removes by priority.



8. A deque (double-ended queue) is an ADT in which items:

A) Are inserted and removed only from the top

B) Are inserted at the end and removed from the front

Document information

Uploaded on
August 18, 2026
Number of pages
40
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$14.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Lectben1
5.0
(2)
Sold
20
Followers
0
Items
617
Last sold
1 week ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions