C++ Programming: Subject Briefing SEM 3 (JAN JUN 2012)
C++ Programming: Subject Briefing SEM 3 (JAN JUN 2012)
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
Selection, Repetition and Loop Statements 4.1 Overview 4.2 Selection Control Structure 4.3 Repetition 4.4 Loop
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