INTRO TO IBM Z SYSTEMS Flashcards

1
Q

Computer Architecture Def?

A

Set of rules and methods that describe the functionality, organization, and implementation of the computer system.

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

What does software design include?

A

Compiler, Firmware, Operating System, Applications

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

Two categories of Software design?

A

Application Software and System Software

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

Attributes of Firmware

A

Read only memory, comes from factory associated with hardware, does not change unless problem or update, Provides common set of methods for operating system

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

Compiler Function

A

Takes source code and compiles into something the machine can run (one-direction)

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

What is ISA and what does it do?

A

Instruction Set Architecture, Bridges gap between software and hardware, Contains and lists every function processor is capable of.

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

What does hardware design include?

A

Physical, Circuit, Digital, Data Path Control, Instruction set procedures and I/O system.

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

What does the processor interact with to communicate with the software?

A

The ISA (Instruction Set Architecture)

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

What is the Flow of an Application from software to hardware?

A

Compiler –> Application –> Operating System –> ISA –> Hardware (Processor)

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

Where is AUX storage kept?

A

DASD (Direct Access Storage Device)

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

What is memory on the mainframe referred to as? What does it include?

A

Storage. On chip and AUX memory.

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

Address Space Definition

A

A map of storage that is made available to users and applications

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

What are pages?

A

Memory placed in four kilobyte chunks

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

What do pages occupy when in central storage?

A

A frame

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

What do pages occupy when in AUX storage?

A

A slot

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

What is the term when OS moves slot to frame or vice versa?

A

Paging

17
Q

What is a Logical Partition?

A

An LPAR is a subset of the processor hardware that is defined to support an operating system and operates as an independent system.

18
Q

What Resources can be found in an LPAR?

A

Central Processor (CP), System Assist Processor (SAP), Integrated Facility Linux (IFL), IBM Z Systems Integrated Information Processor for Linux (zIIP)

19
Q

CP Function?

A

Central Processor, Runs the operating system and applications

20
Q

SAP Function?

A

System Assist Processor Helps link CP to I/O, Handles paging and data transfer to allow CP to focus on business applications.

21
Q

IFL Function?

A

Processor built for Linux on mainframe

22
Q

zIIP Function?

A

IBM z Systems Integrated Information Processor for Linux, Main function to offload work.

23
Q

What are I/O adapters?

A

Channel Path Identifiers (CHPIDS)

24
Q

What are CHPIDS associated with?

A

PCHID (Physical Channel ID), Logical subsystem

25
Q

What is a PCHID?

A

Physical Channel ID, a physical port location

26
Q

What is a logical subsystem?

A

The connection between the LPAR and I/O devices or other LPARs

27
Q

CHPID Attribute?

A

Can be dedicated to one LPAR in an unshared logical connection or Shared by multiple LPARS in a configured span

28
Q

What is a z/VM?

A

Virtual Machine, System that specializes in virtualization

29
Q

What type is a z/ VM?

A

A type 1 hypervisor, meaning it does not need to sit on top of another operating system