1 / 10

Computer Programming Basics Jeon, Seokhee Assistant Professor

Computer Programming Basics Jeon, Seokhee Assistant Professor Department of Computer Engineering, Kyung Hee University, Korea. About The Lecture Note. This lecture note is intended to be used by students in “Computer Programming Basics” course at the Kyung Hee University.

Download Presentation

Computer Programming Basics Jeon, Seokhee Assistant Professor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ComputerProgramming Basics Jeon, SeokheeAssistant Professor Department of Computer Engineering,Kyung Hee University, Korea

  2. About The Lecture Note • This lecture note is intended to be used by students in “Computer Programming Basics” course at the Kyung Hee University. • Large portion of the materials is based on the lecture note supplied by the authors of the textbook “Computer Science : A Structured Approach Using C++, 2nd Edition.”

  3. Why do you take this course? • Because it is mandatory in your department? • Because many people take it? • Just a random choice? • The best answer would be I take it because I am interested

  4. The Course in a Nutshell • Title: Computer Programming Basics • After finishing this course, you will be able to write a simple computer program using C++ with MS Visual Studio. • The course consists of a lecture (Tuesday) and a practice (Thursday). • Grading will be mainly based on 4 exams and 5 programming assignments.

  5. Who am I? • Studied computer science at POSTECH (포항공과대학교) and ETH Zurich, Switzerland (스위스 취리히 연방 공대) • Assistant professor at KHU since 2012, 09. • Research: virtual reality (가상현실), computer graphics, haptics • E mail: jeon@khu.ac.kr • Office: room 318 (office hour: after each lecture, for an hour) • Tel: 031-201-3485

  6. Texts • Text • B. A. Forouzan & R. F. Gilgerg, “Computer Science : A Structured Approach Using C++, 2nd Edition,” Thompson Press. • References • 박진수, “C++ 기초 핵심 원리,”생능출판사 (2008년). • 천정아, “C++ Programming with a Workbook,” 이한출판사 (2008년). • 이승관 & 정태충, “ROBOT C로 접근하는 C프로그래밍 입문”, 홍릉과학출판사 (2008년).

  7. The Course will Cover… • Understandings and skills of general computer programming with C++ • variables, types, arrays,… • control statements (if, loops, functions,…) • Simple low-level memory management • Pointers and references • MS Visual Studio • Debugging and solution tools

  8. Language • Class will be thought in Korean • but all materials including class lecture notes, practice class notes, homework problems, and exam problems will be written in English • A good change to train your English skill • Also recommend to buy English textbook

  9. Grading • 1st exam : 15% • 2nd exam(mid-term) : 15% • 3rd exam : 15% • 4th exam (final) : 15% • Programming projects (5 times): 15% (3% per a project) • Attendance : 5% • Practice classevaluation : 20% * Any kinds of dishonest behaviors (e.g., copying, cheating) will result in the F grade

  10. Course Schedule (Tentative) • Inthe web page, http://haptics.khu.ac.kr/pb/

More Related