Syllabus

SubjectSYSTEM PROGRAMMING [2nd half of semester]

Class Information

Faculty/Graduate School
POLICY MANAGEMENT / ENVIRONMENT AND INFORMATION STUDIES
Course Registration Number
08554
Subject Sort
C2072
Title
SYSTEM PROGRAMMING
Field
Advanced Subjects - Series of Environment And Information Studies
Unit
2 Unit
Year/Semester
2022 Spring
K-Number
FPE-CO-04103-211-60
Year/Semester
2022 Spring
Day of Week・Period
Mon 4th , Mon 5th
Lecturer Name
Osamu Nakamura
Class Format
Face-to-face
Language
Japanese
Location
SFC
Class Style
*Please click here for more information on the correspondence between 'Class Style' and ’Active Learning Methods’.
Lecture, Seminar
GIGA Certificate
Not applied

Detail

Course Summary

This lecture introduces the functions of UNIX operating system. UNIX is common and basic operating system of Linux, MacOS and many servicer side operating systems. Understanding the UNIX operating system helps for current computer system. The functions of the operating system are File System, Device I/O, Process management, Memory management, Inter Process Communications, Signaling/Interrupt handling and Network functions (includes TCP/IP protocol stack).

In this lecture, understanding those operating system functions by writing system programs in language C.