Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

in most programming languages, before you can use any variable, you mus…

Question

in most programming languages, before you can use any variable, you must include a proclamation header definition declaration question 26 the process of breaking down a large program into modules is called decomposing modularization caching fragmentation

Explanation:

Brief Explanations
  1. In programming, a variable must be declared before use to tell the compiler its type and name.
  2. Modularization is the process of breaking a large - scale program into smaller, more manageable modules.

Answer:

  1. D. declaration
  2. B. modularization