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

COS1512 EXAM PACK

Puntuación
4.5
(2)
Vendido
17
Páginas
105
Subido en
30-04-2019
Escrito en
2016/2017

This exam pack contains exam papers and memorandums from 2014 through to 2017. It has a total of 7 exam papers that have been compiled from UNISA model answers and tutors. Not only is this an excellent learning tool but actual questions have repeated themselves several times. This is a must have to maximize and enhance your marks.

Mostrar más Leer menos
Institución
Grado

Vista previa del contenido

This EXAM PACK contains the following solutions:



• COS1512 – May/ June 2014
• COS1512 – May/ June 2015
• COS1512 – Oct/ Nov 2015
• COS1512 – May/ June 2016
• COS1512 – Oct/ Nov 2016
• COS1512 – May/June 2017 P1
• COS1512 – May/June 2017 P2

, COS1512/104/2/2015
5 LAYOUT OF EXAMINATION PAPER

This section provides estimates of the marks allocated per question to different sections of the
work. You will need to know all the work which has been outlined in Tutorial Letter 101. The mark
allocation will approximately be as follows:

Question 1: +/- 4 marks: C strings
Question 2: +/- 4 marks: recursion
Question 3: +/- 5 marks: pointers
Question 4: +/- 27 marks: class definition and implementation
Question 5: +/- 10 marks: file processing
Question 6: +/- 15 marks: inheritance
Question 6: +/- 10 marks: vectors and templates

Please note that we test all the work. This outline points out the most important aspects tested in
each question.


6 PREVIOUS EXAMINATION PAPER
The examination paper which is used for this section is on myUnisa. It is the May/June 2014
examination paper. Please download the examination paper. We have only included the
memorandum for the examination.

Memorandum for May 2014 Exam




double computeBill(double price)
{
return price * 1.14;
}
double computeBill(double price, int quantity)
{
return (price * quantity) * 1.14;
}
double computeBill(double price, int quantity, double coupon)
{
double total = (price * quantity - coupon) * 1.14;
return total;
}



int main()
{
double price = 12.99;
int quantity = 10;
double coupon = 5.00;

, cout << "Amount = " << computeBill(9.99);
cout << "Amount = " << computeBill(9.99, 10);
cout << "Amount = " << computeBill(9.99, 10, 50.00);
}




Rectangle duplicate (Rectangle & rect1 , Rectangle & rect2 )
{
rect1.width = rect2.width;
rect1.height = rect2.height;
}



friend Rectangle duplicate (Rectangle & rect1, Rectangle & rect2);

duplicate (foo, bar);




3.1 SS.push_back("The number is 10"); (1)

3.2 cout << SS.size() << endl; (1)
3.3 cout << SS[2] << endl; (1)
3.4 int ii; (2)
for(ii=0 ; ii < SS.size() ; ii++)
{
cout << SS[ii] << endl;
}




4.1 if (n == 0) (1)
4.2 We are busy with recursion111 (1)




1. #include <fstream> // file i/o

2. ifstream input;

3. input.open(name);
if(!input)
{
cout << "Cannot open file " << name << " Aborting." << endl;


6

, COS1512/104/2/2015
exit (1);
}

4. while(input)

5. input.close();




The declaration int * pOne; declares pOne to be a pointer pointing to an int value. (1)
The declaration int vTwo; declares pTwo as an int value. (1)
The statement int * pThree = &vTwo; declares a pointer to an integer and initializes it with the
address of another variable of vTwo. (1)

The declaration int * q = p; declares q to be a pointer pointing to the same int to which p points.
The assignment n = *p; assigns to n the int to which p points. (2)

6.2.2 The declaration int & r = n; declares r to be a reference for the int variable n. (2)
The assignment p = &n; assigns the address of n to the pointer p.

6.3.1 123456789
6.3.2 10 1 2 3 4 5 6 7 8 9
6.3.3 0123456789




class Product
{
public:
Product();
Product(long, double, double, long);
void display();
double retailPrice();
void modify();
Product increment();
Product decrement();
private:
long id;
double price;
double markup;
long number;
};



#include <iostream>

Escuela, estudio y materia

Institución
Grado

Información del documento

Subido en
30 de abril de 2019
Número de páginas
105
Escrito en
2016/2017
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

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

Reseñas de compradores verificados

Se muestran los 2 comentarios
6 año hace

5 año hace

4.5

2 reseñas

5
1
4
1
3
0
2
0
1
0
Reseñas confiables sobre Stuvia

Todas las reseñas las realizan usuarios reales de Stuvia después de compras verificadas.

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.
neilgovender2020 University of South Africa (Unisa)
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
93
Miembro desde
6 año
Número de seguidores
76
Documentos
11
Última venta
1 año hace

3.9

14 reseñas

5
6
4
4
3
2
2
0
1
2

Documentos populares

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