1. D you can't change the lens. Point and shoot cameras have a fixed lens so you don't need to change them.
2. C D-SLR. They have fast shutter and focus speeds for photography. They are used in a lot of professional settings.
Answer:
pancakes = int(input("Enter number of pancakes "))
if pancakes>3:
print("Yum!")
else:
print("Still hungry!")
Explanation:
It is a very simple program in python programming language
The input function is used to prompt user to enter a value for the variable pancakes
Using if and else constructs the program outputs Yum! or Still Hungry
Answer:
The Font Tool
Explanation:
Both Calibri and Arial are default fonts, thus changing from calibri to arial requires the font tool
Answer:
C) OpenID Connect
Explanation:
The best option is OpenID Connect because is based in OAuth, and supports multiple web based and mobile clients, and supports REST.
With OAuth, we cannot make any user authentication just provide a token to access data.
RADIUS is a networking protocol, and Shibboleth is a single sign-on log-in system for computer networks and the Internet, both not support REST.