Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
System call
Applied sciences
Computer engineering
Computer architecture
Topics in computer architec...
Related lectures (25)
Graph Chatbot
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Device Drivers: Managing Hardware Complexity in Operating Systems
Explains the function of device drivers in managing hardware complexity within operating systems.
Forking Processes: Practical Examples and Execution Flow
Covers the fork system call in operating systems through three practical examples, illustrating process management and execution flow.
Operating Systems: The Illusion of Resources
Explains how operating systems create the illusion of dedicated and infinite resources through virtualization and process abstraction.
Scheduling Mechanisms: Context Switching and Policies
Explains the mechanisms and policies of operating system scheduling, focusing on context switching and preemption.
Memory Management: Address Space Abstraction
Explains address space abstraction, focusing on memory management, stack and heap structures, and their roles in dynamic memory allocation.
Security and Privacy Challenges in IoT Era
Discusses security challenges in IoT, covering bug injection, code hardening, and testing techniques.
Coordinate Systems: Applications and Transformations
Explores coordinate systems, including polar and curvilinear coordinates, and their transformations.
File System Abstraction: Understanding Files and Directories
Explains the file system abstraction, focusing on files, directories, and their management within a computer system.
Exception Handling in Python
Covers exception handling in Python, including try, raise, except, else, and finally blocks, with examples.
Paging Mechanisms: Copy-on-Write and Swapping
Covers how the operating system uses paging through copy-on-write and swapping mechanisms to manage memory efficiently.