Multiple Choice Oblig Flashcards
Which output is produced by the command echo "Hello Helene, how are you?" | sed -E s/H/X/
?
Xello Helene, how are you?
Which technology was used to connect the first two ARPAnet nodes?
Conventional phone lines
The command ssh will
Give you secure access to a remote computer
Suppose each of the following words appears in input.txt
in a different line: “anna”, “xavier”, “ole”, “clara”. Which output is produced by the command cat input.txt | grep -E "a"
Three lines: “anna”, “xavier”, “clara”
Which organization is responsible for assigning and delegating IP addresses and subnets?
ICANN
Which UNIX command is used to display the list of files in a directory?
ls
Who created the ARPAnet?
The Defense Advanced Research Projects Agency
When was ARPA established?
1958
Which of these tasks is performed by the W3C?
Develop and promote standards and formats used on the Web
Which sentences match the regular expression / ?time/
“half time”, “primetime”, “time”, “superficially sentimental”
What is the commonly “#!” pronounced?
Shebang
What is a top-level domain registry?
A company that assigns the top-level domain names in a country/region/top-domain
Which sentences match the regular expression /time/
“half time”, “primetime”, “time”, “superficially sentimental”
The first country connected to the Internet outside the US was…
Norway
What is the main difference between a packet-switching network and a circuit-switching network?
A packet-switched network is more robust and effective than a circuit-switched network