Module 3 Quiz Flashcards

(24 cards)

1
Q

is a file format that describes containers for virtual hard disk drives to be used in virtual machines like VMware Workstation or VirtualBox.

Oracle VM VirtualBox uses its own container format for guest hard disks. This is called a ..

A
  • VMDK (Virtual Machine Disk)
  • VDI (Virtual Disk Image )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In terms of operating systems DOS means:

A

DOS = Disk Operating System

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

This command can be used to change the permissions on a file or group of files in Linux

A

chmod

In Unix and Unix-like operating systems, chmod is the command and system call which is used to change the access permissions of file system objects.

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

What is Bash?

A

Bourne-Again SHell

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

The Linux GUI is separate from the Kernel.

A

True

In Linux the graphical user interface is not a part of the operating system. The graphical user interface found on most Linux desktops is provided by software called the X Window System, which defines a device independent way of dealing with screens, keyboards and pointer devices.

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

Ubuntu is the only distribution of Linux.

A

False

Almost six hundred Linux distributions exist, with close to five hundred out of those in active development.

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

Windows 2000 is more modern than Windows 10.

A

False

Windows 2000 was released in 2000. Windows 10 was first released in 2015.

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

What does “BSOD” mean?

A

Blue Screen Of Death

A stop error or exception error commonly called the blue screen of death (BSoD) or blue screen, is an error screen displayed on Windows computers following a fatal system error. It indicates a system crash, in which the operating system has reached a condition where it can no longer operate safely.

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

A hypervisor is a piece of software that enables a user to create and run one or more virtual machines simultaneously.

A

True

A hypervisor (or virtual machine monitor, VMM) is computer software, firmware or hardware that creates and runs virtual machines. A computer on which a hypervisor runs one or more virtual machines is called a host machine, and each virtual machine is called a guest machine.

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

Type 1 Hypervisors are also known as:

Points will be deducted if you choose an incorrect answer(s).

A
  • Native hypervisor
  • Bare-metal hypervisor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Without using a calculator, what is the correct decimal equivalent of the following binary value?

11000001

A

193

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

Without using a calculator, what is the correct binary equivalent of the following decimal value? 74

A

1001010

The Apple II is an 8-bit home computer and one of the world’s first highly successful mass-produced microcomputer products, designed primarily by Steve Wozniak

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

The Apple II is a?

A

8 Bit Computer

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

How do you summon the help screen in PowerShell?

A

Get-Help

The Get-Help cmdlet displays information about PowerShell concepts and commands, including cmdlets, functions, Common Information Model (CIM) commands, workflows, providers, aliases, and scripts. To get help for a PowerShell cmdlet, type Get-Help followed by the cmdlet name, such as Get-Help Get-Process .

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

Match the correct commands with the correct explanation.

A

This command can create folders → mkdir,

This command can be used to create a file → touch,

This command clears your screen of all previous commands and outputs. → clear,

This command can delete a file → rm

This command can be used to navigate between directories → cd

This command shows the current working directory → pwd

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

Linux is an open-source operating system.

A

True

Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991

17
Q

Which of the following commands can be used to edit the content of a file in Linux?

Points will be deducted if you choose an incorrect answer(s).

A
  • nano
  • vi

nano and vi (or the updated vim) are text editors found on Linux systems

18
Q

Match

A

Type 2 Hypervisor for macOS → VMWare Fusion

Type 2 Hypervisor for x86 Processors → Virtualbox

Type 2 Hypervisor for Linux → VMWare Workstation

Type 2 Hypervisor for Windows → VMWare Workstation

19
Q

This command can be used to search a file for a given string or expression in Linux

A

grep

grep is a command-line utility for searching plain-text data sets for lines that match a regular expression

20
Q

In terms of computing, what is GNU?

Select all that apply.

Points will be deducted if you choose an incorrect answer(s).

A
  • The operating system: “GNU’s Not Unix!”
  • An operating system
  • A UNIX-like operating system.
21
Q

What cmdlet in PowerShell will show you all the commands that are available to you in your current session?

A

get-command

Get-Command is an easy-to-use reference cmdlet that brings up all the commands available for use in your current session.

22
Q

This command is used to quit the shell in Linux

A

exit

exit command in linux is used to exit the shell where it is currently running.

23
Q

The latest Windows desktop version is?

A

Windows 11

Windows 11 was announced in 2021

24
Q

Which one of the following statements are true (Select two):

Points will be deducted if you choose an incorrect answer(s).

A
  • You can install a hypervisor directly on hardware without requiring an OS to be installed on it
  • You can install a hypervisor on an OS