PROBLEM SOLVING USING C
PROBLEM SOLVING USING C 📘 Unit 1: Introduction to Computer Programming What is Computer Programming? A Computer Program is a set of instructions written in a programming language that tells a computer how to perform a specific task. Examples Calculator Application ATM Software Mobile Apps Online Shopping Websites Student Management System 💾 Types of Software What is Software? Software is a collection of programs and instructions that tells a computer what to do. Without software, a computer cannot perform any task. Software is mainly divided into two types: System Software Application Software 1. System Software System software controls and manages computer hardware and provides a platform for running applications. Functions: Controls hardware Manages memory and files Runs applications Provides security Handles input/output devices Examples: Windows Linux macOS Device Drivers Utility Software 2. Application Software A...