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?

programming constructs

compiler

string

programmer

variables

loops

conditionals

functions

data types

The basic building blocks used to control computer programs are programming constructs, which are a sequence of words or symbols in a valid language that can be understood by the computer. These constructs are used to give instructions and manipulate data within a program.

A compiler is a software tool that translates the human-readable programming code into a machine-readable format that the computer can understand and execute.

A string is a data type used to represent a sequence of characters. It can be used to store and manipulate text-based data within a computer program.

A programmer is an individual who writes, tests, and maintains computer programs. They utilize programming constructs, compilers, and other tools to create functioning software applications.