Course Description

This course provides the basic background necessary to understand the design and implementation of software components that support modern computer systems. The course covers C programming, machine organization, assembly language, and design, testing and debugging of software components as well as portions of operating systems concepts. Students will also learn how to use text editors, compilers, linkers, debuggers, and other software tools.

Important Notes

  • Class will be held offline.
  • All the exams (midterm/final) will be conducted offline.
  • We will use Campuswire and KLMS.
    • Campuswire: [link]
  • To contact TAs, please use kaist-ee209-spring26@googlegroups.com instead of individual emails.

Lectures :

Meeting Time Meeting Place
Mon/Wed 13:00~14:15 IT building (N1) Room 117

Professors :

Name Office Hours Office Email
Seulki Lee By appointment N1 910 seulki.lee@kaist.ac.kr

Important Schedule:

Release Due (11:55pm) Class / Assignment
3/23 4/08 Assignment 1
4/09 4/27 Assignment 2
4/28 5/13 Assignment 3
4/15 Midterm
5/14 6/01 Assignment 4
6/02 6/17 Assignment 5
6/17 Finals

Lecture Schedule:

The lecture schedule is subject to change

Period Topic
Week Schedule
Week 1 (3/2) No Class (Holiday)
(3/4) 1. Introduction
Week 2 (3/9) 2. C Fundamentals
(3/11) No Class
Week 3 (3/16) 3. Numbers in Computers
(3/18) No Class
Week 4 (3/23) 4. Data Types
(3/25) 5. Functions
Week 5 (3/30) 6. Scopes, Arrays, and Strings
(4/1) 7. Pointers
Week 6 (4/6) 8. Structures
(4/8) 9. Stacks and Queues
Week 7 (4/13) No Class
(4/15) Midterm exam (3 hours)
Week 8 (4/20) 10. Linked Lists
(4/22) 11. Hash Tables
Week 9 (4/27) 12. Binary Search Trees
(4/29) 13. Assembly: Overview
Week 10 (5/4) 14. Assembly: Instructions
(5/6) 15. Assembly: Function Calls
Week 11 (5/11) 16. Processes and Exceptions
(5/13) 17. Memory Management 1
Week 12 (5/18) 17. Memory Management 2
(5/20) 18. Dynamic Memory Management
Week 13 (5/25) No Class (Holiday)
(5/27) 19. I/O Management
Week 14 (6/1) 20. Process Management
(6/3) No Class (Holiday)
Week 15 (6/8) 21. Signals
(6/10) 22. Summary
Week 16 (6/15) No class
(6/17) Final exam (3 hours)

Teaching Assistants:

Name
Taehyun Kim Youngchan Kim Seungkook Lee Jio Oh
Soyoung Choi Sukjoon Oh Hwanseok Yoo Minchul Jung

Office hour:

Professors' office hours

  • Start the email subject with [EE209].
  • Set up an appointment by contacting the professor via email.
    • E.g., "Hello Professor XXX" is not a good email subject, but "[EE209] Office hour registration" is.

TA office hours

  • If you would like to schedule the office hour, email us at kaist-ee209-spring26@googlegroups.com, at least one day in advance.
  • Location: Online (Zoom)

Textbooks:

Main

Highly recommended books


C Programming: A Modern Approach (2nd Edition), by K.N. King, Norton & Co. 2008

Computer Systems: A Programmer's Perspective (3rd Edition), by Randal Bryant and DaviO'Hallaron, Pearson 2015

The C Programming Language (2nd Edition), by Brian Kernighan and Dennis Ritchie, Prentic Hall 1988

The Practice of Programming, by Brian Kernighan and Rob Pike, Addison-Wesley 1999

Programming with GNU Software, by Michael K. Loukides & Andrew Oram, O'Reilly 1996

Useful resources:

  • Basic UNIX command cheatsheet
  • Reference manuals: this course uses these manuals, for reference only: