Skip to main content

Data Analytics MCQs UNIT-3

                     Data Analytics MCQs UNIT-3

1. The primary and essential mechanism to support the sparse matrices is

  1. Gather-scatter operations
  2. Gather operations
  3. Scatter operations
  4. Gather-scatter technique

 Answer

Gather-scatter operations

2. In the gather operation, a single node collects a ———

  1. Unique message from each node
  2. Unique message from only one node
  3. Different message from each node
  4. None of Above

 Answer

Unique message from each node

3. In the scatter operation, a single node sends a ————

  1. Unique message of size m to every other node
  2. Different message of size m to every other node
  3. Different message of different size m to every other node
  4. All of Above

 Answer

Unique message of size m to every other node

4. Is All to all Bradcasting is same as All to all personalized communication?

  1. Yes
  2. No

 Answer

No

5. Is scatter operation is same as Broadcast?

  1. Yes
  2. No

 Answer

No

6. All-to-all personalized communication is also known as

  1. Total Exchange
  2. Personal Message
  3. Scatter
  4. Gather

 Answer

Total Exchange

7. By which way, scatter operation is different than broadcast

  1. Message size
  2. Number of nodes
  3. Same
  4. None of above

 Answer

Message size

8. The gather operation is exactly the _ of the scatter operation

  1. Inverse
  2. Reverse
  3. Multiple
  4. Same

 Answer

Inverse

9. The gather operation is exactly the inverse of the_

  1. Scatter operation
  2. Broadcast operation
  3. Prefix Sum
  4. Reduction operation

 Answer

Scatter operation

hpc mcq questions

10. The dual of one-to-all broadcast is all-to-one reduction. True or False?

  1. TRUE
  2. FALSE

 Answer

TRUE

11. A binary tree in which processors are (logically) at the leaves and internal nodes are routing nodes.

  1. TRUE
  2. FALSE

 Answer

TRUE

12. Group communication operations are built using point-to-point messaging primitives

  1. TRUE
  2. FALSE

 Answer

TRUE

13. Communicating a message of size m over an uncongested network takes time ts + tmw

  1. True
  2. False

 Answer

True

14. Parallel programs: Which speedup could be achieved according to Amdahl´s law for infinite number of processors if 5% of a program is sequential and the remaining part is ideally parallel?

  1. Infinite speedup
  2. 5
  3. 20
  4. None of above

 Answer

20

15. Shift register that performs a circular shift is called

  1. Invalid Counter
  2. Valid Counter
  3. Ring
  4. Undefined

 Answer

Ring

16. 8 bit information can be stored in

  1. 2 Registers
  2. 4 Registers
  3. 6 Registers
  4. 8 Registers

 Answer

8 Registers

17. The result of prefix expression * / b + – d a c d, where a = 3, b = 6, c = 1, d = 5 is

  1. 0
  2. 5
  3. 10
  4. 8

 Answer

10

18. The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of nodes in a binary tree of height h is?

  1. 2h – 1
  2. 2h – 1 – 1
  3. 2h + 1 – 1
  4. 2 * (h+1)

 Answer

2h + 1 – 1

19. A hypercube has_

  1. 2^d nodes
  2. 2d nodes
  3. 2n Nodes
  4. N Nodes

 Answer

2^d nodes

Parallel computing mcq with answers

20. The Prefix Sum Operation can be implemented using the_

  1. All-to-all broadcast kernel
  2. All-to-one broadcast kernel
  3. One-to-all broadcast Kernel
  4. Scatter Kernel

 Answer

All-to-all broadcast kernel

21.In the scatter operation_

  1. Single node send a unique message of size m to every other node
  2. Single node send a same message of size m to every other node
  3. Single node send a unique message of size m to next node
  4. None of Above

 Answer

Single node send a unique message of size m to every other node

22. In All-to-All Personalized Communication Each node has a distinct message of size m for every other node

  1. True
  2. False

 Answer

True

23. A binary tree in which processors are (logically) at the leaves and internal nodes are
routing nodes.

  1. True
  2. False

 Answer

True

24. In All-to-All Broadcast each processor is thesource as well as destination.

  1. True
  2. False

 Answer

True

 

Comments

Popular posts from this blog

short key of c programming

short key of c programming Shortcut Keys(Hot Keys)     Operation    Alt + F  -            Open file Alt + F3 -           Close Alt + F + N  -    New file Alt + X  -           Exit turbo c Alt + F5 -          Output Screen Alt + F + L  -    Check programme load or not. Alt + ENTER  - Full screen Shift + Del -       Cut Shift + Insert -   Paste Ctr + Insert -    Copy Alt+F9 -           Compile a program Ctr + F8           Bbreak point Ctrl+F9 -          To run a program Ctrl+s -...

C LANGUAGE - OVERVIEW C - VARIABLES

C LANGUAGE - OVERVIEW Advertisements C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972. In 1978, Brian Kernighan and Dennis Ritchie produced the first publicly available description of C, now known as the K&R standard. The UNIX operating system, the C compiler, and essentially all UNIX application programs have been written in C. C has now become a widely used professional language for various reasons − Easy to learn Structured language It produces efficient programs It can handle low-level activities It can be compiled on a variety of computer platforms Facts about C C was invented to write an operating system called UNIX. C is a successor of B language which was introduced around the early 1970s. The language was formalized in 1988 by the American National Standard Institute  A N S I A N S ...

environment

It looks like you meant "environment." The environment refers to the surroundings or conditions in which a person, animal, or plant lives or operates. It encompasses various elements, including natural resources, ecosystems, climate, and human-made structures. Protecting and preserving the environment is crucial for the well-being of all living organisms on Earth. Is there anything specific you'd like to discuss or learn about regarding the environment?