0% found this document useful (0 votes)
34 views

C++ Programming: Subject Briefing SEM 3 (JAN JUN 2012)

This document outlines the syllabus for a C++ Programming course offered in the third semester of 2012. The course carries 2 credits and will be assessed through tests, quizzes, assignments, labs, and exams. The syllabus is divided into 6 units covering topics like basic C++ concepts, input/output, selection and repetition statements, functions, and arrays. Students must achieve a minimum pass mark of 50 to pass the course.

Uploaded by

Sue_Aziz
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

C++ Programming: Subject Briefing SEM 3 (JAN JUN 2012)

This document outlines the syllabus for a C++ Programming course offered in the third semester of 2012. The course carries 2 credits and will be assessed through tests, quizzes, assignments, labs, and exams. The syllabus is divided into 6 units covering topics like basic C++ concepts, input/output, selection and repetition statements, functions, and arrays. Students must achieve a minimum pass mark of 50 to pass the course.

Uploaded by

Sue_Aziz
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 7

C++ PROGRAMMING

SUBJECT BRIEFING SEM 3 (JAN JUN 2012) LECTURER: PN. NORSILA NASYRAH BT BAHARUDDIN

SUBJECT TITLE : C++ PROGRAMMING SUBJECT CODE : DFT3252 CREDIT VALUE : 2 ASSESMENT SCHEME: 1) Test 1 (Theory) = 15% 2) Test 2 (Practical) = 20% 3) Quiz = 5% 4) Laboratory Work = 10% 5) Assignment / Mini Project = 10% 6) Final (Theory) = 20% 7) Final (Practical) = 20% PASS MARK : 50 and above (D)

SYLLABUS CONTENT
UNIT 1 TITLE Introduction to Programming 1.1 Computer Programming Concept 1.2 Problem Solving 1.3 Flow Chart 1.4 Execution 1.5 Documentation 1.6 Troubleshooting

SYLLABUS CONTENT (..contd)


UNIT 2 TITLE Introduction to C++ Programming Language 2.1 Overview of C++ 2.2 C++ Program Outline 2.3 General Form of C++ programs 2.4 Variable Declaration 2.5 Data Types 2.6 Arithmetic Expressions

SYLLABUS CONTENT (..contd)


UNIT 3 TITLE Input and Output Operations 3.1 Overview 3.2 Input and Output Console 3.3 Using Input and Output File

Selection, Repetition and Loop Statements 4.1 Overview 4.2 Selection Control Structure 4.3 Repetition 4.4 Loop

SYLLABUS CONTENT (..contd)


UNIT TITLE

Functions and Modular Programming 5.1 Overview 5.2 Functions 5.3 Library Functions 5.4 Function that return a single result 5.5 Functions with Simple Output Parameters 5.6 Void Functions with Input Parameters 5.7 Scopes of names 5.8 Recursive Functions

SYLLABUS CONTENT (..contd)


UNIT 6 TITLE Arrays 6.1 Overview 6.2 Declaring Arrays 6.3 Initial Value for Array 6.4 Referencing and Element Manipulation Array 6.5 Using Index to Loop for Processing Array 6.6 Multidimensional Array

You might also like