Skip to main content

Share: Morse Code

Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes or dits and dahs. Morse code is named after Samuel Morse, an inventor of the telegraph.

International Morse Code, also known as Continental Morse Code, encodes the 26 English letters A to Z, some non-English letters, the Arabic numerals and a small set of punctuation and procedural signals (prosigns). There is no distinction between upper and lower case letters.

Morse code can be transmitted in a number of ways: as electrical pulses along a telegraph wire, as an audio tone, a radio signal with short and long tones, or as a mechanical, audible, or visual signal e.g. a flashing light  or even a car horn. Some mine rescues have used pulling on a rope, a short pull for a dot and a long pull for a dash.

Morse code is transmitted using just two states - on and off. Historians have called it the first digital code. Morse code may be represented as a binary code, and that is what telegraph operators do when transmitting messages. A Morse code sequence may be made from a combination of:
* short mark, dot or "dit" (.): 1
* longer mark, dash or "dah" (-): 111
* intra-character gap (between the dots and dashes within a character): 0
* short gap (between letters): 000
* medium gap (between words): 0000000

 

Popular posts from this blog

How-To: Make Certificates Using Microsoft PowerPoint

It is actually very easy to make certificates using Microsoft PowerPoint. There are plenty of templates you can choose and modify. 1. Choose Design and Orientation, either you want it to be Portrait or Landscape. 2. Choose Font/s and Size/s, you can BOLD to highlight name, certificate name, etc. Design the certificate, e.g. text alignment, you may as well insert your logo, etc. * Save a master copy, so you can re-use it for other names and certificates. Save as PDF if it is an e-certificate. Avoid full-color background so certificates can be easily printed out by holders.   Samples:  

Share: Programming Languages

Programming languages are essential tools that enable humans to communicate with computers, instructing them to perform specific tasks. These languages serve as a bridge between human understanding and machine execution, allowing developers to create a wide range of software applications. In this comprehensive overview, we'll explore the history, types, and characteristics of programming languages. History of Programming Languages: The history of programming languages can be traced back to the mid-19th century, with the development of early mechanical computers. Ada Lovelace, often regarded as the world's first programmer, wrote algorithms for Charles Babbage's Analytical Engine in the 1840s. However, the true evolution of programming languages gained momentum in the 20th century. 1. Machine Code and Assembly Language: The earliest "programming" involved manually toggling switches or setting wires on early computers to input binary instructions directly. As techno