Operating Systems Flashcards

1
Q

Operating System

A

The central piece of system software on a computer, especially powerful and complex computers.

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

Command Prompt

A

A text-based interface that provides an alternative route for advanced users to perform many operating system tasks.

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

Cortana

A

A digital assistant and search tool in Windows 10 which responds to both keyboard and voice requests.

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

Linux

A

An operating system in the UNIX family that is used to run personal computers, servers, tablets, and smartphones.

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

Swap

A

A partition used to store virtual memory which the operating system writes to disk in order to free physical RAM.

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

UDF (Universal Disk Format)

A

An open vendor-neutral file system which can be used for a variety of purposes.

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

At most, how much memory can the 32-bit versions of Windows address?

A

3GB

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

Which is a logging tool that records errors and warnings generated by Windows?

A

Event Viewer

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

What tool is used to schedule automated tasks, partition hard drives, view logged system events, and manage Windows services?

A

Computer Management

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

Server

A

Used for computers that primarily provide services for other computers over the network and supports multiple concurrent users.

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

Workstation

A

Used for desktop and laptop computers and supports multiple users but are generally only used by a single person at a time.

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

Embedded

A

Used for specialised devices that don’t perform general computing tasks, ranging from consumer devices to network devices.

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

Mobile

A

Used for portable devices which can perform general computing capabilities and tend to be more restrictive and tightly integrated.

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

In what Macintosh OS X version was the Siri digital assistant introduced?

A

10.12 Sierra

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

What Mac OS feature stores and manages passwords for applications, web sites, and network shares?

A

Keychain

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

Linux is an operating system that runs on only desktop and laptop computers.

A

False

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

Mission Control

A

Provides an easy way to navigate among the resources which are being used at any given time

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

Keychain

A

Allows a user to store and manage passwords for applications, web sites, and network shares

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

Spotlight

A

Allows a user to search the Mac for all kinds of files, including documents, music, photos, emails, and contacts

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

Finder

A

Allows a user to organize and navigate the files and folders, which is similar to File Explorer in Windows

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

Boot Camp

A

Allows a user to install Windows on the Mac by repartitioning the hard drive

22
Q

Linux command - ls

A

Used to view a list of directories on the computer

23
Q

Linux command - grep

A

Used to search for a pattern of text in files and display the results

24
Q

Linux command - cd

A

Used to change from one directory to another

25
Q

Linux command - kill

A

Used to send a signal to end a process or modify its behavior

26
Q

Linux command - chmod

A

Used to modify file permissions

27
Q

You can upgrade from Windows 7 to Windows 8.1 and preserve the existing user files, such as documents and photos, and most (if not all) of the current system settings, including third-party applications.

A

False

28
Q

What boot method can be used to install Mac OS from a network location?

A

Netboot

29
Q

What installation type can be used for identical operating system installations to multiple computers?

A

Image deployment

30
Q

How many primary partitions are supported by MBR?

A

4

31
Q

operating system installation - Clean

A

Installs an operating system on the computer without saving any existing files or settings

32
Q

operating system installation - Unattended

A

Installs an operating system without user input

33
Q

operating system installation - Repair

A

Resolves operating system errors that prevent it from operating normally

34
Q

operating system installation - Upgrade

A

Installs a newer operating system version while preserving current settings, applications, and user files

35
Q

operating system installation - Refresh

A

Resets system settings, removes applications, and repairs damaged operating system files

36
Q

Script File Format - .js

A

JavaScript

37
Q

Script File Format - .vbs

A

Microsoft Visual Basic

38
Q

Script File Format - .sh

A

Unix shell

39
Q

Script File Format - .py

A

Python interpreter

40
Q

Script File Format - .bat

A

Windows Command prompt

41
Q

Script File Format - .ps1

A

Windows Powershell

42
Q

What type of software can you modify and redistribute freely?

A

Open source software

43
Q

You see a # character in a .sh script. What can you guess about the text immediately following it?

A

It is a comment.

44
Q

What command in Linux is used for searching a pattern of text in files and displaying the results?

A

grep

45
Q

What command is used for changing the owner or the group of a file or directory?

A

chown

46
Q

What MAC OS feature allows you to search all kinds of files, including documents, music, photos, emails, and contacts?

A

Spotlight

47
Q

What OS category is used for computers that primarily provide services for other computers over the network?

A

Server

48
Q

What is an interface to manage built-in utilities to secure and protect the computer?

A

Action Center

49
Q

What Linux command allows users to run programs with the security privileges of the root user?

A

sudo

50
Q

What is the first version of Windows to support Windows Store apps?

A

Windows 8

51
Q

What script is designed to run in a Unix style command shell?

A

.sh