Question

What are basic building blocks used to control computer programs, which are a sequence of words or symbols in a valid language and can be understood by the computer?(1 point)
Responses

programming constructs

string

programmer

compiler

programming constructs

The basic building blocks used to control computer programs are programming constructs.

The basic building blocks used to control computer programs are programming constructs. Programming constructs are the fundamental components or elements of a programming language that allow programmers to control the flow of a program's execution. They allow programmers to define how the program should behave based on certain conditions and make decisions.

Examples of programming constructs include loops (such as for loops and while loops) which allow repeated execution of a block of code, conditional statements (such as if-else statements and switch statements) which allow the program to make decisions based on certain conditions, and variables which store data and allow manipulation of values.

So, the correct answer to the question is "programming constructs."