z/OS Systems Programming Basics Flashcards

1
Q

What is virtual storage

A

A technique that makes programs believe all required program instructions are residing in real storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is virtual storage accomplished?

A

Through using auxiliary storage. Older data is moved to auxiliary storage until needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Tasks require a given amount of memory, how does virtual memory handle multiple tasks whose tasks require more real storage than is available?

A

By queueing in virtual storage, then swapping to real when the task is active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Swapping in and out of auxiliary storage is taxing. How does IBM handle this process?

A

Through IBM’s System Resource Manager (SRM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does IBM’s System Resource Manager (SRM) ensure page swapping is not taxing?

A

Through logical swapping by keeping the address space in real storage, while making it appear it has been swapped out (keeping it in real storage)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is done the real and aux storage when a task is completed?

A

It is released for other tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Virtual storage is divided in what?

A

Pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a page in virtual storage?

A

A fixed-length piece of virtual storage, usually 4 KB in size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the typical size of a virtual storage page?

A

4 KB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a frame?

A

A fixed-length piece of central storage (memory), usually 4 KB in size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a slot?

A

Auxiliary storage is divided into 4 KB (or 1 MB or 2GB) units called

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a page?

A

A fixed-length piece of virtual storage, usually 4 KB in size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Addressable space that appears as real memory

A

Virtual Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Active physical system memory

A

Real Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Storage that is not central storage, such as flash storage and DASD

A

Auxiliary Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Name that acronym

SQA

A

System Queue Area

17
Q

System Queue Area

A

Contains system tables that are critical to the entire system

18
Q

Nucleus

A

Contains operating system control programs

19
Q

Name that acronym

PLPA

A

Pageable Link Pack Area

20
Q

Pageable Link Pack Area

A

Stores many of the z/OS modules

21
Q

Name that acronym

FLPA

A

Fixed Link Pack Area

22
Q

Fixed Link Pack Area (FLPA)

A

Also stores z/OS modules

23
Q

Name that acronym

MLPA

A

Modified Link Pack Area

24
Q

Modified Link Pack Area

A

Stores z/OS modules for the duration of the IPL only

25
Q

Name that acronym

CSA

A

Common Service Area

26
Q

Common Service Area

A

Primarily used for inter-address space communication

27
Q

Name that acronym

LS

A
28
Q

When is auxiliary storage released?

A

When the task is completed

29
Q

In which area of virtual storage are the PLPA and the CSA?

A

Common

30
Q

If MVS ran out of storage in the SQA, where would it dynamically allocate more SQA storage?

A

CSA