Memory models

Memory models

Professional Development

7 Qs

quiz-placeholder

Similar activities

ANTARES Workshop - IoT Knowledge

ANTARES Workshop - IoT Knowledge

1st Grade - Professional Development

10 Qs

social engineering

social engineering

1st Grade - Professional Development

10 Qs

az900

az900

Professional Development

12 Qs

Microsoft 365

Microsoft 365

Professional Development

10 Qs

IoT

IoT

KG - Professional Development

11 Qs

How Well Do You Them?

How Well Do You Them?

Professional Development

10 Qs

Exam Prep 1

Exam Prep 1

Professional Development

10 Qs

TEST DFD

TEST DFD

Professional Development

10 Qs

Memory models

Memory models

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Ajitha Padmanabhan

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Using memory models, we cannot set the size limits of the data and code.

true

false

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Use the tiny model when memory is at an absolute premium.

true

false

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____All code should fit in a single 64 KB segment and all data should fit in a second 64 KB segment.

tiny

small

medium

huge

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____ All data should fit in a single 64 KB segment. However, the code is allowed to use multiple segments.

huge

tiny

small

medium

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

All code should fit in 64 KB segment but the data can use multiple segments. 

However, no data item can surpass 64 KB.

compact

tiny

small

medium

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Both code and data are allowed to use multiple segments.

tiny

small

large

medium

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

____ pointers are used for both code and data.

Far

Near

huge

none of the mentioned