Operating Systems Flashcards

(51 cards)

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
Linux command - kill
Used to send a signal to end a process or modify its behavior
26
Linux command - chmod
Used to modify file permissions
27
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.
False
28
What boot method can be used to install Mac OS from a network location?
Netboot
29
What installation type can be used for identical operating system installations to multiple computers?
Image deployment
30
How many primary partitions are supported by MBR?
4
31
operating system installation - Clean
Installs an operating system on the computer without saving any existing files or settings
32
operating system installation - Unattended
Installs an operating system without user input
33
operating system installation - Repair
Resolves operating system errors that prevent it from operating normally
34
operating system installation - Upgrade
Installs a newer operating system version while preserving current settings, applications, and user files
35
operating system installation - Refresh
Resets system settings, removes applications, and repairs damaged operating system files
36
Script File Format - .js
JavaScript
37
Script File Format - .vbs
Microsoft Visual Basic
38
Script File Format - .sh
Unix shell
39
Script File Format - .py
Python interpreter
40
Script File Format - .bat
Windows Command prompt
41
Script File Format - .ps1
Windows Powershell
42
What type of software can you modify and redistribute freely?
Open source software
43
You see a # character in a .sh script. What can you guess about the text immediately following it?
It is a comment.
44
What command in Linux is used for searching a pattern of text in files and displaying the results?
grep
45
What command is used for changing the owner or the group of a file or directory?
chown
46
What MAC OS feature allows you to search all kinds of files, including documents, music, photos, emails, and contacts?
Spotlight
47
What OS category is used for computers that primarily provide services for other computers over the network?
Server
48
What is an interface to manage built-in utilities to secure and protect the computer?
Action Center
49
What Linux command allows users to run programs with the security privileges of the root user?
sudo
50
What is the first version of Windows to support Windows Store apps?
Windows 8
51
What script is designed to run in a Unix style command shell?
.sh