1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Brrunno [24]
3 years ago
15

Answer the following questions using the five different kinds of parallelism techniques: A - Instruction Level Parallelism B - D

ata Level Parallelism/SIMD C - Thread Level Parallelism D - Request Level Parallelism E - Data Level Parallelism/MapReduce
Computers and Technology
1 answer:
enot [183]3 years ago
5 0

Answer:

In computers, multiple processes can be processed at the same time in parallel. The type of computing is called <u>Parallelism. </u>It is the type of computing in which a big task also may subdivided into smaller portions and then execute them in parallel. There are Five types of parallelism.

<u>A. Instruction Level Parallelism</u>

A type of computing in which multiple instruction of the same program can be run at the same time in parallel. In this type of parallel computing, it is measured that how many instruction of the program can be executed simultaneously.

<u>B - Data Level Parallelism/SIMD</u>

The type of computing in which same data can be used in multiple processes at the same time. The same data that is used in all program or instructions that are used in parallel operations can use at the same time.

<u>C - Thread Level Parallelism</u>

In this type of computing an application can access multiple threads at the same time.

<em>Threads are the small instructions of program that are independent from program but necessary to run the program. </em>

<em />

<u>D - Request Level Parallelism</u>

In this type of computing multiple request from end users can be processed simultaneously.

<em>Request is the task that is needed to be processed by user or run time.</em>

<em></em>

E - Data Level Parallelism/MapReduce

In this type of computing multiple processes that are independent from each other are processed at the same time. In this type order of the operations of instruction doesn't matter.

You might be interested in
What was a result of george washington's belief in the sovereignty of the people instead of monarchy?
Ilya [14]
<span>George Washington's belief in the sovereignty of the people instead of monarchy led him to reject a third term as president.</span>
8 0
3 years ago
What would you enter at the command prompt to start a new bourne again shell session?
butalik [34]

The answer is bash . The bash command opens a Bourne-again sheel (bash) session. It is the standard shell used in most Linux computers and it uses commands similar to a UNIX shell. Bash includes features such as:

1) Command completion when pressing the tab key.

2) Command history.

3) Improved arithmetic functions.

6 0
3 years ago
Suppose we have a dictionary called grades as shown below:
mihalych1998 [28]

Answer:

import statistics as st # importing statistics package to calculate mean as st.

grades = {"John": [87,90,86.8], "Mary": [78, 81.5, 88.6],"Susan":[45,67,76]}

for key,value in grades.items():#iterating over the dictionary

   average_score=st.mean(value)#calculating the mean of every student

   gr="" empty string to store the grades

   if average_score>=90: # nested if else if and statements for the grades in gr

       gr="A"

   elif average_score>=80.0 and average_score<90.0:

       gr="B"

   elif average_score>=70.0 and average_score<80.0:

       gr="C"

   elif average_score>=60.0 and average_score<70.0:

       gr="D"

   else :

       gr="F"

       

   print(str(key)+" "+str(average_score)+" "+str(gr)) #printing grades of every student.

Output:-Mary 82.7 B

John 87.93333333333334 B

Susan 62.666666666666664 D

Explanation:

1.In this program we are iterating over the dictionary grades.

2.Storing and calculating the mean of the scores of every student us statistics package.

3.Storing the grade in string gr and updating the gr according to the mean score

4.After that printing the grade of the student with their name and mean score.

6 0
3 years ago
When designing a website, Claire creates a color palette for the web pages. How can the color palette help Claire design effecti
Vilka [71]
Consistency and unity
highlight important content
4 0
3 years ago
Write a public interface named Test with the following behavior:
enyata [817]

Answer:

The code to this question can be given as:

Code:

public interface Test  //define interface  

{

   public abstract Duration getDuration(); //define method

getDuration.  

   public abstract Result check(int a);

//define method

check .

   public abstract double getScore();

//define method getScore.  

}

Explanation:

In the above code, we define an interface that is "Test" inside an interface, we define three methods that can be defined as:

  • First, we define a method that is "getDuration" that method returns  Duration as an object.
  • Second, we define a method that is "check" this method accepts an integer parameter that is a and return Result.
  • The third method is "getScore" this method will return a double value.
8 0
3 years ago
Other questions:
  • In dt.py, you will implement a basic decision tree classifier for
    5·1 answer
  • The most popular input device of a computer is a(n) ____.
    6·1 answer
  • Write a Java program that can compute the interest on the next monthly mortgage payment. The program reads the balance and the a
    12·1 answer
  • Makes it possible to distribute both power and data using ethernet cabling. select one:
    12·1 answer
  • A tripod head can move vertically or horizontally. What term describes these movements?
    15·2 answers
  • Which terms represent the two types of client requirements?
    14·1 answer
  • When changing lanes on an expressway signal your intentions and?
    8·1 answer
  • Which of the following statement is true for Service Request Floods A. An attacker or group of zombies attempts to exhaust serve
    9·1 answer
  • Edra kinsman is the sales manager for narbonne suites hotel chain, which has locations in washington, oregon, idaho, and montana
    14·1 answer
  • Which of the following is NOT a computer peripheral?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!