Module 3 Quiz Flashcards
(24 cards)
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 ..
- VMDK (Virtual Machine Disk)
- VDI (Virtual Disk Image )
In terms of operating systems DOS means:
DOS = Disk Operating System
This command can be used to change the permissions on a file or group of files in Linux
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.
What is Bash?
Bourne-Again SHell
The Linux GUI is separate from the Kernel.
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.
Ubuntu is the only distribution of Linux.
False
Almost six hundred Linux distributions exist, with close to five hundred out of those in active development.
Windows 2000 is more modern than Windows 10.
False
Windows 2000 was released in 2000. Windows 10 was first released in 2015.
What does “BSOD” mean?
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.
A hypervisor is a piece of software that enables a user to create and run one or more virtual machines simultaneously.
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.
Type 1 Hypervisors are also known as:
Points will be deducted if you choose an incorrect answer(s).
- Native hypervisor
- Bare-metal hypervisor
Without using a calculator, what is the correct decimal equivalent of the following binary value?
11000001
193
Without using a calculator, what is the correct binary equivalent of the following decimal value? 74
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
The Apple II is a?
8 Bit Computer
How do you summon the help screen in PowerShell?
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 .
Match the correct commands with the correct explanation.
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
Linux is an open-source operating system.
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
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).
- nano
- vi
nano and vi (or the updated vim) are text editors found on Linux systems
Match
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
This command can be used to search a file for a given string or expression in Linux
grep
grep is a command-line utility for searching plain-text data sets for lines that match a regular expression
In terms of computing, what is GNU?
Select all that apply.
Points will be deducted if you choose an incorrect answer(s).
- The operating system: “GNU’s Not Unix!”
- An operating system
- A UNIX-like operating system.
What cmdlet in PowerShell will show you all the commands that are available to you in your current session?
get-command
Get-Command is an easy-to-use reference cmdlet that brings up all the commands available for use in your current session.
This command is used to quit the shell in Linux
exit
exit command in linux is used to exit the shell where it is currently running.
The latest Windows desktop version is?
Windows 11
Windows 11 was announced in 2021
Which one of the following statements are true (Select two):
Points will be deducted if you choose an incorrect answer(s).
- 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