Creating Morse Code in Pascal

  • #1
3
0
hi
i hav no idea how to creat MORSE CODE IN PASCAL
CAN anyone help me out PLZ
 
Technology news on Phys.org
  • #2
I believe you wish to program an English to morse code converter. You can complete this task in multiple methods. Loop through each character in a string, and implement a case statement to match the letter to the morse code equaivalent.
 
  • #3
can u please supply me with atleast one program for this,i need it fr my project i don't noe pascal..thanx a lot .
 

What is Morse Code and why is it important?

Morse Code is a method of transmitting messages through a series of short and long signals, usually represented by dots and dashes. It was invented by Samuel Morse and it has been used for long distance communication since the 19th century. It is important because it allowed for faster and more efficient communication, especially during times when other forms of communication were not available.

Can I create Morse Code in Pascal?

Yes, it is possible to create Morse Code using Pascal. Pascal is a high-level programming language that allows for the creation of various programs, including those that involve encoding and decoding Morse Code.

How do I create Morse Code in Pascal?

To create Morse Code in Pascal, you will need to first understand the logic behind Morse Code and how it is represented. Then, you can use the built-in functions and data structures in Pascal to create a program that can encode and decode text into Morse Code and vice versa.

What are the challenges of creating Morse Code in Pascal?

One of the main challenges of creating Morse Code in Pascal is understanding the logic behind Morse Code and how it is represented. Additionally, you may also encounter challenges in implementing the different functions and data structures in Pascal that are necessary for creating a functioning Morse Code program.

Are there any resources available for creating Morse Code in Pascal?

Yes, there are many resources available online that can help you create Morse Code in Pascal. These resources include tutorials, forums, and code examples that can guide you through the process of creating a Morse Code program in Pascal.

Suggested for: Creating Morse Code in Pascal

Replies
12
Views
978
2
Replies
60
Views
2K
Replies
0
Views
171
Replies
22
Views
1K
Replies
1
Views
492
Replies
34
Views
2K
Replies
2
Views
658
Replies
3
Views
634
Back
Top