answer.
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
slava [35]
2 years ago
9

In this exercise we look at memory locality properties of matrix computation. Th e following code is written in C, where element

s within the same row are stored contiguously. Assume each word is a 32-bit integer.
for (I=0; I<8; I++)
for (J=0; J<8000; J++)
A[I][J]=B[I][0]+A[J][I];
References to which variables exhibit temporal locality?
Computers and Technology
1 answer:
Sonja [21]2 years ago
4 0

Answer:

Explanation:

temporal locality can be defined as: when a particular memory  is referenced or accessed several times  within a specific period of time. In the question, i think the variable that exhibit temporal locality are I, J and 0(all the variable). This is because the variable J and 0 are accessed several times within the loop. I would not have been part of it, but in the A[I][J]=B[I][0]+A[J][I], the variable "I" is also accessed in the addition. this is why it is part of the temporal locality.

You might be interested in
Where can the Field Service Manual containing Critical Callout, Disassembly and Reassembly instructions be found?
-BARSIC- [3]

Answer:

Somewhere

Explanation:

5 0
1 year ago
How is the IT function organized in your school or place of employment? Create an organization chart showing how the IT organiza
kkurt [141]

Answer:

A

At my place of employment (which is a knowledge based business) the IT function integrates with all aspect of the operations which include:

  1. top management,
  2. business units,
  3. customers,
  4. non-IT suppliers, and
  5. IT providers.

The IT function manages the entire information technology value chain within the organisation. It provides solutions with regard to the software and hardware IT infrastructure.

We have a locally developed software which forms the frame work upon which our business rests. We refer to this as the Primary Production software. Other software which come preinstalled or post-installed on our machines are referred to as Secondary Production softwares.

All the hardware upon which the Primary and Secondary Production software run on are also managed the the IT Unit.

Every aspect of our operations described above must at somepoint interface or require the expertise of the IT Unit.

Our customers rely on the Primary software.

Business Units must a manager key functions for the Primary software on the backend and rely on secondary production software for other administrative tasks.

B

Please see attached the organisational chart that shows how the above relationships interplay.

C

At our organization, it is critical for the IT function to be centralized.

All decisions are made from the IT unit of the head quarters and cascaded into business units and other IT units at various branch locations.

6 0
1 year ago
vertical exchanges are typically used only to buy and sell materials required for an organization's support activities ( True or
torisob [31]

Answer:

Vertical exchanges are typically used only to buy and sell materials required for an organization's support activities- False

7 0
1 year ago
Read 2 more answers
Any software or program that comes in many forms and is designed to disrupt the normal operation of a computer by allowing an un
Vanyuwa [196]
Trojan horse. They come in masked.
8 0
2 years ago
If you want to present slides to fellow students or coworkers which productivity software should you use to create them A. Word
mamaluj [8]
If you want to present the slides to fellow students or coworkers which productivity software should you use to create them-c.presentation
6 0
2 years ago
Read 2 more answers
Other questions:
  • Computer design software requires __________________ to be used properly and successfully by architects.
    9·2 answers
  • One of the most toxic components of a computer is the
    11·1 answer
  • Two technicians are discussing lung protection in the shop. Technician A says that respiratory-protection devices can prevent yo
    5·2 answers
  • A class car and its subclass bmw each have a method run(), which was written by the developer as part of the class definition. i
    10·1 answer
  • A program needs to allow a customer to input integers until the input number is zero. When the input number is zero, the program
    14·1 answer
  • Write the definition of a function named averager that receives a double parameter and return-- as a double -- the average value
    12·1 answer
  • What types of messages flow across an SDN controller’s northbound and southbound APIs? Who is the recipient of these messages se
    15·1 answer
  • A company moves a popular website to a new web host. Which of the following will change as a result?
    15·1 answer
  • Write a MATLAB function named average_of_scores_with_drops The function will have two inputs and two return values. The first in
    11·1 answer
  • A large offshore oil platform needs to transmit signals between different devices on the platform with high reliability and low
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!