Syllabus

SubjectDESIGN AND IMPLEMENTATION OF SYSTEM SOFTWARE

Class Information

Faculty/Graduate School
MEDIA AND GOVERNANCE
Course Registration Number
19577
Subject Sort
60730
Title
DESIGN AND IMPLEMENTATION OF SYSTEM SOFTWARE
Field
Program Courses
Unit
2 Unit
Year/Semester
2021 Spring
K-Number
Faculty/Graduate School
MEDIA AND GOVERNANCE
Course Registration Number
19577
Subject Sort
60730
Title
DESIGN AND IMPLEMENTATION OF SYSTEM SOFTWARE
Field
Program Courses
Unit
2 Unit
Year/Semester
2021 Spring
K-Number
Year/Semester
2021 Spring
Day of Week・Period
Mon 1st
Lecturer Name
Rodney Van Meter D
Class Format
Online (Live)
Language
English
Location
Other
Class Style
*Please click here for more information on the correspondence between 'Class Style' and ’Active Learning Methods’.
Lecture
GIGA Certificate
Not applied

Detail

Course Summary

この授業では、英語のみのかたと日本語のみのかたも大丈夫です。
Students who speak only English or only Japanese are welcome in this class.

The many tasks that computers perform for us can roughly be broken
down into five categories:
* process data
* name data
* move data
* store data
* manage data

The operating system regulates access to both data and resources, and
provides abstractions that make the above tasks straightforward.

The most critical fact of modern systems is that data and computing and storage resources may be spread across the planet. Computing on such distributed data requires moving data, often replicating it in the process. Decisions about computations, as well as the computations themselves, must be made with an eye to achieving this efficiently and robustly.