The things that make up a computer program are quite simple. The main things are the operators and operands in code. The operators are essentially specific instructions for the computer. Note that these aren't the variable terms. The operands are essentially the variable terms that you can fill in with names and numbers. All of this is written in a text editor, saved, put through a preprocessor to check for errors, and then it is compiled into machine code to be executed.
No comments:
Post a Comment