Answer:
'if'
Explanation:
The if word is used in an if-statement (a type of conditional statement) that allows the computer to do certain computations based on what the conditional statement evaluates to.
Hope this helps :)
Answer:
Threads will terminate
Explanation:
Each process are assigned there own memory and resources, Process is also called Application such as Chrome, Word etc. Process can have one or many threads. each thread shares the memory and resources of its process.
Once the process terminates and its free its memory and resources, Which means all of its threads automatically terminated as they share the memory and resources of process.
Thread can only resides within process resources.
Answer:
They would have had to retry and go back to experimenting.