Which of the following is not used to connect multiple hubs?
a. patch cable
b. uplink port
c. crossover cable
d. bridge
Answer: a. patch cable
You might also like to view...
What will be the output of the following program when the button is clicked on?
``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim word1, word2, word3 As String word1 = "First" word2 = "Second" word3 = "Third" Myproc(word1, word2, word3) End Sub Sub Myproc(var3 As String, var2 As String, var1 As String) txtBox.Text = var1 & var2 & var3 End Sub ``` (A) FirstSecondThird (B) ThirdSecondFirst (C) SecondThirdFirst (D) No output
The ____ panel allows you to create a snapshot of your work at any given state.
A. Memory B. Capture C. History D. Tools
If an application is not mandatory but the users will have an option to install it, you should publish it to users
Indicate whether the statement is true or false
When keying columns of text, the best way to move the insertion point to the right column is to repeatedly strike ENTER.
Answer the following statement true (T) or false (F)