Posts

NATO phonetic alphabets

A  - alpha B  - bravo C  - charlie D  - delta E  - echo F  - foxtrot G  - golf H  - hotel  I  - india J  - juliett K  - kilo L  - lima M - mike N  - november O  - oscar P  - papa Q  - quebec R  - romeo S  - sierra T  - tango U  - uniform V  - victor W - whiskey X  - x-ray Y  - yankee Z  - zulu

QR-Codes

Image
Briefing: A  QR code  ( quick-response code ) is a type of two-dimensional A QR Code (quick-response code) is a type of two dimensional matrix barcode, invented in 1994, by Japanese company Denso Wave for labelling automobile parts. A barcode is a machine-readable optical image that contains information specific to the labelled item. In practice, QR codes contain data for a locator, an identifier, and a website visitor tracking. To efficiently store data, QR codes use four standardized modes of encoding (i) numeric, (ii) alphanumeric, (iii) byte or binary, and (iv) kanji. A QR code consists of black squares arranged in a square grid on a white background, including some fiducial markers which can be read by an imaging device such as a camera, and processed using Reed-Solomon error correction until the image can be appropriately interpreted. The required data is then extracted from patterns that are present in both horizontal and vertical components o...

What are programming languages built upon?

     JAVA -  The very first Java compiler was developed by  Sun Microsystems  and was written in C using some libraries from C++. Today,   the Java compiler is written in Java, while the JRE is written in C . PHP -  PHP is written in the   high-level C programming language . C# -  It is an object-oriented programming language created by Microsoft that runs on the .NET Framework. C# has roots from the C family , and the language is close to other popular languages like C++ and Java. The first version was released in year 2002. The latest version, C# 11, was released in November 2022. C -   In 1972, a great computer scientist Dennis Ritchie created a new programming language called ‘C’ at the Bell Laboratories. It was created from ‘ALGOL’, ‘BCPL’ and ‘B’ programming languages. JAVASCRIPT -  JavaScript is a multi-paradigm, dynamic language with   types and operators, standard built-in objects, and methods . Its synt...