Multiple choice

On which factor do the grammatical rules of a language depend?

  1. Structure

  2. Syntax

  3. Pseudocode

  4. Documentation

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

Syntax defines the grammatical rules that determine how words and symbols can be combined to form valid statements in a programming language. Structure is the result, pseudocode is a notation, and documentation describes code.