Array Addr Calculation (Row Major Order)

Array Addr Calculation (Row Major Order)

Professional Development

9 Qs

quiz-placeholder

Similar activities

Basic Computer Science for Grade 14

Basic Computer Science for Grade 14

Professional Development

10 Qs

Python Basics Quiz (2nd year_1st_term)

Python Basics Quiz (2nd year_1st_term)

Professional Development

12 Qs

POSTEST SEGUIMIENTO A EVENTOS DE INTERÉS EN SALUD PÚBLICA.

POSTEST SEGUIMIENTO A EVENTOS DE INTERÉS EN SALUD PÚBLICA.

Professional Development

10 Qs

Review Scrum Mibanco 3ra Sesión

Review Scrum Mibanco 3ra Sesión

Professional Development

11 Qs

ASSESSMENT GLOBAL MINDSET

ASSESSMENT GLOBAL MINDSET

Professional Development

10 Qs

logaritimos

logaritimos

Professional Development

13 Qs

Array Addr Calculation (Row Major Order)

Array Addr Calculation (Row Major Order)

Assessment

Quiz

others

Professional Development

Practice Problem

Medium

Created by

Zohaib Hasan

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[100] calculate address of a[10]. Base address is 200 and the word size is 4 byte.

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[-150:120] calculate address of a[100]. Word size is 2 byte and base address is 100.

3.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[10][20] calculate address of a[8][5]. Word size is 2 byte and base address is 100.

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[10][20] calculate address of a[2][1], Word size is 2 byte and base address is 100.

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[10:20][-5:5] calculate address of a[15][0]. Word size is 2 byte and base address is 100.

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[-5:4][-5:4] calculate address of a[1][3], Word size is 4 byte and base address is 150.

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[10][20] calculate address of a[2][10]. Word size is 4 byte and base address is 0.

8.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[10][20] calculate address of a[5][3]. Word size is 4 byte and base address is 200.

9.

FILL IN THE BLANK QUESTION

1 min • 5 pts

For array a[-100:100][-50:45] calculate address of a[50][40]. Word size is 2 byte and base address is 100.