100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4.2 TrustPilot
logo-home
Examen

COS1512 Exam pack 2025(Introduction to Programming II) questions and answers

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

COS1512 Exam pack 2025(Introduction to Programming II) questions and answers

Institución
Grado











Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
Grado

Información del documento

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

Temas

Vista previa del contenido

COS1512 EXAM PACK
2025

QUESTIONS AND
ANSWERS
FOR ASSISTANCE CONTACT
EMAIL:

, lOMoARcPSD|31863004




Question1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This question is based on question 1 in the written Assignment 4.
The program in question 1 of the written assignment, contains an incomplete recursive
functionraised_to_power(). This function returns the value of the first
parameternumber of typefloat raised to the value of the second parameter
power of
typeint for all values of
power greater than or equal to 0.
The correct function header for the function
raised_to_power() is
Select one:
float raised_to_power(float number, int power)
int raised_to_power(float number, int power)
float raised_to_power(int number, float power)
float raised_to_power(float number, float power)
Feedback
The correct answer is:
float raised_to_power(float number, int power)

Question2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This question is based on question 1(b) in the written Assignment 4.
The program in question 1 of the written assignment, contains an incomplete recursive
function raised_to_power(). This function returns the value of the first
parameternumber of typefloat raised to the value of the second parameter
power of
typeint for all values of
power greater than or equal to 0.
Based on the fact that any value raised to the power of 0 is 1, the base case for this
function is
Select one:
else if (power == 0)
return (1.0);
else if (power == 1)
return (1.0);
else if (power > 0)
return (1.0);

, lOMoARcPSD|31863004




else if (power == 0)
return (number * raised_to_power(number, power - 1));
Feedback
The correct answer is:
else if (power == 0)
return (1.0);

Question 3
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
This question is based on work for question 1 in the written Assignment 4.
With recursion, the base case must eventually be reduced to a general case.
Select one:
True
False
Feedback
The correct answer is 'False'.

Question 4
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
This question is based on question 2(a) in the written Assignment 4. Question 2 included
code fragment that you had to answer questions on. This is an extract from the code
fragment:
6: class A
7: {
8: private:
9: int x;
10: protected:
11: int getX();
12: public:
13: void setX();
14: };
15:
16: int A::getX()

, lOMoARcPSD|31863004




17: {
18: return x;
19: }
20:
21: void A::setX()
22: {
23: x=10;
24: }


The reason why line 18 is a valid access in this code fragment, is because the variable x is
private data member of the class A. Private data members can only be accessed by other
member functions and operators of the class A. getX() is a member function of class A and
therefore line 18 is a valid access.
Select one:
True
False
Feedback
The correct answer is 'True'.

Question 5
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
This question is based on question 2(c) in the written Assignment 4. Question 2 included
code fragment that you had to answer questions on. This is an extract from the code
fragment:
27: class B
28: {
29: private:
30: int y;
31: protected:
32: A objA;
33: int getY();
34: public:
35: void setY();
37: };
$2.50
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada

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.
gabrielmusyoka940 db
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
1461
Miembro desde
2 año
Número de seguidores
247
Documentos
1488
Última venta
4 días hace
Bstudy

provides latest exam paper

3.2

214 reseñas

5
68
4
28
3
49
2
20
1
49

Recientemente visto por ti

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