Introduction to Computer Systems | CMU 15-213 Course

Carnegie-Mellon University

Gain a deeper understanding of computer systems and how they work. Covers data representation, machine-level code, processor architecture, and more. Recommended for students interested in system programming and software engineering.

University CoursesComputer ScienceOperating System

Introduction

This course provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability, and robustness.

screenshot

Highlights

  • Covers fundamental concepts of computer systems, including data representation, machine-level code, processor architecture, memory hierarchy, and I/O
  • Emphasizes the importance of understanding low-level system behavior to write efficient and robust software
  • Includes hands-on labs and programming assignments to reinforce the concepts

Recommendation

This course is highly recommended for students who want to gain a deeper understanding of computer systems and how they work. It is particularly useful for those interested in system programming, software engineering, and performance optimization.

How GetVM Works

Learn by Doing from Your Browser Sidebar

Access from Browser Sidebar

Access from Browser Sidebar

Simply install the browser extension and click to launch GetVM directly from your sidebar.

Select Your Playground

Select Your Playground

Choose your OS, IDE, or app from our playground library and launch it instantly.

Learn and Practice Side-by-Side

Learn and Practice Side-by-Side

Practice within the VM while following tutorials or videos side-by-side. Save your work with Pro for easy continuity.

Explore Similar Hands-on Tutorials

CS50 Labs | Computer Science Fundamentals | Harvard University

1
University CoursesComputer ScienceProgramming
Explore the intellectual enterprises of computer science and the art of programming with CS50 Labs, Harvard University's renowned introduction to computer science for beginners and experienced learners alike.

Basic Computer Architecture

5
Technical TutorialsCompilerComputer EngineeringComputer Science
Explore the fundamental concepts of computer architecture with this comprehensive book, now available under a Creative Commons license.

Foundations of Data Science

5
Technical TutorialsComputer ScienceData Science
Dive into the core principles and techniques of data science with this comprehensive course by renowned experts. Gain a strong foundation in algorithms, machine learning, and more.

High-Dimensional Data Analysis with Low-Dimensional Models: Principles, Computation, and Applications

10
Technical TutorialsComputer ScienceData ScienceMathematics
Comprehensive exploration of high-dimensional data analysis, covering real-world applications in medical imaging, computer vision, and more. Valuable resource for researchers and practitioners.

Pointers And Memory | Computer Programming, Memory Management

16
Technical TutorialsCComputer ScienceProgramming
Comprehensive guide to understanding pointers, memory allocation, and optimization techniques for computer science students and software developers.

How to write a simple operating system in assembly language

28
Technical TutorialsAssembly LanguageOperating System
Explore the fundamentals of operating system development and computer science principles with this hands-on guide to writing a simple OS in assembly language.

Operating Systems and Middleware

21
Technical TutorialsOperating System
Dive into the fundamentals of operating systems and middleware with this in-depth course, covering core concepts and providing valuable resources.

Operating Systems: From 0 to 1

6
Technical TutorialsComputer ScienceOperating System
Comprehensive guide to understanding the fundamentals of operating systems and system development. Suitable for computer science enthusiasts and developers.

Practical File System Design: The Be File System

18
Technical TutorialsOperating System
Comprehensive guide to file system design and implementation, focusing on the Be File System. Covers architecture, data structures, and optimization techniques.