Course Information Mark Stanovich Principles of Operating Systems

Slides:



Advertisements
Similar presentations
COP3330 Object Oriented Programming in C++ Syllabus
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
Computers in Principle & Practice I - V Deena Engel Computers in Principle and Practice I V , Sections 1 & 2 Fall, 2009 Deena Engel .
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
COMP 14 – 02: Introduction to Programming Andrew Leaver-Fay August 31, 2005 Monday/Wednesday 3-4:15 pm Peabody 217 Friday 3-3:50pm Peabody 217.
EET 4250: Microcomputer Architecture Fall 2009 William Acosta URL:
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
Course Overview Sarah Diesburg  Bobby Roy COP 5641 / CIS 4930.
Lecture 1 Page 1 CS 111 Summer 2015 Introduction CS 111 Operating System Principles.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
1 Introduction to Operating Systems 9/16/2008 Lecture #1.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Course Introduction Software Engineering
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
Data Structures, Algorithms, and Generic Programming Breno de Medeiros COP 4530 / CGS 5425 (Fall 2006)
ECEN 301Discussion #1 – Syllabus1 All Sections MWF 1:00 – 1:50 PM 256 CB Lecture: MW Recitation: F Labs: M or Th Instructor: Prof. David Long Office: CB.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Introduction to Data Structures
COP3502: Introduction to Computer Science Yashas Shankar.
Course Information Sarah Diesburg Operating Systems COP 4610.
Course Information and Introductions Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg University of Northern Iowa 1.
Course Information Andy Wang Operating Systems COP 4610 / CGS 5765.
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
Course Introduction Andy Wang COP 4530 / CGS 5425 Fall 2003, Section 4.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Jongwook Woo CIS 520 Software Engineering (Syllabus) Jongwook Woo, PhD California State University, LA Computer and Information System.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
COP4610/CGS5765 Operating Systems Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: W M F 9:10am – 10:00am, or by appointments.
Course Overview Mark Stanovich COP 5641 / CIS 4930.
Course Overview 1 FCM 710 Architecture of Secure Operating Systems Prof. Shamik Sengupta Office 4210 N
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Computer Networks CNT5106C
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
Operating Systems CMPSC 473 Introduction and Overview August 24, Lecture 1 Instructor: Bhuvan Urgaonkar.
Course Information and Introductions Intro to Computer Science CS1510 Dr. Sarah Diesburg University of Northern Iowa 1.
Networking CS 3470, Section 1 Sarah Diesburg
Computer Network Fundamentals CNT4007C
Introduction to Operating Systems
Course Overview - Database Systems
Andy Wang Object Oriented Programming in C++ COP 3330
Networking CS 3470, Section 1 Sarah Diesburg
Course Information and Introductions
Course Information and Introductions
CSc 020: Programming Concepts and Methodology II
CIS5930 Software Defined Networking
Computer Networks CNT5106C
Course Information and Introductions
Computer Networks CNT5106C
Course Overview - Database Systems
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Object Oriented Programming in C++ COP 3330
Andy Wang Operating Systems COP 4610 / CGS 5765
CGS 3763 Operating Systems Concepts Spring 2013
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Operating Systems COP 4610 / CGS 5765
Networking CS 3470, Section 1 Sarah Diesburg
Welcome to Physics 1D03 !.
Andy Wang Operating Systems COP 4610 / CGS 5765
Computer Networks CNT5106C
Instructor: Xiuwen Liu Department of Computer Science
Andy Wang Operating Systems COP 4610 / CGS 5765
EECE.4810/EECE.5730 Operating Systems
Warmup Write a function to add two integer parameters and return the result.
Sarah Diesburg Operating Systems CS 3430
CS201 – Course Expectations
Presentation transcript:

Course Information Mark Stanovich Principles of Operating Systems COP 4610 / CGS 5765 1

Florida State University Instructor Mark Stanovich (stanovic@cs.fsu.edu) Office: 207 LOV Office hours: TBA Class website: http://ww2.cs.fsu.edu/~stanovic/teaching/os/ Florida State University 2 2

Florida State University Teaching Assistant Bobby Roy Florida State University 3 3

Florida State University Class Schedule Lecture M W F 9:05-9:55am (LOV 103) Mandatory: Two general OS lectures, one recitation lecture per week (subject to change) Workshop M 02:30 PM - 03:20 PM (LOV 103) F 11:15 AM - 12:05 PM (LOV 301) Hands-on assistance with projects Note: no workshop on Aug 29th Florida State University 4

Florida State University Why Study Operating Systems? The OS is the largest and the most complicated software running on most machines It contains many important system concepts Design principles Complexity hiding Performance tuning Resource coordination Florida State University 5 5

Florida State University Applicability of OS Skills Software engineering Database design and implementation Network design and implementation Distributed computing Florida State University 6 6

Florida State University Learning Objectives Operating system concepts Process management, CPU scheduling, synchronization, caching, file systems, and so on Programming skills User-level shell Kernel module, system call, synchronization primitives, file system Florida State University 7 7

Florida State University Prerequisites COP 4530 Data structures CDA 3101 Computer organization Florida State University 8 8

Florida State University Required Skills Proficiency in UNIX programming and debugging environment Proficiency in C Florida State University 9 9

Florida State University Course Material Lecture notes (posted at the class website) Textbook: Silberschatz, Galvin, Gagne, Operating System Concepts, 8th Edition Florida State University 10 10

Florida State University Class Grading Two components Exams (50%) Homework assignments and projects (50%) Florida State University 11 11

Florida State University Exams Exam 1 (10%) Exam 2 (10%) Comprehensive final exam (30%) Florida State University 12 12

Florida State University More on Exams 80% based on lectures, assignments, and projects 20% based on your ability to apply various principles learned in the class Florida State University 13 13

Florida State University Assignments and Projects Homework assignments (10%) Paper submissions 3 – 4 projects 1 (10 - 15% each) Florida State University 14 14

Florida State University Passing the Course To receive a passing grade (>= C) for course, you must get a passing grade on The projects (overall average) The final exam Not that passing the above does not automatically imply a passing grade! Florida State University 15

Florida State University If you pass projects and final, your grade will be: 100 – 92 A 91.9 – 90 A- 89.9 – 88 B+ 87.9 – 82 B 81.9 – 80 B- 79.9 – 78 C+ 77.9 – 72 C 71.9 – 70 C- 69.9 – 68 D+ 67.9 – 62 D 61.9 – 60 D- 59.9 – 0 F Florida State University 16 16

Florida State University If you score < 70% on either projects or final Say… 60% on final 90% on projects The highest grade is C- Florida State University 17 17

Florida State University Assignments Individual homework assignments One bonus point for each homework assignment Constructive comments on lectures and recitations Or, a funny story of the week Florida State University 18 18

Florida State University Projects… Increasingly difficult In teams of two people Team of 3 only in exceptional circumstances (email me) Florida State University 19 19

Florida State University Computer Accounts Computer science account Various tools SSH, E-mail, text editor, gcc, make Blackboard Receiving class emails (@fsu.edu) Discussion board Grade posting Florida State University 20 20

Florida State University Your Responsibilities Understand lecture and reading materials Attend office hours for extra help, as needed Uphold academic honesty Turn in your assignments on time Check class Web page and your garnet email account and regularly Florida State University 21 21

Florida State University Dos and Don’ts Do share debugging experiences Do share knowledge of tools Do acknowledge help from others Do acknowledge sources of information from books and web pages Florida State University 22 22

Florida State University Dos and Don’ts Don’t cheat Don’t copy code from others Don’t paraphrase code from others either E.g., changing variable names & indentations Don’t post more than 1 line of code to the discussion board Florida State University 23 23

Florida State University Course Policies Attendance mandatory There are no make-up exams for missed exams… Honor code: read your student handbook Students with disabilities Report to Student Disability Resource Center Bring me a letter within the first week of class Florida State University 24 24

Florida State University To see or not to see me & TAs We are not psychics Please let us know if… Class is too hard You don’t have the background Class can be improved in certain ways When in doubt, email us… Florida State University 25 25

Florida State University Survival Tips Post messages and read the discussion board frequently Sign up to receive emails Web search engines are your good friends Florida State University 26 26