COMP 230 Final Exam 2, Complete A+ Test, With Questions And Answers
0 view 0 purchase
Course
COMP 230
Institution
Devry University
COMP 230 Final Exam 2, Complete A+ Test, With Questions And Answers.3. (TCO 7) What SQL clause is used in a VBScript program to determine the fields to be displayed in an
SQL Query statement? (Points : 5)
SELECT
ORDER BY
FIELDS
WHERE
Question 4.4. (TCO 7) What SQL clause is used in a VBScript...
what sql clause is used in a vbscript program to determine the fields to be displayed in an sql query statement
Written for
Devry University
COMP 230
All documents for this subject (29)
Seller
Follow
StudyConnect
Reviews received
Content preview
3. (TCO 7) What SQL clause is used in a VBScript program to determine the fields to be displayed in an
SQL Query statement? (Points : 5)
SELECT
ORDER BY
FIELDS
WHERE
Question 4.4. (TCO 7) What SQL clause is used in a VBScript program to determine the Table or Tables to
be accessed in an SQL Query statement? (Points : 5)
TABLE
FROM
SELECT
WHERE
Question 5.5. (TCO 1) The name of the service that controls the queue of print jobs with the Windows NET
command is _____. (Points : 5)
PRINTSPOOL
PRINTQUEUE
PRINTER
SPOOLER
Question 6.6. (TCO 1) The NETSH command that will set the IP address of the interface
name NIC to 192.168.100.10 255.255.255.0 with a metric of 1 is _____. (Points : 5)
netsh interface set ip address “NIC” source=static 192.168.100.10 255.255.255.0
netsh interface ip set address “NIC” source=static 192.168.100.10 255.255.255.0
netsh interface set ip address “NIC” source=static 192.168.100.10 255.255.255.0 1
netsh interface ip set address “NIC” source=static 192.168.100.10 255.255.255.0 1
Question 7.7. (TCO 1) The Windows CLI command that is used to display the extensions recognized as
executable files is _____. (Points : 5)
pathext
echo PATHEXT
echo %PATHEXT%
echo $PATHEXT$
, Question 8.8. (TCO 1) The NETSH command that will set the IP address of the interface name NIC to
a DHCP-supplied IP address is _____. (Points : 5)
netsh interface set ip address “NIC” source=dhcp
netsh interface ip address “NIC” source=dhcp
netsh interface ip set address “NIC” source=dhcp
netsh interface set ip address source=dhcp “NIC”
Question 9.9. (TCO 6) To delete a file in VBScript, use the following command (assuming that fso is a
Scripting.FileSystemObject). (Points : 5)
fso.FileDelete(“C:\Data\CustData.txt”)
fso.DeleteFile(“C:\Data\CustData.txt”)
fso.EraseFile(“C:\Data\CustData.txt”)
fso.FileErase(“C:\Data\CustData.txt”)
Question 10.10. (TCO 6) What WSH object is required for VBScript File I/O? (Points : 5)
Scripting.FileSystemObject
FileSystemObject
Scripting.FileSystem
WScript.FileSystemObject
Question 11.11. (TCO 6) To create a new file in a VBScript program, use the following command (assuming
that fso is an instance of Scripting.FileSystemObject). (Points : 5)
file = fso.CreateTextFile(“C:\Data\CustData.txt”)
Set file = fso.CreateFile(“C:\Data\CustData.txt”)
file = fso.CreateFile(“C:\Data\CustData.txt”)
Set file = fso.CreateTextFile(“C:\Data\CustData.txt”)
Question 12.12. (TCO 2) What is an example of a string constant? (Points : 5)
1
"oops"
12432
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller StudyConnect. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.49. You're not tied to anything after your purchase.