Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SPRING 2015
- CGS3763: Operating System Concepts
- Lecturer: Professor Euripides Montagne
- MoWeFr 10:30 AM - 11:20 PM
- Day 1:
- Lecture Topics: Operating System Topics, Textbook, Syllabus
- Notes:
- -Discussion about Homework 0.
- An operating system is an event-driven program. Handles system resources efficiently. It is an interface between user and system. Creates an environment for application programs to run.
- -Discussion about Textbook.
- -Discussion about Syllabus.
- Course learning outcomes:
- -Understand the interaction between the hardware and the operating system through the interrupt handling mechanism
- -Understand the concept of process and threads including their implementation
- -Understand process synchronization and deadlock
- -Understand CPU and disk scheduling
- -Have an understanding of memory organization and virtual memory
- -Understand file system
- -> Algorithm:
- Global description: a series of steps to follow a recipe// A procedure or formula to solve a problem.
- -> Program:
- Coded instructions to control the operation of a computer
- ////////How does a program and algorithm relate?
- We have to express the algorithm in a program language to solve the expression. When we compile the program and run the program in computer, it is a process.
- -> Process.
- Concurrency:
- Multiple processes running in the memory at the same time. -> Processor sharing. (Only one processor)
- Virtual (Written??) Memory:
- A technique to run programs whose logical memory is larger than physical.
- /////MOVE THIS TO A DIFFERENT SECTION IN DOCUMENT
- The Semester Plan (Tentative)
- Operating System Fundamentals
- Computer System Structures
- Interrupt Handling
- (in progress)
- Grade Policy:
- 25% - Exam #1 - closed book, closed notes
- 25% - Exam #2 - closed book, closed notes
- 30% - Final Exam - closed book, closed notes
- 20% - Assignments
- Important Dates:
- Classes Begin - Monday, January 12, 2015
- First Midterm exam - Wednesday, February 18, 2015 and Friday, February 20, 2015
- Withdrawal Date: Tuesday, March 24, 2015
- Second Midterm Exam - Wednesday, April 1, 2015, and Friday, April 3, 2015
- Homework: Homework 0. (Attendance) Get textbook.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement