GEDB029F12.Overview History
Hide minor edits - Show changes to output
Changed line 38 from:
(:cellnr valign=top :)
to:
(:cell valign=top :)
Changed lines 38-39 from:
(:cell valign=top :) [[(Attach:)1st_homework.pdf|hw1]]
to:
(:cellnr valign=top :)
[[(Attach:)1st_homework.pdf|hw1]]
[[(Attach:)1st_homework.pdf|hw1]]
Changed line 39 from:
[[(Attach:)2nd_homework.pdf|hw2]]
to:
[[(Attach:)2nd_homework.pdf|hw2]]
Changed line 43 from:
* 1. Introduction - [[Attach:)intro.pdf|pdf]]
to:
* 1. Introduction
Changed line 38 from:
(:cell valign=top :) [[(Attach:)1st_homework.pdf|pdf]]
to:
(:cell valign=top :) [[(Attach:)1st_homework.pdf|hw1]]
Changed line 38 from:
(:cell valign=top :)
to:
(:cell valign=top :) [[(Attach:)1st_homework.pdf|pdf]]
Added line 61:
* [[http://csl.skku.edu/GEDB029F12/47|Class No. 47]]
Changed line 41 from:
* 1. Introduction
to:
* 1. Introduction - [[Attach:)intro.pdf|pdf]]
Changed lines 23-25 from:
* Attendance : 10%
* Lab Exercises :20%
* Individual Programming Assignments:30%
* Lab Exercises :
* Individual Programming Assignments:
to:
* Attendance : 5%
* Lab Exercises : 10%
* Individual Programming Assignments: 45%
* Lab Exercises : 10%
* Individual Programming Assignments: 45%
Changed line 59 from:
* [[http://csl.skku.edu/GEDB029S12/46|Class No. 46]]
to:
* [[http://csl.skku.edu/GEDB029F12/46|Class No. 46]]
Changed line 8 from:
(:cell valign=top :) GEDB029-46 18:00 - 21:45 (Wednesday)
to:
(:cell valign=top :) GEDB029-46 13:00 - 17:00 (Monday)
Changed lines 10-11 from:
(:cell valign=top :) Lecture room #330102, Chemical Bldg 1st Floor Rm 002.
Lecture room#400212, Semiconductor Bldg 2nd Floor Rm 012.
Lecture room
to:
(:cell valign=top :) Lecture room #400118, Semiconductor Bldg 1st Floor.
Lecture room #400212, Semiconductor Bldg 2nd Floor.
Lecture room #400212, Semiconductor Bldg 2nd Floor.
Changed lines 23-24 from:
* Attendance : 5%
* Lab Exercises : 10%
to:
* Attendance : 10%
* Lab Exercises : 20%
* Lab Exercises : 20%
Deleted line 25:
Changed lines 30-31 from:
* 김상욱 swkim@csl.skku.edu
to:
* 윤광민 Yoon Kwangmin kwangmin at csl.skku.edu
* 김성훈 Kim Sung-hun shkim at csl.skku.edu
* 김성훈 Kim Sung-hun shkim at csl.skku.edu
Deleted lines 37-40:
[[(Attach:)GEDB029S12_hw2.pdf|HW#2]] [[(Attach:)input_hw2.txt|input]] [[(Attach:)output_hw2.txt|output]] \\
[[(Attach:)GEDB029S12_hw3.pdf|HW#3]] [[(Attach:)hw3.zip| hw3 첨부파일]] \\
[[(Attach:)GEDB029S12_hw4.pdf|HW#4]] [[(Attach:)input_hw4.txt|input]] [[(Attach:)output_hw4.txt|output]] \\
Added lines 1-65:
!! GEDB029: Basis and Practice in Programming (Spring 2012)
!!! [General information]
(:table border=0 width=90% align=left :)
(:cellnr width=15% valign=top :) '''When:'''
(:cell valign=top :) GEDB029-46 18:00 - 21:45 (Wednesday)
(:cellnr valign=top :) '''Where:'''
(:cell valign=top :) Lecture room #330102, Chemical Bldg 1st Floor Rm 002.
Lecture room #400212, Semiconductor Bldg 2nd Floor Rm 012.
(:cellnr valign=top :) '''Instructor:'''
(:cell valign=bottom :) [[http://csl.skku.edu/People/joon|Joonwon Lee]]
[[http://csl.skku.edu|Computer Systems Laboratory]]
(:cellnr valign=top :) '''Course'''\\
'''Description:'''
(:cell valign=top :) Let's learn how to program in C
(:cellnr valign=top :) '''Textbook:'''
(:cell valign=top :)
A Book on C: Programming in C (4th Edition) by Al Kelley and Ira Pohl
(:cellnr valign=top :) '''Grading:'''
(:cell valign=top :) (Subject to change)
* Attendance : 5%
* Lab Exercises : 10%
* Individual Programming Assignments: 30%
* Team Programming Assignments: 15%
* Final Exam: 40%
(:cellnr valign=top :) '''Teaching Assistants:'''
(:cell valign=top :)
* 김상욱 swkim@csl.skku.edu
(:cellnr valign=top :) '''Programming Lab'''
(:cell valign=top :)
* #400212, Semiconductor Bldg 2nd Floor Rm 012.
(:cellnr valign=top :) '''Homeworks'''
(:cell valign=top :)
[[(Attach:)GEDB029S12_hw1.pdf|HW#1]] [[(Attach:)input_hw1.txt|input]] [[(Attach:)output_hw1.txt|output]] \\
[[(Attach:)GEDB029S12_hw2.pdf|HW#2]] [[(Attach:)input_hw2.txt|input]] [[(Attach:)output_hw2.txt|output]] \\
[[(Attach:)GEDB029S12_hw3.pdf|HW#3]] [[(Attach:)hw3.zip| hw3 첨부파일]] \\
[[(Attach:)GEDB029S12_hw4.pdf|HW#4]] [[(Attach:)input_hw4.txt|input]] [[(Attach:)output_hw4.txt|output]] \\
(:cellnr valign=top :) '''Lectures'''
(:cell valign=top :)
* 1. Introduction
* 2. C Overview - [[(Attach:)overview.pdf|pdf]]
* 3. Lexical Elements, Operators [[(Attach:)lexical.pdf|pdf]]
* 4. Data Types [[(Attach:)types.pdf|pdf]]
* 5. Flow of Control [[(Attach:)flow.pdf|pdf]]
* 6. midterm
* 7. Functions [[(Attach:)function.pdf|pdf]]
* 8. Arrays and Strings [[(Attach:)functions2.pdf|pdf]]
* 9. Pointers [[(Attach:)pointer.pdf|pdf]]
* 10. Bitwise Operations, Enumerations, Preprocessor [[(Attach:)enum.pdf|pdf]]
* 11. Structures and Unions [[(Attach:)struct.pdf|pdf]]
* 12. Input and Output [[(Attach:)io.pdf|pdf]]
* 13. Object Orientation with Java
* 14. Final Exam
(:tableend:)
(:cellnr valign=top :) '''Labs'''
(:cell valign=top :)
* [[http://csl.skku.edu/GEDB029S12/46|Class No. 46]]
(:tableend:)
!!! [General information]
(:table border=0 width=90% align=left :)
(:cellnr width=15% valign=top :) '''When:'''
(:cell valign=top :) GEDB029-46 18:00 - 21:45 (Wednesday)
(:cellnr valign=top :) '''Where:'''
(:cell valign=top :) Lecture room #330102, Chemical Bldg 1st Floor Rm 002.
Lecture room #400212, Semiconductor Bldg 2nd Floor Rm 012.
(:cellnr valign=top :) '''Instructor:'''
(:cell valign=bottom :) [[http://csl.skku.edu/People/joon|Joonwon Lee]]
[[http://csl.skku.edu|Computer Systems Laboratory]]
(:cellnr valign=top :) '''Course'''\\
'''Description:'''
(:cell valign=top :) Let's learn how to program in C
(:cellnr valign=top :) '''Textbook:'''
(:cell valign=top :)
A Book on C: Programming in C (4th Edition) by Al Kelley and Ira Pohl
(:cellnr valign=top :) '''Grading:'''
(:cell valign=top :) (Subject to change)
* Attendance : 5%
* Lab Exercises : 10%
* Individual Programming Assignments: 30%
* Team Programming Assignments: 15%
* Final Exam: 40%
(:cellnr valign=top :) '''Teaching Assistants:'''
(:cell valign=top :)
* 김상욱 swkim@csl.skku.edu
(:cellnr valign=top :) '''Programming Lab'''
(:cell valign=top :)
* #400212, Semiconductor Bldg 2nd Floor Rm 012.
(:cellnr valign=top :) '''Homeworks'''
(:cell valign=top :)
[[(Attach:)GEDB029S12_hw1.pdf|HW#1]] [[(Attach:)input_hw1.txt|input]] [[(Attach:)output_hw1.txt|output]] \\
[[(Attach:)GEDB029S12_hw2.pdf|HW#2]] [[(Attach:)input_hw2.txt|input]] [[(Attach:)output_hw2.txt|output]] \\
[[(Attach:)GEDB029S12_hw3.pdf|HW#3]] [[(Attach:)hw3.zip| hw3 첨부파일]] \\
[[(Attach:)GEDB029S12_hw4.pdf|HW#4]] [[(Attach:)input_hw4.txt|input]] [[(Attach:)output_hw4.txt|output]] \\
(:cellnr valign=top :) '''Lectures'''
(:cell valign=top :)
* 1. Introduction
* 2. C Overview - [[(Attach:)overview.pdf|pdf]]
* 3. Lexical Elements, Operators [[(Attach:)lexical.pdf|pdf]]
* 4. Data Types [[(Attach:)types.pdf|pdf]]
* 5. Flow of Control [[(Attach:)flow.pdf|pdf]]
* 6. midterm
* 7. Functions [[(Attach:)function.pdf|pdf]]
* 8. Arrays and Strings [[(Attach:)functions2.pdf|pdf]]
* 9. Pointers [[(Attach:)pointer.pdf|pdf]]
* 10. Bitwise Operations, Enumerations, Preprocessor [[(Attach:)enum.pdf|pdf]]
* 11. Structures and Unions [[(Attach:)struct.pdf|pdf]]
* 12. Input and Output [[(Attach:)io.pdf|pdf]]
* 13. Object Orientation with Java
* 14. Final Exam
(:tableend:)
(:cellnr valign=top :) '''Labs'''
(:cell valign=top :)
* [[http://csl.skku.edu/GEDB029S12/46|Class No. 46]]
(:tableend:)