Re: instantaneous recall of letter order in alphabet



Joachim Pense <snob@xxxxxxxxxxxxxx> wrote in message
news:13sgt70ls7trl.oq0edyp1npho$.dlg@xxxxxxxxxxxxx
Am Tue, 9 Jan 2007 19:21:16 -0500 schrieb Oliver Cromm:

OTOH, no one I asked so far knew instantaneously where the first half of
the alphabet ends. I guess I should ask more librarians.

Well, I do. (I just tried to answer your question spontaneously)

The reason is that as a child I had a toy abacus (or toy slate or
something) with the letters printed along the frame in an U shape,
starting with A on the upper left, ending with Z in the upper right. M
and N were the middle in the bottom. As this U shape became my
permanent mental image of the alphabet, I'd immediately say: "It's
M!".

My knowledge that ^M is ASCII 13 and there are 26 letters in the
alphabet served as a verification.
Joachim

I guess the reason why you remember ^M as ASCII 13
(or hex D) is the fact that ^M is a frequently occuring
Carriage Return character, right? :-)

So your toy abacus didn't have characters like sharp-S
and umlauts?

pjk


.



Relevant Pages

  • Re: Standard way to implement ASCII control chars
    ... "In this case the alphabet is NATIVE (ASCII), and the line feed character, the ... In this case the alphabet is NATIVE, and the line> feed character, the value of which is X'0A', is the eleventh charater in the> 'ASCII alphabet.' ...
    (comp.lang.cobol)
  • Re: Standard way to implement ASCII control chars
    ... "Karl Kiesel" wrote in message ... > (without an IN alphabet clause). ... In this case the alphabet is NATIVE (ASCII), ... feed character, the value of which is X'0A', is the eleventh charater in the ...
    (comp.lang.cobol)
  • Re: instantaneous recall of letter order in alphabet
    ... I guess I should ask more librarians. ... The reason is that as a child I had a toy abacus (or toy slate or ... starting with A on the upper left, ending with Z in the upper right. ... permanent mental image of the alphabet, ...
    (sci.lang)
  • Re: cracking the vigenere cipher when the key is non-alphabetic
    ... the characters in it will be from a single alphabet. ... If the plaintext uses full ASCII, ...
    (sci.crypt)
  • Re: Test for contiguous alphabet in character set
    ... > a character set with contiguous alphabets. ... > This function would test the lowercase alphabet: ... This tests contiguity of the lower-case alphabet, ... One way would be to use the position of the character ...
    (comp.lang.c)