The process of fully taken in or accepting ideas and beliefs
Answer:
The answer is "Option c"
Explanation:
It is a pathway, which can resolve issues or evaluate quickly and efficiently would be a conceptual workaround. These rules of thumbs strategies reduce the time for decision-making, which enables employees to work without constantly reflecting on their next step. This approach uses shortcuts to deliver accurate methods throughout the sense of limited time or deadline, and wrong choices can be defined as follows:
- In choice a, it is wrong because it is used in a binary tree.
- In choice b, It is used in problem-solving, that's why it is wrong.
- In choice d, It is based on statistics, that's why it is incorrect.
The answer is A steriotyping
Answer:
The pseudocode is as follows:
input name
while name != "STOP"
print name
input name
End while
Explanation:
This gets name from the user
input name
This loop is repeated until the user inputs "STOP".
while name != "STOP"
This prints the name entered by the user
print name
This gets another name input from the user
input name
The loop ends here
End while
Answer: D or C both works