Credits
Class Type
Pre-requisites
- COP2250 or COP2210 with a minimum grade of C. Those who have less than a C in one of these classes will be dropped from the course during the first week of class.
Co-requisites
Goals
Class Type
Attendance
- Attendance will be taken.
- Not everything I teach in this class is in the book.
Simple Rules
- All programs MUST be done in the computers provided by FIU or in your own laptop and presented in class or in the lab when appropiate.
- All programs MUST be named:
last name + first Name initial + pgm1, 2, 3 or 4. ex: SmithJpgm1.java SmithJpgm1.c SmithJpgm1.html 
- Your email MUST have your name on it.
FIU, ElHombre, TheItGuy, etc are NOT accepted.
- On your email's subject write:
Your class name and email's purpose: OS1 pgm1, WEB2 pgm4
- Email me your source programs ONLY, attached. DO NOT COPY AND PASTE.
- Your programs must compile using the terminal mode.
- Programs with warnings will NOT be accepted. I will not debug your programs.
- Do not change the names of the files I provide.
- Programs turned in after the due date are NOT accepted.
- Any modification to your grades MUST be done no later than ONE week after grades are posted in Moodle.
Tools Required - FREE
Virtual Machines :
Installing Windows 7 in VirtualBox
Windows : Putty
Allows you to have full remote control of your FIU computer
Create Account:
- At Host Name (or IP address) : enter buffalo.cs.fiu.edu
- Port : 22
- Select SSH
- Save Session : enter a name for this account
Windows :
WinSCP
Allows you to Create/Delete/Upload/Download folders/files to/from your FIU computer
Create Account:
- At Session Section on right side
- Host name : buffalo.cs.fiu.edu
- Port number : 22
- User name : Your user name
- File protocol : SFTP
- Save session as : enter a name for this account
Linux :
SecPanel -
Allows you to have full remote control of your FIU computer
Linux or Windows or Mac or Solaris :
FileZilla
Allows you to Create/Delete/Upload/Download folders/files to/from your FIU computer
Assignments
|
Grading
5 Programs 6 points each = 30 points
|
5 Quizzes 5 points each =
25 points
|
Exam 1 ................. = 15 points |
Exam 2 ................. = 15 points |
Exam 3 ................. = 15 points |
Totals = 100 points |
PASS GPA
|
FAIL GPA
|
A = 100-95 4.00 |
D = 69-51 1.00
|
A- = 94-90 3.67 |
F = 50-00 0.00
|
B+ = 89-86 3.33 |
B = 85-82 3.00 |
B- = 81-78 2.67 |
C+ = 77-74 2.33 |
C = 73-70 2.00 |
|
At the end of the semester, I will round up your Final Grade, bringing it to the next highest integer |
Days=MW id=OS1
Below Dates and Data COULD BE MODIFIED
-
Pgm1
Due: Monday January 30th, 2017 at beginning of Class, 6 points.
-
Quiz1
Due: Monday January 30th, 2017 at beginning of Class, 5 points, covering pgm1 and class material.
-
Pgm2
Due: Monday February 13th 2017 at beginning of Class, 6 points.
-
Quiz2
Due: Monday February 13th 2017 at beginning of Class 5 points, covering pgm2 and class material.
-
Exam1
TBA 2017, 15 points.
Covering all previous material.
-
Pgm3
Due: Monday March 20th, 2017 at beginning of Class, 6 points.
-
Quiz3
Due: Monday March 20th, 2017 at beginning of Class, 5 points, covering pgm3 and class material.
-
Pgm4
Due: Monday, April 3rd, 2017 at beginning of Class, 6 points.
-
Quiz4
Due: Monday, April 3rd, 2017 at beginning of Class, 5 points. Covering pgm4 and class material.
-
Exam2
TBA 2017, 15 points.
Covering All previous material.
-
Pgm5
Due: Wednesday April 19, 2017 at beginning of Class, 6 points.
-
Quiz5
Same as highest quiz grade obtained by you in this class.
- Final Exams:
Covering all programs, all exams and all class material
CGS3767-U04(16211) Wednesday 04/26/2017, 12:00NOON - 02:00PM ECS 138
CGS3767-U02(15811) Wednesday 04/26/2017, 05:00PM - 07:00PM ECS 145
CGS3767-U01(16105) Friday 04/28/2017, 09:45AM - 11:45AM ECS 138
Catalog Description:
- Introduction to fundamental concepts of operating systems and their implementation in
Linux and Windows. Not acceptable for credit for Computer Science majors.
Prerequisites Topics:
- Primitive data types
- Basic Assignment control structures
- Familiarity with methods or functions
Expected Course Outcomes
- Be familiar with hardware and software concepts
- Be familiar with OS functions and management
- Be familiar with the management of file systems
- Be familiar with the use of text editors
- Master basic command line functions
- Master simple shell programming
- Be exposed to windowing systems
Required Text
- Operating Systems for IT ~ ISBN 978-1-4652-8990-2 ~ by Michael Robinson
- Published by Kendall Hunt Publishing
- Additional Material - FREE
Projected Schedule (COULD BE MODIFIED)
- Chapter 0 : Preface
- Chapter 1 : Operating Systems
- Chapter 2 : The Basics
- Chapter 3 : Virtual Machines
- Chapter 4 : Numerical Systems
- Chapter 5 : Computer Hardware
- Chapter 6 : Computer Categories
- Chapter 7 : Computer Software
- Chapter 8 : Linux Terminal Mode Programming
- Chapter 9 : Windows Command Line Programming
- Chapter 10 : Networking
- Chapter 11 : Directories, Files and Attributes
- Chapter 12 : Protocols
- Chapter 13 : Software Tools
- Glossary
Shell programming
- File processing tools
- Variables: configuration/environment/shell
- Operators: defining/evaluating/arithmetic
- Logic: sequential/decision/loop/case
- Debugging scripts
- String tests, integer tests, boolean conditions
- Script development cycle
|