Basic Programming Lecture 1 : Introduction Bong-Soo Sohn

10 Slides309.00 KB

Basic Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University

Course Overview Level Course Topics undergrad students except CSE 1st year student Basics of C programming (Beginner Level) Course Objectives Learn Basic Concepts and Knowledge of C Programming Learn Grammars of C Language Acquire Ability of Problem Solving and Program Design Using C

Evaluation Midterm Exam : 35% Final Exam : 35% Homework : 25% Class Participation, Attendance, Attitude : 5% You may get F grade if you miss (more than) ¼ of the whole classes Academic dishonesty (e.g. cheating, plagiarism, and etc.) will be taken seriously. Heavy penalty will be imposed

Course Information Lecture Time & Place Mon 7,8 (208-527) Wed 7,8 (208-415) Professor Information Office : 208-501 Email : [email protected] Office Tel : 820-5843 Office Hour : Thursday 2pm-3pm, or individual appointment

Announcement Class Website http://cau.ac.kr/ bongbong/c15 Class information such as lecture notes are accessible through this website We will also use eClass for homework submission Programming Assignments We encourage to study and discuss together for doing programming assignments. However, you must do programming YOURSELF. You must not share any of source code with other students. Any kind of academic dishonesty will be taken seriously.

Schedule 1 2 3 4 5 6 7 8 Overview of Computer System Intro. to Programming Language, Program Compilation, and Execution Simple C code, Variables, Data Types Operators, Basics of I/O, Preprocessors Control Structure 1 Control Structure 2 Function 1 (Basics) Midterm Exam

Schedule 9 C Function 2 (call by value, math lib.) 10 Array 1 11 Array 2 12 Pointer 1 13 Pointer 2 14 Characters and Strings 15 Dynamic Allocation, I/O formatting 16 Final Exam

Text Book There is no required text book. Recommended Reference “Playing with C” 우균 , 창병모 교보출판 (We will look at many example codes accessible in this book during the class)

Class Formats Lecture on grammars of C programming language Powerpoint slides We will have lots of questions and discussion English Lecture Practice in the lab (208-415).

Important Notice Academic Dishonesty You must not turn in homework that is not yours. You must prevent your work from being stolen. Academic dishonesty or bad class behavior will be seriously penalized

Back to top button