Answer:
PSD (Photoshop Document)
Explanation:
PSD (Photoshop Document) is an image file format native its one of Adobe's popular Photoshop Application. PSD files are commonly used for containing high quality graphics data.
Answer:
cin>>temperature;
Explanation:
This statement in c++ will take the input.The value entered by the user on the screen will be stored in the variable temperature. cin is an standard input method in c++ and is used take input from the screen. It is an object of istream class that is standard input stream .It corresponds to C stream stdin.
I want to say ‘A’ since if/else and switch statements are both conditional statements.
Answer:
Passwords must meet basic complexity requirements.
Explanation:
Password should contain:
- special characters like @#$%^&*
Passwords should not contain:
- user's name or surname
- birth year/date
- not similar to previous password
- account/identity number