

InterviewSolution
Saved Bookmarks
1. |
Which of the following statement is true for concurrency?(a) different parts of the program executes physically(b) different parts of the program executes sequentially(c) different parts of the program executes conceptually(d) different parts of the program executes sequentially and physicallyThe question was posed to me in an internship interview.This is a very interesting question from Types of Processors topic in division Embedded Processors of Embedded Systems |
Answer» The correct choice is (C) different parts of the program executes CONCEPTUALLY |
|