Pergunta de entrevista da empresa BPRISE

What is module ? What are states of threads ?

Resposta da entrevista

Sigiloso

29 de mai. de 2019

Since you have not specified the context or programming language A generic definition would be Module is a set of functions which are designed to perform a particular task. Threads are a part of task which are started in a function to help achieve parallel execution of code.