Skip to main content

Posts

Showing posts from September, 2018

Programming ?!!!

PROGRAMMING Hi Everyone ! What is Programming ? Programming  is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Define Programming Language  A  prog ra mming language  is a special language programmers  use to develop software programs, scripts , or other sets of instructions for computers to execute.  Types of Programming Language Different languages have different purposes, so it makes sense to talk about different kinds, or types, of languages. Some types are: Machine languages , that are interpreted directly in hardware Assembly languages , that are thin wrappers over a corresponding machine language High-level languages , that are anything machine-independent System languages , that are designed for writing low-level tasks, like memory and process management Scripting languages , that are generally extremely high-level and powerful Domain-s...