_______ is a process prompted by a question
a program in execution is called process...
An input function is a process prompted by a question. A function is a process, for example (in pseudo code): Function Prompt Print "What is a number between 1 and 10?" Get input Number If Number != a number Print "I said a number idiot!" Break Else if Number < 1 or Number >10 Print "Are you retarded? I said between 1 and 10." Break Else Print "Nice number. I like " Number ". Lets do it again." Break Call function Prompt That function can be considered a process. Granted it's an infinite loop in this case, but the principle is still the same. It's a process prompted by a question. IS that what you were looking for?
Join our real-time social learning platform and learn together with your friends!