How does NetBIOS identify a computer system on the network?
A. By using the Web address
B. By using a NetBIOS name
C. By using the IP address
D. By using a port number
Answer: B
You might also like to view...
A ____ language is a language used to describe the content and structure of documents.
A. markup B. parsed C. validated D. dictionary
Write a program that plays the game of “guess the number” as follows: Your program chooses the number to be guessed by selecting an integer at random in the range 1 to 1000. The pro- gram then displays
I have a number between 1 and 1000. Can you guess my number? Please type your first guess. The player then types a first guess. The program responds with one of the following: 1. Excellent! You guessed the number! Would you like to play again (y or n)? 2. Too low. Try again. 3. Too high. Try again. If the player's guess is incorrect, your program should loop until the player finally gets the number right. Your program should keep telling the player Too high or Too low to help the player “zero in” on the correct answer. After a game ends, the program should prompt the user to enter "y" to play again or "n" to exit the game.
What type of variables can be used only by the function in which they are declared or in whose parameter list they appear?
A. Literal B. Lifetime C. Local D. Global
Which of the following network topologies describes a network where packets of data are transmitted from one computer to another in a circular fashion?
a) Ring b) Mesh c) Bus d) Star