Answer:
A workstation used at an engineering firm is characteristic of an enterprise environment.
 
        
             
        
        
        
Answer:
# Code in Python
dictionary={'A':1,'B':2,'C':3,'D':4} 
other_dictionary={}
for keys in dictionary:
if dictionary[keys]&1==1: 
temp=dictionary[keys]*dictionary[keys]-10*10
other_dictionary[keys]=temp
else:
other_dictionary[keys]=dictionary[keys]
print(other_dictionary)  
assert other_dictionary
Explanation:
- Initialize a sample example dictionary  and other_dictionary.
- Do a binary comparision for checking odd number
.
- Update the the value stored in the dictionary to store the squared difference of the original value and '10'.
- For even: store the original value (from dictionary).
 
        
             
        
        
        
Answer:
Creating websites that can execute automated tasks and new programing languages revolving around web development. 
Explanation:
 
        
             
        
        
        
A cookie(s), on a website, is a small text file that is placed on a computer by a website. Most websites online use cookies to track data. A person can turn off their cookie tracking by going into the settings and turning it off. You can directly choose to not have cookies placed on your computer or phone. However, some website does require the cookies to be enabled before you can visit the website. The correct answer will be C. 
        
             
        
        
        
Answer:
D. Prepare the content
Explanation:
Before Jennifer starts designing the website she has to prepare content for the website