OPERATING SYSTEMS LESSON 1 Flashcards

1
Q

What is an Operating System

A

A software that goes in between the applications that run on a computer and its hardware.

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

3 Components of a Computer System

A

Peopleware, Software, Hardware

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

The people involved in the data processing operation

A

Peopleware

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

The visible components that make up the computer system.

A

Hardware

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

A program or series of instructions that allows the computer to run efficiently, including programming languages, application programs and the computer system

A

Software

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

To the UserView

A

OS is an extended machine that hides the lower level details

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

To the SystemView

A

It serves as a resource allocator

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

Component of limited availability necessary for effective operation

A

Resource

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

A manager that needs to use all the resources to perform management duties

A

Operating System

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

A device software that regulates and manages machine resources

A

Operating System

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

10 Broad functions of the OS are the following

A

JOB SEQUENCING
JOB CONTROL LANGUAGE INTERPRETATION
ERROR HANDLING
I/O HANDLING
INTERRUPT HANDLING
SCHEDULING
RESOURCE CONTROL
PROTECTION
MULTI-ACCESS (TIME SHARING)

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

– the selection of the next batch of processes for a long job to be run.

A

Job Sequencing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • the OS activity that detects errors and in some cases corrects errors
A

Error Handling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • a command language used to with a batch operating system
A

JCL (Job Control Language Interpretation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • a program that causes the automatic suspension of a program concurrently executing
A

Interrupt Handling

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

determining the order by which resources will be assigned to processes and
jobs.

A

Scheduling

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

– the control of the resource used by two or more processes, either
concurrently or one at a time.

A

Resource Control

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

the process of controlling and limiting access to the resources of the
computer.

A

Protection

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

– a type of OS that switches inactive to a certain computer for
multiple user’s using the system at the same time.

A

Multi Access (Time sharing)

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

(OS viewed) – allocating resources like printers, disk drives and other peripherals.

A

Resource Manager

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

(6) An operating system can be viewed as:

A

RESOURCE MANAGER
INTERFACE
COORDINATOR
GUARDIAN
RESOURCE UTILIZATION MAXIMIZER
ACCOUNTANT
SERVER
INTERFACE

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

(OS viewed) - It provides a friendlier environment where user can do things at a “higher level” and not have to worry about low level hardware operations.

A

Interface

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

(OS viewed) - – it makes it possible for complex activities to be performed in a predefined order.

A

Coordinator

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

(OS viewed) it set up access controls to protect files, allows restrictions on the reading, writing or executing of data and programs and keep users out of each other’s hair and out of its own. It may even control who can log onto the system.

A

Guardian

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

(OS viewed) – An OS, combining some user’s input, others’ database accesses, others’ computation, others’ output and so on can automatically increase the utilization resources. A typical estimate is that going from one user to 4 or 5 can increase the utilization from 30-90%.

A

Resource Utilization Maximizer

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

(OS viewed) – it keeps track of CPU time, memory usage, I/O calls, disk storage, terminal connects, and time and almost any other information you might want to have.

A

Accountant

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

(OS viewed) it provides services either implicitly or explicitly. A fundamentally important example of this is the file access mechanism. In most high level languages, it is so easy to specify a file access that we tend to forget all that is actually being done.

A

Server

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

is an operating system that has a multi-user and multitasking capabilities, device
independence and what is known as the tools approach that UNIX users can produce more.

A

UNIX OPERATING SYSTEM

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

NAME 4 OF UNIX’S features

A

MULTI-USER CAPABILITIES
MULTITASKING CAPABILITIES
DEVICE INDEPENDENCE
PORTABILITY AND OPEN SYSTEM

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

(UNIX) each of the computer’s users can be involved in
completely unrelated tasks while seemingly holding the computer’s undivided
attention.

A

Multi-user Capabilities

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

(UNIX) UNIX continuously decides who to work with next and how long to
spend with each user. It also offers the following advantages such as cost per user,
central administration and shared resources.

A

Multi-user Capabilities

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

(UNIX) For each user, it may perform more than one task at a
time, thereby increasing their efficiency

A

Multitasking Capabilities

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

(UNIX). It can take several forms like background
processing, windowing capability and task switching.

A

Multitasking Capabilities

34
Q

(UNIX) UNIX enables you to use files and devices
interchangeably.

A

Device Independence

35
Q

(UNIX) You can tell a program that normally sends its results to the
screen to use the printer instead, similarly so you can tell a tool that usually reads
information from a disk file to use a tape drive instead.

A

Device Independence

35
Q

(UNIX) It provides names for all
the devices connected to the computer and you can use those names in many
contexts in which a file name usually appears.

A

Device Independence

36
Q

(UNIX) – it is the most notable feature of UNIX, the
capability to run a wide range of different computer makes and models.

A

Portability and Open System

37
Q

Name the 4 main Components of the MAC OS X and their Components

A

DARWIN CORE (Mach 3.0 Kernel, a customized BSD OS)
Imaging Layer (Quartz Technology, Quicktime, OpenGL)
Application Environments(CLASSIC, CARBON, COCOA)
Graphical User Interface (AQUA)

38
Q

Name the 6 Features of the MAC OS X

A

DOCKING STATION
POST SCRIPT
PROTECTED MEMORY
THE NEW FILE FINDER
FILE PREVIEW
ORGANIC LOOK

39
Q

(MAC OS X) At the bottom of the screen, this enables you to
store icons representing any file or application for easy access. The icons shrink
as more files are added and expanded and shrink as the mouse arrow hovers over
them.

A

DOCKING STATION

40
Q

(MAC OS X) – Mac OS X offers crisp, professional-like renderings of all text. The
quality of every letter on screen is virtually laser-quality. Blow up the letter A to
72-point size and just try to spot a pixel.

A

POST SCRIPT

41
Q

(MAC OS X) – running applications are segregated into their own memory
spaces, preventing an imploding file from crashing the entire system.

A

PROTECTED MEMORY

42
Q

(MAC OS X) the new single-window file-icon interface is a little awkward
at first, but allows users to keep better track of file location. You won’t need to
open and close endless windows to get files or browse through folders, unless
you want to.

A

THE NEW FILE FINDER

43
Q

(MAC OS X) click a file and you’ll get a high-resolution snapshot of the first-
page—graphics, text and all.

A

FILE PREVIEW

44
Q

(MAC OS X) – candy-like buttons that pulse, windows stay active as they
moved, translucent windows that cast shadows, pop-down menus that fade, soft
edges around all text – it goes on and on. You won’t get red-eye using this.

A

ORGANIC LOOK

45
Q

It is based on the smaller, more stable kernel and has better load balancing across multiple processors than any other OS so it dramatically decreases your enterprise’s exposure to system crashes.

A

SOLARIS

46
Q

Acknowledged by the industry to be the premier reliable UNIX environment.

A

SOLARIS

47
Q

It helps you to install updates to new features when they become available while still ensuring that your applications continue to run

A

SOLARIS

48
Q

Enumerate the 8 Features of solaris

A

IT IS SECURE
IT IS HIGHLY AVAILABLE
IT IS SCALABLE
IT IS INTEROPERABLE
IT IS EASY TO USE
IT IS UNIVERSAL
IT IS FOR DEVELOPERS
IT’S FREE

49
Q

(SOLARIS) it contains IPSec – virtual private network, Kerberos V5
authentication, role-based access control, system hardening, and centralized user
audit events.

A

IT IS SECURE

50
Q

(SOLARIS) features live upgrade, hot diagnostics, file system logging,
predictive failure analysis, dynamic reconfiguration and clustering.

A

IT IS HIGHLY AVAILABLE

51
Q

(SOLARIS) – offers Smart card to supercomputer, 1 to 1000+ processors; 2-, 4- and 8-node clusters, 32-bit and 64-bit support, New IPv6 IETF address protocol,
and advanced multithreading.

A

IT IS SCALABLE

52
Q

(SOLARIS)– features Intel Architecture and SPARCTM platform, integrated
Windows NT services, Linux compatibility, transparent connectivity across
multiple platforms, and support for legacy applications.

A

IT IS INTEROPERABLE

53
Q

(SOLARIS)it contains browser-based installation tools, service location
protocol, remote console capabilities, hot desk architecture, plug-and-play
support for consumer devices and common desktop environment.

A

IT IS EASY TO USE

54
Q

(SOLARIS) it supports 37 languages, Y2K safe, euro currency support,
optimized for the JavaTM platform, standard edition, multiplatform connectivity
and supports 32-bit and 64-bit environments.

A

IT IS UNIVERSAL

55
Q

(SOLARIS) – it controls the naming of core files, track shared library usage
and trace events leading up to a failure, examine all active processes, with
selected output mode and sort order; creates remote, web-based management
applications that run from a standard web browser; wizards simplify the
installation, setup and administration of native Solaris and Java application; and
comprehensive developer.

A

IT IS FOR DEVELOPERS

56
Q

(SOLARIS) allows access to Solaris source and Solaris binaries.

A

IT’S FREE

57
Q

This OS provides specialized features that make them different from other operating systems.

A

WINDOWS

58
Q

Enumerate the 5 Features of Windows

A

Innovative and Easy to Use
Improved Reliability
A Faster Operating System
True Web Integration
More entertaining and Fun

59
Q

(WINDOWS) Enumerate all 5 Bullets of Innovative and Easy to use

A

MULTIPLE DISPLAY SUPPORT
POWER MANAGEMENT
ACCESSIBILITY WIZARD
HELP
UNIVERSAL SERIAL BUS (USB)

60
Q

(WINDOWS) Enumerate all 5 Bullets of Improved Reliability

A

WINDOWS UPDATE
SYSTEM FILE CHECKER
SCAN DISK
REGISTRY CHECKER
BACK-UP

61
Q

(WINDOWS) Enumerate all 3 Bullets of A FASTER OPERATING SYSTEM

A

MAINTENANCE WIZARD
DRIVE CONVERTER
DISK DEFRAGMENTER

62
Q

(WINDOWS) Enumerate all 7 Bullets of TRUE WEB INTEGRATION

A

IMPROVED WEB FEATURES
INTERNET CONNECTION WIZARD
ACTIVE DESKTOP
CHANNEL
EMAIL
NETMEETING
FRONT PAGE EXPRESS

63
Q

It is an open source operating systems, which kind of an adapted clone of a UNIX
operating program.

A

LINUX

64
Q

It was originally developed as a free operating system for Intel x86-based
personal computers and has been a leading operating system on servers and other big iron systems such as mainframe computers and supercomputers.

A

LINUX

65
Q

It also runs on embedded systems, which is built into the firmware such as in mobile phones, tablet computer, network routers, televisions and video game consoles.

A

LINUX

66
Q

Enumerate the 5 features of the Linux Operating System

A

MULITITASKING, MULTIUSER, MULTIPLATFORM AND MULTIPROCESSOR
OPEN SOURCE
MULTIPLE VIRTUAL CONSOLES
MANY NETWORKING PROTOCOLS

67
Q

4 BASIC OPERATING SYSTEM CONCEPTS

A

INTERRUPTS
SYSTEM CALL
MULTIPROGRAMMING \ SPOOLING \ TIME SHARING
BUFFERING

68
Q

(OSC) are changes in the flow of control caused not by running the program but by
something else usually related to I/O.

A

INTERRUPTS

69
Q

(OSC) Most modern OS are _____ driven

A

INTERRUPT

70
Q

(OSC) Method used by processes to request an action by the OS.

A

SYSTEM CALL

71
Q

(OSC ML ) It keeps CPU and I/O devices busy all the time

A

MULTIPROGRAMMING

72
Q

(OSC ML )Stands for “Simultaneous Peripheral On Line”

A

SPOOLING

73
Q

(OSC ML) CPU Scheduling is done when several processes is ready to run at the same time. Swapping moves in and out to run processes that don’t fit in memory.

A

TIME SHARING / MULTITASKING

74
Q

5 Types of System Calls

A

PROCESS CONTROL
FILE MANAGEMENT
INFORMATION MAINTENANCE
COMMUNICATIONS

75
Q

3 Dual Modes of Operation

A

USER MODE
SUPERVISOR/PRIVILEGE/MONITOR/KERNEL MODE
OS KERNEL

76
Q

(OPERATION) The system is this mode when the operating system is running
a user application such as handling a text editor. The transition from user
mode to kernel mode occurs when the application requests the help
of operating system or an interrupt or a system call occurs. The mode bit
is set to 1 in the user mode

A

User MODE

77
Q

(OPERATION) –The mode bit is set to 0 in this mode. This is the mode where the hardware starts and the mode in which the OS gain
control of the computer.

A

SUPERVISOR/PRIVILEGE/MONITOR/KERNEL MODE

78
Q

(OPERATION) - – it is the program not running at all the time but active all the time on
the computer. It is everything else, it is either a system program (ships with the
OS) or an application program.

A

OS KERNEL

79
Q

It is a unit of memory given the task of holding information temporarily especially when such temporary storage is needed to compensate for differences in speed between computer components or overlaps I/O of its own competition or uses queue

A

BUFFER

80
Q

a process of storing results (output) of an operation temporarily before
forwarding them to the next operation.

A

BUFFER