Answer:
TRUE
Explanation:
The while loop is used to run the block of statement again and again until condition is TRUE. if condition false program terminate the loop and execute the next of while statement.
syntax:
initialize;
while(condition)
{
statement;
increment/decrement;
)
when condition is TRUE, the block of statement execute again and again.
Answer:
Active Directory
Explanation:
Active Directory (AD) is a Microsoft product that consists of several services that run on Windows Server to manage permissions and access to networked resources.
Active Directory categorizes objects by name and attributes. For example, the name of a user might include the name string, along with information associated with the user, such as passwords and Secure Shell (SSH) keys.
Answer:
The answer is candyCost = int(input("How much is the candy?"))
Explanation:
<span>Polymorphic message
Methods in different classes with a similar function are given the same name.
- Makes classes easier to use because programmers need to remember fewer method names.
- Employed as much as possible.
- Polymorphic message ex. is the toString method.</span>
Answer: genis view headset view
Explanation: