Posts

Showing posts from December, 2020

Programming language source for beginners

Image
  Programming language: In simple words, programming is defined as set of instructions and commands that given to computer by us to perform different tasks. If I take real life example then humans use a language to communicate with each other e.g Hindi ,English ,Urdu ,French etc.like humans use different languages to communicate with each other ,computer programming language is medium for us to communicate with computers. It is a way for us to deliever our instructions to the computer. Use of programming language: There are two types of programming languages: first is front end development and second one is back end development. . let us explain them in detail: 1.front end development: It consists CSS ,HTML and javascript language. It is the part of the website that  users interacts directly.It is basically the front part of screen that shown to us.Structure,design ,layout ,text style everything that user see on the screen managed and operated by the front end languages. 2.bac...