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)

WGU C949 EXAM PRACTICE QUESTIONS AND CORRECT ANSWERS!

Rating
-
Sold
-
Pages
16
Grade
A+
Uploaded on
07-08-2025
Written in
2025/2026

WGU C949 EXAM PRACTICE QUESTIONS AND CORRECT ANSWERS!

Institution
C949
Course
C949

Content preview

WGU C949 EXAM PRACTICE QUESTIONS
AND CORRECT ANSWERS!!
What is the order of the Big O-Notation from quickest to slowest?

O(1) - Constant Time

O(log n) - Logarithmic Time

O(n) - Linear Time

O(n log n) - Log-Linear Time

O(n²) - Quadradic Time

O(2^n) - Exponential Time

O(!) - Factorial Time

What is a Class?

Blueprint or template for creating objects. It defines a set of properties (attributes) and behaviors

(methods) that an object created from the class can have.

What is an attribute?

Variables that hold data related to the class. They define the state of an object.



Defined within the __init__ method using self.

What is a method?

Functions defined within a class that operate on its attributes or perform actions.

Python: Defined with def keyword within the class.

What is finiteness in an algorithm?

,An algorithm must always have a finite number of steps before it ends.

What is the Modularity factor of an algorithm?

An algorithm should be able to be broken down into small-small modules or small-small step.

What is the Extensibility factor of an algorithm?

An algorithm should allow the addition of new capabilities or functionality.

What is Definiteness in an algorithm?

An algorithm needs to have exact definitions for each step.

What is a recursive algorithm?

A recursive algorithm calls itself as part of its solution.

What is a base case?

This is the condition under which the recursion stops. It represents the simplest instance of the

problem, which can be solved directly without further recursion.

What is a linear search?

Definition: A simple algorithm that searches for a target value in a list by checking each

element, one by one, from the beginning to the end.

Time Complexity:

Best Case: O(1)

Average Case: O(n)

Worst Case: O(n)

, What is a binary search?

Definition: A search algorithm that finds the position of a target value within a sorted list by

repeatedly dividing the search interval in half. Divide and Conquer

Time Complexity:

Best Case: O(1)

Average Case: O(log n)

Worst Case: O(log n)

What is a bubble sort?

Definition: Iterates through a list comparing adjacent elements and swapping them.

Time Complexity:

Best Case: O(n)

Average Case: O(n²)

Worst Case: O(n²)

What is a selection sort?

Definition: Repeatedly finds the lowest value and swaps it with the current element being

examined.

Time Complexity:

Best Case: O(n²)

Average Case: O(n²)

Written for

Institution
C949
Course
C949

Document information

Uploaded on
August 7, 2025
Number of pages
16
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$13.99
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


Also available in package deal

Thumbnail
Package deal
BUNDLE OF WGU C949 EXAMS ALL WITH QUESTIONS AND 100% CORRECT ANSWERS
-
8 2025
$ 45.49 More info

Get to know the seller

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.
QUINTER New York College Of Dentistry
View profile
Follow You need to be logged in order to follow users or courses
Sold
401
Member since
3 year
Number of followers
106
Documents
39878
Last sold
9 hours ago

3.6

70 reviews

5
34
4
10
3
8
2
2
1
16

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