Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

quiz-placeholder

Similar activities

BEEE0050: Sensors & Transducers- Quiz-1

BEEE0050: Sensors & Transducers- Quiz-1

University

30 Qs

CAO M3

CAO M3

University

20 Qs

CA memory transfer

CA memory transfer

University

20 Qs

Machine Learning

Machine Learning

University

20 Qs

HARDWARE QUIZ

HARDWARE QUIZ

University

20 Qs

QUIZ # 1 - CpET241 Microprocessor

QUIZ # 1 - CpET241 Microprocessor

University

20 Qs

ArquitecutaPC

ArquitecutaPC

University

20 Qs

Exploring Big Data Tools and Techniques

Exploring Big Data Tools and Techniques

University

25 Qs

Parallel Computing Quiz

Parallel Computing Quiz

Assessment

Quiz

Engineering

University

Easy

Created by

Kavitha R

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which parallel computing model divides tasks into smaller sub-tasks executed simultaneously?

SIMD

MIMD

SISD

MISD

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Flynn's taxonomy, which model is best suited for vector processing?

SIMD

MIMD

SISD

MISD

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which type of parallel algorithm is used in divide-and-conquer problems like merge sort?

Data-parallel

Task-parallel

Pipeline-parallel

Recursive-parallel

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In parallel computing, what does "embarrassingly parallel" mean?

Tasks require frequent synchronization

Tasks are independent and can run without communication

Tasks are sequential

Tasks are highly interdependent

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a **two-way cache** in parallel computing?

A cache shared between two processors

A cache that allows two simultaneous read/write operations

A cache with two levels (L1 and L2)

A cache that uses two different replacement policies

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which synchronization primitive ensures only one thread accesses a critical section at a time?

Barrier

Mutex

Semaphore

Spinlock

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Pthreads, which function is used to create a new thread?

`pthread_create()`

`pthread_join()`

`pthread_exit()`

`pthread_mutex_lock()`

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?