Skip to main content

Posts

Featured

PROGRAMMING  What is Programming   ? Programming is the implementation of logic to facilitate specified computing operations and functionality. It occurs in one or more languages, which differ by application, domain and programming model .  Define Programming language .  A programming language is a set of commands, instructions, and other  syntax  use to create a software  program . Languages that programmers use to write code are called "high-level languages." This code can be compiled into a "low-level language," which is recognized directly by the computer hardware. High-level languages are designed to be easy to read and understand. This allows programmers to write  source code  in a natural fashion, using logical words and symbols. For example, reserved words like  function ,  while ,  if , and  else  are used in most major programming languages. Symbols like  < ,  > ,  == , and  !=  are common operators. Many high-level languages are simil

Latest Posts