Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

quiz-placeholder

Similar activities

Robotics II - Final Exam

Robotics II - Final Exam

12th Grade - University

25 Qs

Understanding Schematic and Logic Diagrams

Understanding Schematic and Logic Diagrams

University

20 Qs

C classroom activity 8.4.25

C classroom activity 8.4.25

University

20 Qs

ECE ORT QUIZ1

ECE ORT QUIZ1

University

20 Qs

CLR 4

CLR 4

University

20 Qs

Post Test-11

Post Test-11

University

20 Qs

Understanding Shadow Play Quiz

Understanding Shadow Play Quiz

6th Grade - University

20 Qs

Programming Lab Quiz

Programming Lab Quiz

University

25 Qs

Parallel Computing Quiz

Parallel Computing Quiz

Assessment

Quiz

Engineering

University

Practice Problem

Easy

Created by

Kavitha R

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?