Yes, a programmer just writes a bunch of text in a plain text file. Word doesn’t edit plain text files as far as I know, but you can use Notepad. Most programmers use fancier text editors with special features to help them, but they’re still just text editors.
Once you have a text editor you can use a program called an “interpreter” that will read the text file and do what it says (so long as it’s written correctly). Or you can use a program called a “compiler” which will turn your text file into binary gibberish that can be run by the processor. All executables on your computer are composed of this same binary gibberish.
Latest Answers