ROCKET ENGINES
ROCKET ENGINES Rocket engine is the main component of a rocket or space craft. It is responsible for generating thrust and propelling the rocket vehicle into space. There are several…
ASCII CODE
ASCII CODE ASCII (American standard code for information interchange) is a character encoding scheme that represents text, numbers and control characters using binary code. There are two types of ASCII…
DIGITAL SIGNAL PROCESSOR
DIGITAL SIGNAL PROCESSOR A digital signal processor (DSP) is a specialized microprocessor designed to efficiently process digital signals. Digital signal processors can be classified into several types based on their…
BINARY CODED DECIMAL
BINARY CODED DECIMAL Binary coded decimal (BCD) is a binary representation of decimal numbers where each digit is represented by a fixed number of bits. There are two types of…
HYBRID (COMPILER AND INTERPRETER) SYSTEM
HYBRID (COMPILER AND INTERPRETER) SYSTEM Hybrid systems combine elements of both, compilers and interpreters. In Hybrid system the source code is compiled to an intermediate representation. The intermediate code…
MACHINE CODE
MACHINE CODE Machine code is the lowest level programming language that a computer processor can execute directly. It consists of binary instructions that the processor understands and executes. There are…
ASSEMBLY LANGUAGE
ASSEMBLY LANGUAGE Assembly language is a low level programming language that uses symbolic representations of machine instructions to communicate directly with a computer processor. There are two types of assembly…
INTERPRETER
INTERPRETER An interpreter is a computer program that directly executes source code written in a high level programming language without compiling it into machine code first. There are several types…
BLOCKCHAIN
BLOCKCHAIN A block chain is a decentralized digital ledger that records transactions across a network of computers. It is a secure, transparent and immutable way to store data enabling trustless…
COMPILER
COMPILERS A compiler is a computer program that translates source code written in a high level programming language into machine code that can be executed directly by a computer processor.…