Step 1: Understanding a computer program.
A computer program is a sequence of instructions that are written in a programming language. These instructions tell the computer how to perform specific tasks.
Step 2: Analyzing the options.
- (A) Lines: While lines of code are part of a program, the key concept is instructions that guide the computer's behavior.
- (B) Functions: Functions are blocks of code that perform specific tasks, but the whole program is made up of instructions, not just functions.
- (C) Instructions: This is correct. A computer program consists of instructions that tell the computer what to do.
- (D) Code words: This is incorrect. Code words are not a formal term in programming, whereas instructions are.
Step 3: Conclusion.
The correct answer is (C) Instructions, as it refers to the commands or operations written in a program.
Final Answer:
The correct answer is (C) Instructions.