What are the 4 general types of Virtualization?
What does the # stand for in BASH?
Comments the rest of the text so it isn’t executed
What does RAM stand for?
Random Access Memory
What would the following script display in the terminal?
echo hello world > /dev/null
Nothing
What are the correct Linux Shell I/O (Input/Output) Streams?
Linux File System - What is the command line symbol for the root directory?
/
Who wrote the Linux kernel?
Linus Torvald
TCP, when initializing a connection, has a ____-way handshake?
3
UDP stands for ____________?
User Datagram Protocol
A switch is a hardware device that belongs on what layer of the OSI model?
Layer 2
Information sent in layer 3 communications is called a _____?
Packet
DHCP stands for ___________?
Dynamic Host Configuration Protocol
By default (standard), what port does SSH operate on? (1-65535)
22
Which of these is an example of a private IP address?
Which of these is an example of a Floating Point data type?
3.75
Which of the following Python keywords comprise a conditional statement?
True or False: Python 3 is backwards compatible with Python 2.
False.
Which of the following answers are simple data types?
Which of the following are compound data types?
- Dictionaries
What is a conditional statement?
A statement that controls the flow of execution depending on some condition.