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 3 out of 17 pages
Exam (elaborations)

WGU C949 | QUESTIONS AND VERIFIED ANSWERS | COMPREHENSIVE STUDY GUIDE|A+ STUDY RESOURCE | BRAND NEW 2026/2027 UPDATE

Document preview thumbnail
Preview 3 out of 17 pages

WGU C949 | QUESTIONS AND VERIFIED ANSWERS | COMPREHENSIVE STUDY GUIDE|A+ STUDY RESOURCE | BRAND NEW 2026/2027 UPDATE

Content preview

A functions whose cost scales linearly with the size of the input -

ANSWER :

O(n)



A functions whose cost scales logarithmically with the input size -

ANSWER :

O(log n)



Iterating over a collection of data once often indicates an ______ algorithm. (alphabet for-
loop example) -

ANSWER :

O(n)



Which type of function works by breaking down large problem into smaller and smaller
chunks? -

ANSWER :

O(log n)



As the size of the input grows the cost of the algorithm does not increase at the same rate.
The overall cost of performing an operation on 1,000,000 items is only twice that of per-
forming the operation on 1,000 items. -

ANSWER :

O(log n)




1

,A function that exhibits quadratic growth relative to the input size -

ANSWER :

O(n^2)



Which type of function gets really expensive really quickly? -

ANSWER :

O(n^2)



An example of this type of function is doubly nested loop -

ANSWER :

O(n^2)



A function that has two inputs that contribute to growth -

ANSWER :

O(nm)



An example of this type of function is when there is a nested loop that iterates of two dis-
tinct collections of data -

ANSWER :

O(nm)



Are Big-O cases used in the best or worst situations? -

ANSWER :

Worst



A container where data is stored in nodes consisting of a single data item and a reference to
the next node -

ANSWER :

2

, Linked List



Which statement is static?



readonly Contact[] contacts = new Contact[];



readonly Contact contacts = new Contacts[100]; -

ANSWER :

readonly Contact contacts = new Contacts[100];



A ______ is a container where nodes of data are linked together into a list -

ANSWER :

Linked List



Linking together complex nodes into a single structure -

ANSWER :

Linked List



Each link in a chain for a linked lists is called a ______ -

ANSWER :

node



What two things do nodes contain? -

ANSWER :

1. the value

2. reference to next item in the list




3

Document information

Uploaded on
July 10, 2026
Number of pages
17
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.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.
THESTUDYVAULT
3.1
(15)
Sold
120
Followers
5
Items
12636
Last sold
1 day 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