Posts

Showing posts from September, 2017

Computer Programming Language

Image
Computer Programming Language A  programming language  is a  formal language  t hat  specifies a  set of instructions  that can be used to produce various kinds of  output . Programming languages generally consist of instructions   for a  computer . Programming languages can be used to create  programs  that implement specific  algorithms . Language Types 1. Low Level Language. Low Level Language is defined as type of language that is close to machine (Computer) but far from human. It language is much tough for human but very easy for machine. Machine and Assembly language A machine language consists of the numeric codes for the operations that a particular computer can execute directly. The codes are strings of 0s and 1s, or binary digits (“bits”), which are frequently converted both from and to hexadecimal (base 16) for human viewing and modification. Machine language instructi...