Top/public/assessment/2018-2019/Outcomes/6/6f
For evaluators
Catalog
Courses
Course coords
Courses offered
Personnel
ABET assessment
Library resources

Curricular issues
Course portfolios
Student transcripts
Dept. meetings
Assessment
    Data & results
    Responsibilities
    Forms
Videos

Site map / help

6f: Concurrency
Academic Year 2018-2019

Concurrent computing refers to situations where different computational tasks are executed in overlapping time periods (i.e, concurrently) instead of sequentially (one after the other). The tasks could be implemented as processes or threads. Also, there may be a need to synchronize the different tasks in some manner. Here, we test the ability of students to solve a problem using concurrent programming that involves either multiple processes or multiple threads.

Assessment is performed as follows.