Skip to main content

Posts

Featured

PROGRAMMING DEFINITION Programming is a process in taking  an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. PROGRAMMING LANGUAGE A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.There are two types of programming language which are Low-Level Language and High-Level Language. TYPES OF PROGRAMMING LANGUAGE 1) LOW-LEVEL LANGUAGE Machine Language  A machine language consists of the numeric codes for the operations that a particular computer can execute directly. Machine language instructions typically use some bits to represent operations, such as addition, and some to represent operands, or perhaps the location of the next instruction.  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. 

Latest Posts

DATABASE

Operating System