Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Automata & Computation Expert

Question:

I am looking for an answers to those questions. i would like to have the solution for them with fall explanationsQuestion 1: Identify the choice that best completes the statement or answers the question.

1. Scalability is a measure of a parallel systems capacity to increase speedup in proportion to the problem size.(T/F)

2. if a problem size w has a serial component ws. w ws is an upper bound on its speedup. no matter how many processing elements are used. (T/F)

3. A hypercube with 2nd nodes can he regarded as a d-dimensional mesh with two, nodes in each dimension. (T/F)

4. A linear array or a ring) composed of 2nd nodes can be embedded into a d-dimensional hypercube by mapping node i of the linear array onto node. (T/F)

5. In cut through routing, all small messages (flits) go the same routine. (T/F)

6. As Ions as we increase the problem size, the parallel efficiency can he improved. (T/F)

7. There may have many approaches to decompose an application into tasks. (T/F)

8. Recursive decomposition is not suitable for questions that can be solved by divide-and -conquer technique. (T/F)

9. In store and forward routing a message can only be passed to the next node after completely received. (T/F)

10. Centralized load-balancing schemes arc usual easier to implement than distributed schemes, but may have limited satiability. (T/F)

11. Exploratory decomposition is a powerful and commonly used method for deriving concurrency) in algorithms that operate on large data structures, (T/F)

12. Efficiency is a measure that captures the relative benefit of solving a problem in parallel. (T/F)

13. Which of the following statements about high performance computing is incorrect?
a. both parallel computing and grid computing belong to high performance computing.
b. High performance computing can save computing time, solve large problem, provide concurrency.
e. High performance computing is needed because the memory speed is growing faster than the CPU speed.
d. John Von Neumann is not the one who first proposed high performance computing concept.

14. Which of the following statements about message passing and shared address space platforms is incorrect?
a. Shared space and message passing here means data communication models.
b. We cannot do message passing on a shared address space platforms.
c. Message passing requires less hardware support
d. Both uniform memory access and non-uniform memory access machines are shared address space machines.

15. Which of the following, in statements about decomposition methods is incorrect?
a. Recursive decomposition is not suitable for questions that can be solved by divide and conquer technique.
b) Different decomposition methods may produce the same result.
c. Decomposition can be regarded the first step fur doing the parallel computation.
d. Output data decomposition sometimes fails because the output is unknown.

16. Which if the following statements about message passing and shared address space platforms is incorrect?
a. Shared space and message passing here means data communication models
b. We cannot do maize passing on a shared address space platforms
c. Message passing requires less hardware support
d. Both uniform memory access and non-uniform memory access machines arc shared address space machines.

17. Which of the following statements about decomposition is incorrect?
a. There may have approaches to decompose an application into tasks,
b. We usually need many decomposition methods working together to get a good decomposition.
c. After the decomposition, we get man independent tasks, which can be executed at the same time.
d. After The decomposition we need to map obtained tasks to the different physical processors. We should consider both the communication and concurrency during the mapping.

18. Which of the following statements about network connection is incorrect?
a. Network Connection in high performance computing only means processor to processor connection.
b. Bandwidth is the bottleneck for the bus.
c. Crossbar networking is cost inefficient.
d. Multistage network is a tradeoff between bus and crossbar network.

19. Which of the following statements about the message routing methods is incorrect?
a. In store and forward routing a message can only he passed to the next node after completely received.
b. In packet routing, all packets go the same routine.
c. In cut through routing, all small messages (flits) go the same routine,
d. When designing a cluster computer (many PCs connected together). we generally, use cut-through routing, for message passing.

20. Assume you halve many processors Each processor contains a value b1. You want to read an integer value a from the keyboard and then compute and output the sum of ax bi. Which of the following functions cannot do this job?
a. MPI_Send, MP1_Recv
b. MPI Beast, MPI_Reduce
c. MPI Send. MPI Gather
d. None of the above

21. There are 16 processors in the following graph. Each node is a processor. They are connected a mesh network. Now there is a message going to be broadcasted from one node to all other nodes.

916_Image.jpg

a. Labe the node in the graph from 0 to 15.
b. No suppose the node 0 contains the message. Show how to broadcast the message.
c. Compute the cost of one-to-all broadcast.

22. Compute efficiency of adding n numbers on an n-processor hypercube.

23 A parallel program has some experiment data below.

Number of processors CPU Time in school
1 100
2 15
4 22
8 12
16 10

We consider one processor case as the sequential runtime. Compute The following value in the 16 processors Case.

a. Parallel cost

b. Overhead

c. Speedup

d. Is there a superliner speedup here?

24. On a p-node hypercube. The time to complete the entire all to all broadcast procedure is

T - r=iΣlogr(t, 2t-1tn). Show the details to get T = t, log p + tump)

25. Give an example of how increasing processor utilization increase inter processor communication.

Automata & Computation, Computer Science

  • Category:- Automata & Computation
  • Reference No.:- M91764702
  • Price:- $50

Guranteed 36 Hours Delivery, In Price:- $50

Have any Question?


Related Questions in Automata & Computation

Question - design a state machine that will control a

Question - Design a state machine that will control a vending machine. The vending machine has 4 inputs, N, D indicating a nickel or dime was inserted as well as clk and an active high asynchronous reset. The vending mac ...

Solve the question given belowprove the following statement

Solve the question given below Prove the following statement using Hall's Theorem. For any bipartite graph G=(U, V, E), if every node (either a left node or a right node) has exactly d neighbors, where d is an arbitrary ...

Question - design a task or function that will check the

Question - Design a task or function that will check the parity of a word for odd parity. The input to the task/function is a 5-bit word called data_in. If the parity of input data_in is not odd increment an error count ...

Models of computation assignment -purpose - to improve and

Models of Computation Assignment - Purpose - To improve and consolidate your understanding of regular and context-free languages, finite-state and pushdown automata. To develop skills in analysis and formal reasoning abo ...

Models of computation assignment -purpose - to improve and

Models of Computation Assignment - Purpose - To improve and consolidate your understanding of regular and context-free languages, finite-state and pushdown automata. To develop skills in analysis and formal reasoning abo ...

Prove or disprove the following proposed inference rules

Prove or disprove the following proposed inference rules for functional dependencies. A proof should be made by using the reflexive, augmentation, transitive, decomposition, union, and pseudotransitive rules. A disproof ...

Prove or disprove the following proposed inference rules

Prove or disprove the following proposed inference rules for functional dependencies. A proof should be made by using the reflexive, augmentation, transitive, decomposition, union, and pseudotransitive rules. A disproof ...

Question 1a digital computer has a memory unit with 16 bits

Question 1: A digital computer has a memory unit with 16 bits per word. The instruction set consists of 122 different operations. All instructions have an operation code part (opcode) and an address part (allowing for on ...

Question 1hoare logic semantics for each of the parts below

Question 1 Hoare Logic Semantics For each of the parts below, justify your answer briefly. 1. For which programs S does {False} S {True} hold? 2. For which programs S does {True} S {False} hold? 3. For which programs S d ...

Regular expressions automatacomputabilitytheory of

Regular expressions, automata/computability/theory of computation How would I go about interpreting regular expressions? For example, how would I interpret the following in English: (0+1)*011 0*1*2* 0^(+)1^(+)2^(+)

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As