FI:PB152cv Operating Systems - practicals - Course Information
PB152cv Operating Systems - practicals
Faculty of InformaticsSpring 2020
- Extent and Intensity
- 0/2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: z (credit).
- Teacher(s)
- RNDr. Petr Ročkai, Ph.D. (lecturer)
Mgr. Zuzana Baranová (seminar tutor)
Mgr. Roman Lacko (seminar tutor)
RNDr. Henrich Lauko, Ph.D. (seminar tutor)
Mgr. Adam Matoušek (seminar tutor)
RNDr. Jan Mrázek (seminar tutor)
RNDr. Lukáš Ručka (seminar tutor)
Mgr. Lukáš Korenčik (assistant) - Guaranteed by
- RNDr. Petr Ročkai, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics - Timetable of Seminar Groups
- PB152cv/01: Mon 17. 2. to Fri 15. 5. Thu 18:00–19:50 A219, Z. Baranová
PB152cv/02: Mon 17. 2. to Fri 15. 5. Wed 18:00–19:50 B130, R. Lacko
PB152cv/03: Mon 17. 2. to Fri 15. 5. Wed 10:00–11:50 A219, H. Lauko
PB152cv/04: Mon 17. 2. to Fri 15. 5. Wed 12:00–13:50 A219, H. Lauko
PB152cv/05: Mon 17. 2. to Fri 15. 5. Wed 14:00–15:50 B130, A. Matoušek
PB152cv/06: Mon 17. 2. to Fri 15. 5. Wed 16:00–17:50 A219, A. Matoušek
PB152cv/07: Mon 17. 2. to Fri 15. 5. Thu 10:00–11:50 A219, J. Mrázek
PB152cv/08: Mon 17. 2. to Fri 15. 5. Thu 12:00–13:50 A219, P. Ročkai
PB152cv/09: Mon 17. 2. to Fri 15. 5. Thu 16:00–17:50 A219, P. Ročkai
PB152cv/10: Mon 17. 2. to Fri 15. 5. Wed 8:00–9:50 B130, L. Ručka - Prerequisites
- PB153 Operating Systems Applications || PB152 Operating Systems ||NOW( PB152 Operating Systems )
It is recommended that the course is taken at the same time as PB071 Principles of low-level programming. - Course Enrolment Limitations
- The course is also offered to the students of the fields other than those the course is directly associated with.
- fields of study / plans the course is directly associated with
- Image Processing and Analysis (programme FI, N-VIZ)
- Applied Informatics (programme FI, B-AP)
- Bioinformatics and systems biology (programme FI, N-UIZD)
- Bioinformatics (programme FI, B-AP)
- Computer Games Development (programme FI, N-VIZ_A)
- Computer Graphics and Visualisation (programme FI, N-VIZ_A)
- Computer Networks and Communications (programme FI, N-PSKB_A)
- Cybersecurity Management (programme FI, N-RSSS_A)
- Formal analysis of computer systems (programme FI, N-TEI)
- Graphic design (programme FI, N-VIZ)
- Graphic Design (programme FI, N-VIZ_A)
- Hardware Systems (programme FI, N-PSKB_A)
- Hardware systems (programme FI, N-PSKB)
- Image Processing and Analysis (programme FI, N-VIZ_A)
- Information security (programme FI, N-PSKB)
- Informatics with another discipline (programme FI, B-BI)
- Informatics with another discipline (programme FI, B-EB)
- Informatics with another discipline (programme FI, B-FY)
- Informatics with another discipline (programme FI, B-GE)
- Informatics with another discipline (programme FI, B-GK)
- Informatics with another discipline (programme FI, B-CH)
- Informatics with another discipline (programme FI, B-IO)
- Informatics with another discipline (programme FI, B-MA)
- Informatics with another discipline (programme FI, B-SO)
- Informatics with another discipline (programme FI, B-TV)
- Informatics (programme FI, B-IN)
- Informatics (programme FI, B-INF) (2)
- Public Administration Informatics (programme FI, B-AP)
- Informatics in education (programme FI, B-IVV) (2)
- Information Security (programme FI, N-PSKB_A)
- Quantum and Other Nonclassical Computational Models (programme FI, N-TEI)
- Mathematical Informatics (programme FI, B-IN)
- Parallel and Distributed Systems (programme FI, B-IN)
- Computer graphics and visualisation (programme FI, N-VIZ)
- Computer Graphics and Image Processing (programme FI, B-IN)
- Computer Networks and Communication (programme FI, B-IN)
- Computer Networks and Communications (programme FI, N-PSKB)
- Computer Systems and Data Processing (programme FI, B-IN)
- Principles of programming languages (programme FI, N-TEI)
- Programming and development (programme FI, B-PVA)
- Programmable Technical Structures (programme FI, B-IN)
- Embedded Systems (programme FI, N-IN)
- Cybersecurity management (programme FI, N-RSSS)
- Services development management (programme FI, N-RSSS)
- Software Systems Development Management (programme FI, N-RSSS)
- Services Development Management (programme FI, N-RSSS_A)
- Service Science, Management and Engineering (programme FI, N-AP)
- Social Informatics (programme FI, B-AP)
- Software Systems Development Management (programme FI, N-RSSS_A)
- Software Systems (programme FI, N-PSKB_A)
- Software systems (programme FI, N-PSKB)
- Machine learning and artificial intelligence (programme FI, N-UIZD)
- Teacher of Informatics and IT administrator (programme FI, N-UCI)
- Informatics for secondary school teachers (programme FI, N-UCI) (2)
- Artificial Intelligence and Natural Language Processing (programme FI, B-IN)
- Computer Games Development (programme FI, N-VIZ)
- Processing and analysis of large-scale data (programme FI, N-UIZD)
- Natural language processing (programme FI, N-UIZD)
- Course objectives
- The course extends the material covered in PB152 Operating Systems, particularly in the form of practical exercises. The main goal is to learn how to use operating system services when writing programs.
- Learning outcomes
- The student, after completing this course, should know how to:
- automate simple tasks by writing scripts
- use the basic POSIX interfaces in C programs
- work with files and directories
- program a simple multi-process service
- create an operating system image in a virtual machine - Syllabus
- 1. command interpreter
2. compiler, linker, creating programs
3. scripts 1, make
4. working with files
5. processes, fork
6. interprocess communication
7. threads
8. networking
9. automation, scripts 2
10. permissions
11. virtualisation
12. creating an OS image
- 1. command interpreter
- Teaching methods
- Seminar: solving practical exercises using a computer.
- Assessment methods
- Active participation in seminar groups, homework assignments during the semester.
- Language of instruction
- Czech
- Further Comments
- Study Materials
The course is taught annually.
- Enrolment Statistics (Spring 2020, recent)
- Permalink: https://is.muni.cz/course/fi/spring2020/PB152cv