The answer is <em>B.) Close Range Drones</em>
I just took the test
 
        
             
        
        
        
Answer:
The correct pseudocode to find the records of all citizens over the age of 50 is IF(age > 50). 
OR EACH item IN citzlist
{
WHILE(not end of citzlist)
{
IF(age > 50)
{
DISPLAY(name)
}
}
} 
If this is run, it will bring out all the names of the citizen who are over the age of 50 in the list.
Explanation:
 
        
             
        
        
        
Answer:
def transfer(bank, log_in, userA, userB, amount): ''' In this function, you will try to make a transfer between two user accounts. bank is a dictionary where the key is the username and the value is the user's account balance. log_in is a dictionary where the key is the username and the value is the user's log-in status. amount is the amount to be transferred between user accounts (userA and userB). amount is always positive. What you will do: - Deduct the given amount from userA and add it to userB, which makes a transfer. - You should consider some following cases: - userA must be in the bank and his/her log-in status in log_in must be True. - userB must be in log_in, regardless of log-in status. userB can be absent in the bank. - No user can have a negative amount in their account. He/she must have a positive or zero balance. Return True if a transfer is made. For example:
Explanation:
 i know this much
 
        
             
        
        
        
Advantages: Nuclear energy has the ability to produce electricity without greenhouse gas emissions. It produces electricity without pollution
Disadvantages: The nuclear weapons threats. Some reactors produce plutonium which can be used to make nuclear weapons
        
             
        
        
        
B.) The addition of slide transitions