DaD Quiz

DaD Quiz

1st Grade

39 Qs

quiz-placeholder

Similar activities

Prashnawali Class 1&2

Prashnawali Class 1&2

1st - 2nd Grade

40 Qs

Landscape Design2

Landscape Design2

1st Grade

40 Qs

Années 90

Années 90

1st Grade

40 Qs

KET3 HK2

KET3 HK2

1st Grade

37 Qs

Music- Texture

Music- Texture

KG - Professional Development

36 Qs

FREE ADMISSION EXAM 2

FREE ADMISSION EXAM 2

KG - Professional Development

40 Qs

latihan soal pas ganjil Kls X

latihan soal pas ganjil Kls X

1st Grade

40 Qs

UIL Art Elements

UIL Art Elements

1st - 5th Grade

43 Qs

DaD Quiz

DaD Quiz

Assessment

Quiz

Arts

1st Grade

Practice Problem

Easy

Created by

Al Cr

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How JMS- Jakarta/Java EE Messaging Service is different from RPC/RMI (Remote Procedure Call/Remote Method Invocation)?

In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus it is completely asynchronous in nature. While in JMS the message sender just sends the message to the destination and continues its own processing. The sender does not wait for the receiver to respond. This is also synchronous behaviour.

In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus it is completely asynchronous in nature. While in JMS the message sender just sends the message to the destination and continues its own processing. The sender does not wait for the receiver to respond. This is also asynchronous behaviour too.

In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus is completely synchronous in nature. While in JMS the message sender just sends the message to the destination and continues its own processing. The sender does not wait for the receiver to respond. This is asynchronous behaviour.

None of the existing answers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements/conclusions is NOT true in light of Amdahl's law used to measure parallel processing performance?

Parallelizing 95% of the solution and using a number of 1000 processors/cores simultaneously, the execution time is theoretically a maximum of 20 times shorter than the duration of the sequential solution.

The performance of parallel processing is dependent on the parallelizable portion of the code and the number of processors/cores.

Increasing the number of processors does not automatically mean a significant decrease in processing time for non 100% parallel solutions.

All problems could be parallelizable and the performance is directly proportional to the number of processors/cores used.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In OpenMPI, what is printed by the process 0?

me : 0, them : 1

me : 0, them : 1 OR me : 0, them : 8

me : 1 them : 0 OR me : 0, them : 8

me : 1 them : 0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we consider 2 vectors with values, X and Y, and the next sequence (pseudocode) that we want to execute in parallel : **S = 0; for (i = 1; i < 1000; i++) S = S + X[i] + Y[i];** What is the type of problem you will face in implementing the parallel solution?

The sequence cannot be executed in parallel because each iteration depends recursively on the previous interactions

Parallel thread synchronization issues

Loop dependencies

Race condition issues

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In OpenMPI, what is the purpose of a message tag?

To indicate the type of message

To count the number of characters in a message

To provide a mechanism to differentiate between message-passing routines written by different programmers

To provide a matching mechanism differentiating between message sent from one process to another process

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is NOT a parallel form/type of processing?

Bit level parallelism

RAM memory parallelism

Instruction level parallelism

Task-level parallelism

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about OpenMP Is NOT correct?

The main components of OpenMP are the compiler directives, the run-time library and the environment variables

OpenMP is an API that allows the implementation of explicit parallel solutions with multiple threads

OpenMP is designed for parallel systems with distributed memory and guarantees efficient memory usage

OpenMP supports UMA and NUMA architectures

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

Already have an account?

Discover more resources for Arts