Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

WGU C949 EXAM PRACTICE QUESTIONS AND CORRECT ANSWERS!

Puntuación
-
Vendido
-
Páginas
16
Grado
A+
Subido en
07-08-2025
Escrito en
2025/2026

WGU C949 EXAM PRACTICE QUESTIONS AND CORRECT ANSWERS!

Institución
C949
Grado
C949

Vista previa del contenido

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²)

Escuela, estudio y materia

Institución
C949
Grado
C949

Información del documento

Subido en
7 de agosto de 2025
Número de páginas
16
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$13.99
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF


Documento también disponible en un lote

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
QUINTER New York College Of Dentistry
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
401
Miembro desde
3 año
Número de seguidores
106
Documentos
39878
Última venta
8 horas hace

3.6

70 reseñas

5
34
4
10
3
8
2
2
1
16

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes