Control <span>is the process of causing a system variable to conform to some desired value. Options Control feedback Design none of the above</span>
        
             
        
        
        
Answer: Pseudo code
Explanation:Pseudo code is a false code that is written in the textual story board to make the fictional plot of the story more understandable in the layman terms for everyone.This is done to increase the readability of the code , which cannot be understood easily by the actual code.
It is implemented on the algorithms of a program in computer field so that the complex coding statements can be understood by the programmer. 
 
        
             
        
        
        
The print_shape() is an illustration of Python function; whose execution is carried out when the function is called
<h3>The print_shape() function</h3>
The print_shape() function written in Python, where comments are used to explain each action is as follows:
#This defines the function
def print_shape():
    #The following iteration is repeated three times
    for i in range(3):
        #This prints the *** in each iteration 
        print('***')
#This calls the function
print_shape()
Read more about Python functions at:
brainly.com/question/15745784
 
        
             
        
        
        
You might propose  guest worker program for your country if you wanted to hire a large number of manual laborers from neighboring countries to build a large dam or canal, with the understanding that they would not be granted any other privileges or legal status in your country, after the project is finished.
<h3>What is 
guest worker  program?</h3>
- In the absence of a ready supply of replacement workers, guest worker programs enable foreign workers to live and work temporarily in a host nation.
- For temporary employment lasting less than a year, the United States now offers two guest worker programs: the H-2A program for temporary agricultural work and the H-2B program for temporary non-agricultural work.
- Guest workers will be eligible for all federal programs, including Social Security and Medicare, if they are granted green cards. Additionally, low-skilled, low-income guest workers bring along their spouses and kids, who are enrolled in local schools and qualify for a variety of state benefits.
To learn more about  program refer to:
brainly.com/question/20534047
#SPJ4
 
        
             
        
        
        
Answer:
it would have to be flow control which would be C.
Explanation: