1.
What is a program in computer science?
- a planned series of events, a schedule
- This is a definition of a program, just not in the computer science sense.
- a translated language that is easy for the computer to understand
- This is actually called a low-level language!
- a sequence of instructions that specifies how to perform a computation
- You can write these instructions to accomplish pretty much anything you want!
- a general process for solving a category of problems
- This is actually called an algorithm!