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
Exam (elaborations)

C949 WGU Terminology and answers

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
17-10-2024
Written in
2024/2025

C949 WGU Terminology and answers recorddata structure that stores subitems, with a name associated with each subitem arraya data structure that stores an ordered list of items, with each item is directly accessible by a positional index homogeneous data elements linked listdata structure that stores *ordered* list of items in nodes, where each node stores data and has a pointer to the next node; can have multiple subitems binary treeA data structure that consists of nodes, with one root node at the base of the tree, and two nodes (left child and right child) extending from the root, and from each child node can have no children, single left or right, or both right and left hash tabledata structure that stores *unordered* items by mapping (or hashing) each item to a location in an array max-heapa tree that maintains the simple property that a node's key is greater than or equal to the node's childrens' keys min-heapa tree that maintains the simple property that a node's key is less than or equal to the node's childrens' keys graphdata structure for representing connections among items, and consists of vertices connected by edges verticepart of a graph the represents an item in a graph

Show more Read less
Institution
C949
Course
C949

Content preview

C949 WGU Terminology and answers
record✔✔data structure that stores subitems, with a name associated with each
subitem

array✔✔a data structure that stores an ordered list of items, with each item is directly
accessible by a positional index

homogeneous data elements

linked list✔✔data structure that stores *ordered* list of items in nodes, where each
node stores data and has a pointer to the next node; can have multiple subitems

binary tree✔✔A data structure that consists of nodes, with one root node at the base
of the tree, and two nodes (left child and right child) extending from the root, and
from each child node

can have no children, single left or right, or both right and left

hash table✔✔data structure that stores *unordered* items by mapping (or hashing)
each item to a location in an array

max-heap✔✔a tree that maintains the simple property that a node's key is greater
than or equal to the node's childrens' keys

min-heap✔✔a tree that maintains the simple property that a node's key is less than
or equal to the node's childrens' keys

graph✔✔data structure for representing connections among items, and consists of
vertices connected by edges

vertice✔✔part of a graph the represents an item in a graph

edge✔✔part of a graph that represents a connection between to vertices in a graph

what is an advantage of a linked list over an array?✔✔when inserting a new item at
the beginning it causes no shift to the data

ADT (Abstract data Type)✔✔data type described by predefined user operations,
such as "insert data at rear", without indication how each operation is implemented

list✔✔ADT for holding ordered data

stack✔✔ADT which items are only inserted on or removed from the top of a stack

LIFO

, Queue✔✔ADT in which items are inserted at the end of the queue and removed
from the front of the queue

FIFO

deque ("deck")✔✔ADT in which items can be removed at both the front and back

Bag✔✔ADT for stroing items in which the order does not matter and duplicate items
are allowed

Set✔✔ADT for collection of distinct items

common underlying DS: Binary search tree, hash table

Priority Queue✔✔a queue in which the highest-priority elements are removed first;
within a priority value, the earliest arrival is removed first.

common underlying DS: heap

Dictionary (map)✔✔ADT that associates (or maps) keys with values

common underlying DS: has table, binary search tree

List, Bag✔✔ADTs with array, linked list as common underlying DS

Stack, Queue, Deque✔✔ADTs with linked list as their only common underlying DS

Peek✔✔ADT operation for a queue that returns but does not remove item at the
front of the queue

identity✔✔unique identifier that describes the object

//✔✔symbol for floored division

tuple✔✔behaves similar to a list but is immutable -- once created the els can not be
chagned

const array/list

for i in range(0)✔✔sets i to 0 during the first iteration of the for loop, i to 1 during the
second iteration, and finally i to 2 on the third iteration. The value within the
parentheses is not included in the generated sequence.

range(5, -6, -1)✔✔code for every int form 5 down to -5

range(10, 21, 2)✔✔code for every 2nd int from 10 to 20

polymorphism✔✔functional behavior depends on the argument types

Written for

Institution
C949
Course
C949

Document information

Uploaded on
October 17, 2024
Number of pages
6
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$8.49
Get access to the full document:

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

Get to know the seller
Seller avatar
ExamZen

Also available in package deal

Thumbnail
Package deal
C949 WGU questions and answers PACKAGE
-
5 2024
$ 30.97 More info

Get to know the seller

Seller avatar
ExamZen Liberty University
View profile
Follow You need to be logged in order to follow users or courses
Sold
16
Member since
1 year
Number of followers
3
Documents
539
Last sold
1 month ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

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