Cos 1512 - Study guides, Class notes & Summaries

Looking for the best study guides, study notes and summaries about Cos 1512? On this page you'll find 20 study documents about Cos 1512.

Page 2 out of 20 results

Sort by

COS1512_Exam+Tutorial_2016_Semester_1
  • COS1512_Exam+Tutorial_2016_Semester_1

  • Exam (elaborations) • 10 pages • 2021
  • COS1512_Exam+Tutorial_2016_Semester_1
    (0)
  • $11.99
  • + learn more
Tutorial Letter 101/0/2021 Introduction to Programming II COS1512 Year module School of Computing
  • Tutorial Letter 101/0/2021 Introduction to Programming II COS1512 Year module School of Computing

  • Exam (elaborations) • 9 pages • 2021
  • This module introduces students to the design, implementation and evaluation of algorithmsbased, structured object-oriented computer programs, with the fundamentals of simple data structures, (including object-orientation). Students are equipped to think logically, creatively, and conceptually and to recognize the design rules, techniques, and components in order to compose and present a functional working program solution to a perceived computing problem of a client, for the applicatio...
    (0)
  • $6.39
  • + learn more
COS1512 Semester 2  School of Computing This tutorial letter contains the solution to Assignment 2
  • COS1512 Semester 2 School of Computing This tutorial letter contains the solution to Assignment 2

  • Exam (elaborations) • 32 pages • 2022
  • COS1512 Semester 2 School of Computing This tutorial letter contains the solution to Assignment 2
    (0)
  • $7.49
  • + learn more
COS 1512 ASSIGNMENT 1
  • COS 1512 ASSIGNMENT 1

  • Exam (elaborations) • 11 pages • 2021
  • Question 1 INPUT: #include <iostream> using namespace std; void calcCharges(int daysInHospital, double dayRate, double mediCharges, double serviceCharges) { double totalCharges; totalCharges = ((daysInHospital * dayRate) + mediCharges + serviceCharges); (ios::fixed); (ios::showpoint); sion(2); cout << "The Total Charges for hospital stay is: R" << totalCharges; } int main() { int daysInHospital; double dayRate, mediCharges, serviceCharges; char pa...
    (0)
  • $3.49
  • + learn more
COS 1512 ASSIGNMENT 2
  • COS 1512 ASSIGNMENT 2

  • Exam (elaborations) • 7 pages • 2021
  • Question 1 Consider the following structure used to keep record of a meeting: struct Meeting { string speaker; string topic; string venue; string date; } Turn the meeting struct into a class. The class should have member variables for all the values in the corresponding struct. Make all member variables private. Include public member functions for each of the following:  a default constructor that sets the string data members to blank strings;  member functions to set each of ...
    (0)
  • $3.49
  • + learn more
Theoretical Computer Science II COS2601 Semester 1 School of Computing
  • Theoretical Computer Science II COS2601 Semester 1 School of Computing

  • Exam (elaborations) • 11 pages • 2022
  • Theoretical Computer Science II COS2601 Semester 1 School of Computing
    (0)
  • $7.49
  • + learn more
COS 1512 ASSIGNMENT 1
  • COS 1512 ASSIGNMENT 1

  • Exam (elaborations) • 5 pages • 2021
  • Question 1 //Calculate tuition fees based on number of new modules //and the number of repeat modules #include <iostream> using namespace std; int calcFees (int numberOfNewModules, float nModFee) { return (numberOfNewModules * nModFee); } int calcFees (int numberOfNewModules, float newModFee, int numberOfRepeatModules, float repeatModFee) { return (numberOfNewModules * newModFee + numberOfRepeatModules * repeatModFee); } int main() { int numberOfRepeatModules, numberOfNe...
    (0)
  • $3.49
  • + learn more
COS1512_Exam Tutorial_2016_Semester_2
  • COS1512_Exam Tutorial_2016_Semester_2

  • Exam (elaborations) • 10 pages • 2021
  • COS1512_Exam Tutorial_2016_Semester_2. questions and answers
    (0)
  • $12.49
  • + learn more
Cos1512 Assignment2 2020.pdf
  • Cos1512 Assignment2 2020.pdf

  • Exam (elaborations) • 10 pages • 2021
  • Cos1512 Assignment2
    (0)
  • $8.49
  • + learn more
COS1512 ASSIGNMENT 4 2021 latest update
  • COS1512 ASSIGNMENT 4 2021 latest update

  • Exam (elaborations) • 2 pages • 2021
  • NB: This assignment requires you to first do (code) the questions in the written assignment, and once that is completed, to do an online assessment for Assignment 4. You will not submit the written Assignment 4 on myUnisa. Instead, you will do the Online Assessment for Assignment 4 in the COS1512 site in myUnisa. The Online Assessment for Assignment 4 will be available on 16 August, and must be done by 30 August. Note that you will not be able to do the Online Assessment for Assignment 4 befor...
    (0)
  • $10.49
  • + learn more