Is it because the operating system is written in the C programming language? I think that the A and B languages were not so successful?
I am thirteen and trying to do computer programming in C#.
Is it because the operating system is written in the C programming language? I think that the A and B languages were not so successful?
I am thirteen and trying to do computer programming in C#.
I'd say that it's because the A: and B: drives were traditionally floppy drives and early computers required you to boot using a bootable floppy disk.
I strongly doubt if the lettering has anything to do with programming languages.
The hard disk letter is C because historically, drives A and B were for floppy disks. It has nothing to do with the language in which the operating system is written.
I think it's a kind of legacy from old versions of Microsoft Operating Systems where letters A and B were assigned to floppy drives.
Its because A and B used to be floppy drives back in the days when floppy drives were the norm and there were no hard-disks. The letter C was given to any hard disk that the user installed. The drives A and B have since then been reserved for floppy drives. This has nothing to do with programming languages.
It's a left over from the original PC designs. Originally PCs only had up to 2 floppy disk drives labelled A and B. Some time later hard disks got added and became drive C.
I wonder if now that computers these days rarely come with a floppy drive, it would be ok to make the primary drive be A or B. What problems might this cause?
Wikipedia gives a good explanation about the logic of drive lettering:
Except for CP/M and early versions of MS-DOS, the operating systems assigns drive letters according to the following algorithm:
*But why the letter "C"? Why not "A" or "B"? Why not "Z?"*
Unsurprisingly, the answer lies in Microsoft's old DOS roots. Long before Windows existed, most PC-compatible computer systems had only one disk drive in it - a floppy disk drive. At the time, users would insert their DOS floppy disk into the computer just before they turned it on, and the computer would start, or "boot up" via the software on the floppy. As the first and often only disk drive installed in the computer, the floppy disk was assigned the first letter of the alphabet.
Ah, floppy disks, remember those?
You could spend a whole afternoon coding your latest killer app, then find that you couldn't save it because it was too big to fit on a 5.25" single density disk.
That was when floppies really were floppy. Thin and flimsy, usually in either 5.25" or 8" sizes, though the first internal drives that appeared in PCs were 5.25". As previously mentioned, the early versions of MS Dos used to automatically assign drive A: to the first floppy drive and B: to the second. Hard drives didn't even fit into PCs back then. You could buy a 5mb Winchester Hard Disk that weighed about 30Kg and came in a big external cabinet nearly the size of a modern mini tower pc.
If your PC had twin floppies you could type a command something like "copy a: b:" to copy the contents of drive A: to drive B:
But then that was all back in a time when Bill Gates was worth about $10,000!