Syllabus

SubjectOPERATING SYSTEMS [1st half of semester](GIGA/GI)

Class Information

Faculty/Graduate School
POLICY MANAGEMENT / ENVIRONMENT AND INFORMATION STUDIES
Course Registration Number
01655
Subject Sort
C2087
Title
OPERATING SYSTEMS
Field
Advanced Subjects - Series of Environment And Information Studies
Unit
2 Unit
Year/Semester
2024 Spring
K-Number
FPE-CO-04103-212-60
Year/Semester
2024 Spring
Day of Week・Period
Mon 4th , Thu 1st
Lecturer Name
Rodney Van Meter D
Class Format
Face-to-face
Language
English
Location
SFC, Other
Class Style
*Please click here for more information on the correspondence between 'Class Style' and ’Active Learning Methods’.
Lecture
GIGA Certificate
Applied

Detail

Course Summary

The basic software of a computer is called its operating system (OS). The operating system loads other programs to create processes. Programs use the file system, network, and other services provided by the OS. There are many operating systems, including Windows and MacOS, but in this class we will focus on Unix and Linux. The basic concepts of processes, system calls, memory management and virtual
memory, file systems, networking, security and other subsystems will be presented. Because concurrency and parallelism are fundamental, and are becoming increasingly important at the application level, students will write at least one concurrent program.