CS6.201 - Introduction to Software systems | ISS Lecture 2

with Prof. Raghu Reddy
May 27, 2021 - Thursday
Written by: Pratyaksh Gautam

Requirements for basic computing device

Software

A set of programs, procedures, algorithms and its documentation (lol). In order to write software, we use programming languages which operate at different levels

Programming language

They represent computational instructions as a language, with its own syntactic and semantic rules. They often come with their own methods to allow different ways to express the computation and have safeguards like memory management, error handling etc.

Memory

Memory is a key aspect of the hardware, and along with the processor, largely decides the computational power of the system.

When we boot up a computer system, we must first run the bootstrap