1. a. Suppose you have ID arrays named DATAI(2003: 2041) and DATA2(-7: 93). i. Find the number of elements of the two arrays. ii. For DATAI array, if base address = 4X, where X is last 2 digit of your student ID number and w = 4 words per memory cell, find the address of DATA (2010) and DATA(2018) b. Consider a linear array MARKS[30] which contains the total marks of each student for Data structure exam. Now write an algorithm to find the highest mark from the given array MARKS.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.3: Declaring And Processing Two-dimensional Arrays
Problem 4E: (Practice) Write a C++ program that adds equivalent elements of the two-dimensional arrays named...
icon
Related questions
Question
1.
a. Suppose you have ID arrays named DATA1(2003: 2041) and DATA2(-7: 93).
i.
Find the number of elements of the two arrays.
ii.
For DATA1 array, if base address = 4X, where X is last 2 digit of your student
ID number and w = 4 words per memory cell, find the address of DATA (2010)
and DATA(2018)
b. Consider a linear array MARKS[30] which contains the total marks of each student for
Data structure exam. Now write an algorithm to find the highest mark from the given
array MARKS.
Transcribed Image Text:1. a. Suppose you have ID arrays named DATA1(2003: 2041) and DATA2(-7: 93). i. Find the number of elements of the two arrays. ii. For DATA1 array, if base address = 4X, where X is last 2 digit of your student ID number and w = 4 words per memory cell, find the address of DATA (2010) and DATA(2018) b. Consider a linear array MARKS[30] which contains the total marks of each student for Data structure exam. Now write an algorithm to find the highest mark from the given array MARKS.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Hash Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr