---
title: Computer Science
type: blog
---

Understanding Process and Thread

Program To understand a process, we need to know what a program is. A program is a document that specifies procedures or sequences and is stored in the hard disk on a computer. Process A process is a running program that is loaded into memory from the disk and can be allocated by the CPU. A process consists of resources such as data and memory required to execute a program and is also composed of threads.

Read more →

January 4, 2024