Posts

Showing posts from November, 2021

Introduction To Programming

Image
  A program is a set of instructions given by the user to the computer to perform certain tasks . A computer cannot do anything by itself as it needs a user to give commands. Programming is a fundamental building block for a many different career. You can use programming for almost anything.  There is no limit of programming you can do any anything using programming. For example : Using programming you can control robots,  become a web-developer , software application developer, computer programmer etc . 2 Types of programming Languages:    High level language Low level language High Level Language (HLL): High level is a type programming language that can be easily understood by the user or a programmer but high level language cannot be easily understood by the computer. Types of High Level Language(HLL) Low Level Language(LLL):            Low Level is another type of programming language that cannot be easily understood by the user but can be easily understood by the computer. Types o