What is the Morse code for the distress signal is SOS?

What is the Morse code for the distress signal is SOS? Correct Answer 3 Dots, 3Dashes, and 3 Dots

In an emergency the distress signal is SOS– 3 dots, 3 dashes, and 3 dots – internationally recognized by treaty. It is used to call emergency help when someone is in need.

Related Questions

A instigates B to resist by force a distress made by a public servant, knowing full well that B most likely will cause hurt in the process. Hence B in consequence, resists that distress. In offering the resistance, B voluntarily causes grievous hurt to the officer executing the distress.
Who along with Samuel Morse developed Morse code?
Each of a set of n processes executes the following code using two semaphores a and b initialized to 1 and 0, respectively. Assume that count is a shared variable initialized to 0 and not used in CODE SECTION P. CODE SECTION P wait (a); count=count+1 ; if (count==n) signal (b) ; signal (a) ; wait (b) ; signal (b) ; CODE SECTION Q What does the code achieve?