Multiple choice

The process of actually writing a program in a programming language is known as _______.

  1. coding

  2. pseudocoding

  3. compiling

  4. debugging

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Coding is the process of writing actual program instructions in a programming language. Pseudocoding creates algorithmic drafts, compiling translates code to machine language, and debugging fixes errors.