Chapter 2 - Operating Systems Flashcards

1
Q

What is an Operating System?

A

Software that provides a computer user with a file system structure and with a means of communicating with the computer hardware, such as Windows

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

What is the name of the core of any operating system?

A

Kernel

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

What is multitasking on an OS?

A

The ability of the operating system to support two or more programs running at the same time

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

What is preemptive multitasking?

A

Also known as time splicing. It is the process which allows multiple programs to share control of the operating system

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

What is Cooperative Multitasking?

A

One program dominates the operating system but will allow another program to run while it is idle

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

What is it called when data and parts of a program can be shared between two or more CPU’s or 2 cores on a CPU?

A

Multithreading

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

What is the Command Line Interface used for?

A

to issue text commands to a computer

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

What is a GUI?

A

A graphical user interface, allows the user to perform functions by selecting on-screen icons rather than using text commands. Both windows and Mac use GUI’s

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

What is the basic File System Structure, and what are the components?

A

File - A program or a collection of data that forms a single unit. Directory - A folder containing other programs (files) or other folders (subdirectory) Subdirectory - Any folder or directory within another folder

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

What is a root directory?

A

The directory at the top of the storage. For example a Hard Drive (C:)

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

What is used to identify the location of a specific file?

A

A pathname

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

What is the method of organizing files on a storage device?

A

The file system

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

What does any file system maintain?

A

A file table of all areas on the disk, tracking what areas are used and what areas are not.

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

What is in a configuration file?

A

Information such as the amount of memory and the type of video adapter present in the system

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

What is a registry?

A

A database that stores configuration information

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

What is a file extension?

A

Was used by DOS standards on older OS’s, denoting what type of file it is, like “.exe”. Today extensions are not necessary but do help identify what the file type is.

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

On Windows 8, what is the name of a shortcut on the Metro screen?

A

A tile

18
Q

What is Cmd.exe?

A

Command Interpreter, a text based program that uses Internal Commands to make commands on a computer

19
Q

What is an Internal Command?

A

Commands who’s required software to run is within the program running it.

20
Q

What is an External Command?

A

Commands issued by software that executes another program to perform an action

21
Q

What is the name of the Command Interpreter used by Microsoft?

A

the Command Prompt

22
Q

What are complete software programs that run when the file name is entered at the command prompt?

A

Executable files

23
Q

What is Windows Aero?

A

An enhanced user interface, that which is more sophisticated than the user interfaces of OS’s prior to Vista. Most noticeable feature makes the borders of windows transparent.

24
Q

What is Encryption?

A

The process of rendering the contents of a file unreadable by people other than those who are allowed to read it

25
Q

Today Rainmeter is a program that you can install on your computer that can have calenders, news feeds, hardware monitoring, weather, or just plain aesthetically pleasing enhancements. What program that was included on Vista and 7, but not Windows 8, is close to this?

A

Gadgets

26
Q

Why is it necessary to have a monitor with at least a 1366x768 Screen Resolution?

A

Windows 8 features snap mode, placing 2 windows side by side for duality in viewing

27
Q

What is PAE?

A

Physical Address Extension, a processor feature that allows a 32-bit OS to access more than 4 GB of RAM

28
Q

What is the difference between a cold boot and a warm boot?

A

A cold boot, or a hard boot, is when you use the power switch to turn the computer on, whereas a warm boot is when software is used to restart the computer.

29
Q

What is POST?

A

Power-on self-test, a diagnostic program that is initiated when electrical power is applied to the computer system. Checks the system to make sure all hardware components are working properly.

30
Q

What is a bootstrap program?

A

A short program that runs the POST from the BIOS, searches for the Master Boot Record, loads basic files and then lets the OS finish the boot

31
Q

What is UEFI?

A

The Unified Extensible Firmware Interface is a modern approach to the BIOS system and an enhancement to the boot process. After the POST is completed, UEFI gives control to a built-in boot manager program rather than the MBR.

32
Q

What is Dual-Boot?

A

When 2 operating systems have formatted partitions on the same hard drive allowing the user to choose which OS to boot

33
Q

What is the name for a system with more than 2 operating systems?

A

A multiple-boot system

34
Q

What is the name for a Computer that has special software to execute 2 OS’s at once?

A

A virtual machine

35
Q

What is cloud computing?

A

Accessing a shared pool of resources and specialized servers over the internet. This can be found with services like E-mail, IM’s, or in a server that stores data like the cloud.

36
Q

What are apps in a mobile sense?

A

Small software applications that allow the user to access the larger software application on the cloud server

37
Q

What is a “thin client”

A

A computer that is running its software primarily off of the cloud server

38
Q

What is it called when software applications are provided through the cloud?

A

Virtualization

39
Q

What is application software?

A

End-User Software, produced for a designated purpose, such as the programs in the Microsoft Office Suite

40
Q

What is a small package of programs that allow proper communication between the computer and a peripheral device?

A

A Software Driver

41
Q

What is a software patch?

A

A fix for operating systems and application software that have already been released. Can also update security when a program or OS has a backdoor found

42
Q

What is the term for the error that is found in programs?

A

A bug (The term is attributed to Harvard Universities Mark II Calculator in 1947, where Harvard technical team found a moth between points, and Rear Admiral Grace Hopper commented, “a bug being found” in the system.)