Which of the following Windows commands will shut down and restart the computer FileServer in 2 minutes?
The NETSH command that will set the IP address of the interface name NIC to a DHCP-supplied IP address is _____.
From a 32-bit Windows CLI, the command used to open a new CLI window is __
Which one of the following Windows NET commands will allow other computers to access the C:\Data directory under the share name UserData?
What statement is used to indicate the end of a function?
What variable scope is preferable?
When writing named constant identifiers, it is a common convention to ______.
What of the following would most likely be a named constant?
The following command opens a text file in VBScript. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To open a file for writing, the value of ? must be_(Points : 5)
Once you have a file selected with file = fso.GetFile("C:\DataFile.dat"), what command will allow you to access the file attributes? (Points : 5
The following command opens a text file in VBScript. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To ensure that the file is formatted as ASCII instead of as Unicode, the value of ??? must be _____.
The following command opens a text file in VBScript. Set file = fso.OpenTextFile("C:\Data\CustData.txt", ?, ??, ???) To open a file for reading, the value of ? must be _____.
The general syntax of an SQL select statement is _____.
The questions that cause the database software to extract the appropriate records from a table and specify the fields to be viewed are called ____.
What is the name for a column that uniquely identifies a record?
What is the name for a unique key that is constructed from multiple columns?