A workstation used at an engineering firm.
        
             
        
        
        
Matt Pyke and Karsten Schmidt wrote a programming code that created the video which they used for the advertisement for Audi. Thus, Option D is the correct statement.
<h3>What is a 
programming code?</h3>
Programming code refers back to the set of instructions, or a system of rules, written in a specific programming language (i.e., the source code). 
It is likewise the term used for the source code after it's been processed with the aid of using a compiler and made ready to run on the computer (i.e., the object code).
Therefore, Matt Pyke and Karsten Schmidt wrote a programming code that created the video which they used for the advertisement for Audi. Option D is the correct statement.
Learn more about programming code:
brainly.com/question/25770844
#SPJ1
 
        
             
        
        
        
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
 
        
             
        
        
        
All are software applications except Microsoft windows 7 operating system