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
suter [353]
3 years ago
14

When a relationship is established between two or more arrays by using the same subscript to relate entries between the arrays,

the arrays are called ________ arrays.
Computers and Technology
2 answers:
zmey [24]3 years ago
5 0

Answer: Parallel Array

Explanation:

Multiple arrays can be grouped together within a structure which is known as parallel array. Here the arrays are related by a common entry such as ith element in a arrays is related to the ith element  of the other array.

iren [92.7K]3 years ago
4 0

The answer is a Parallel Array. Because Parallel Arrays use the same subscript to connect entries between arrays.

<h2>Further Explanation </h2>

Computing is all activities that use computers to manage, process, and communicate information. Computing also includes the development of hardware and software. Computing is an important and integral component of modern industrial technology. The main computing disciplines include computer engineering, software engineering, computer science, information systems, and information technology.

In computing, Array of Structures (AoS), Structure Array (SoA) and Array of Structures of Array (AoSoA) refer to various ways to arrange the order of records in memory, related to interleaving, and that is interesting in SIMD and SIMT programming.

Array structure s (or SoA) is a layout that separates elements from records (or 'structs' in the C programming language) into one parallel array per field.

The array s (or AoS) structure is the opposite (and more conventional) layout, where data for different fields are interrelated. This is often more intuitive and is supported directly by most programming languages.

Array of Structures of Array s (or AoSoA) is a hybrid approach between previous layouts, where data for different fields are entered using tiles or blocks of the same size as the SIMD vector size. This is often less intuitive but can achieve memory throughput from the SoA approach while being more friendly to locality cache and loading the modern processor port architecture.

Learn more

Definition of Computing brainly.com/question/13010200

Definition of Array of Structures (AoS), Structure Array (SoA) and Array of Structures of Array (AoSoA) brainly.com/question/13010200

Details

Grade: High School

Subject: Computers and technology

keywords: Computing, Array of Structures

You might be interested in
What skills did Carl work on, and what steps did he take to reach his long term goals?<br>​
tester [92]

Answer:

Carl worked on his bubble blowing skills. Carl wanted to be in the Bubble Blowing Warriors (BBC) so he started blowing all day everyday. Eventually Carl was good enough to try out, so he did. He got into BBC.

Explanation:

:)

8 0
3 years ago
Finish the format string to get the output shown below.<br> Day<br> &gt;&gt;&gt;{ v8'_format('Day)
Lorico [155]

In C language, a Format string refers to a string utilized to format output or input. The complete format string is: >>>{% v8'_format('Day)

<h3>What is Format String?</h3>

In computer programming, a format string is a string that is used when formatting the input and output of functions.

It is responsible for the format of the input and output. In C language, it always starts with '%'.

Hence the completed format string will be: >>>{% v8'_format('Day).

Learn more about format strings ta:
brainly.com/question/26000102
#SPJ1

Learn more about Format String at:
brainly.com/question/26000102
#SPJ1

8 0
2 years ago
Give an O(log m + log n)-time algorithm that takes two sorted lists of sizes m and n, respectively, as input and returns the ith
olga2289 [7]

Binary search is used similarly. K'th element is found in more productive way.

<u>Explanation:</u>

arr1 and arr2 are the middle elements which are compared, let us compute as mid1 and mid2. Let us predict arr1 [mid1] k, the elements are not needed after mid2 elements.  arr2 are set as last element for arr2 [mid2].  New sub problems are defined. When one array is half the size.

C++ code for the algorithm.

#include <iostream>

using namespace std;    

int kth(int *arr1, int *arr2, int *end1, int *end2, int k)

{

if (arr1 == end1)

return arr2[k];

if (arr2 == end2)

return arr1[k];

int mid1 = (end1 - arr1) / 2;

int mid2 = (end2 - arr2) / 2;

if (mid1 + mid2 < k)

{

if (arr1[mid1] > arr2[mid2])

return kth(arr1, arr2 + mid2 + 1, end1, end2,

k - mid2 - 1);

else

return kth(arr1 + mid1 + 1, arr2, end1, end2,

k - mid1 - 1);

}

else

{

if (arr1[mid1] > arr2[mid2])

return kth(arr1, arr2, arr1 + mid1, end2, k);

else

return kth(arr1, arr2, end1, arr2 + mid2, k);

}    

int main()

{

int arr1[5] = {2, 3, 6, 7, 9};

int arr2[4] = {1, 4, 8, 10};    

int k = 5;

cout << kth(arr1, arr2, arr1 + 5, arr2 + 4, k - 1);

return 0;

}

7 0
3 years ago
Network administrators ____ to set up the browsers on the network to use a proxy server.
julia-pushkina [17]
May use a configuration file
4 0
3 years ago
Write the include directive that allows use of the function headers in the file myFuncs.h.
Alex787 [66]
#include "myFuncs.h" 

4 0
3 years ago
Other questions:
  • How do rubrics increase learning?
    15·2 answers
  • What will happen with communication methods in five years?
    8·1 answer
  • 2. Identify the diagram and define it.<br>13. What are pollen grains ?<br>4. What is an embryo?​
    12·1 answer
  • Assume that isIsosceles is a bool variable, and that the variables isoCount, triangleCount, and polygonCount have all been decla
    11·1 answer
  • Which command is used to combine two or more cells together into one cell?
    14·2 answers
  • The array s of ints contain integers each of which is between 1 and 1000 (inclusive). write code that stores in the variable ord
    9·1 answer
  • Which of the following is not one of DBA's tasks?
    14·1 answer
  • Write a program that does the following:
    11·1 answer
  • What are the names of the 3 main languages used for making websites
    10·1 answer
  • If you do not specify any criteria in a delete query, Access will delete all the records in the table. Truth or False
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!