Question:

Computer program is known as writing of _______ any programming language in a sequence.

Show Hint

A computer program consists of a sequence of instructions written in a programming language to perform specific tasks.
Updated On: Oct 8, 2025
  • Lines
  • Functions
  • Instructions
  • Code words
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

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.
Was this answer helpful?
0
0