$40.00 Computer Program Short Answers
- From Computer-Science: Software-Engineering , Computer-Science: Programming-Methods
- Closed, but you can still post tutorials
- Due on Feb. 26, 2012
- Asked on Feb 22, 2012 at 10:43:27PM
1. Assuming that you are connected to a database called Computers.mdb with the fields Computer, Hostname Room_Num, CPU_Type, Num_CPUs, Bit_Size, OS_Type, Memory, and HDD_Size, write the SQL Query String sqlStr such that the fields Computer, Room_Num, and OS_Type will be displayed for the records that indicate an OS_Type of "Fedora 10" or "Windows XP." The returned records should be sorted by OS_Type.
2.Write the NETSH command that will set the IP address of the interface name "NIC" to a DHCP-supplied IP address
3. Write the Windows CLI command that will map the network share called PublicData on FileServer1 to the X: drive for the user netuser with a password of netpass.
4.Write the VBScript code that defines the Scripting.FileSystemObject and the file C:\Data\DataFile.txt for writing. Make sure the file will be created if it doesn't exist, and ensure that the format is ASCIl
- This tutorial was purchased 3 times and rated A+ by students like you.
- Posted on Feb 22, 2012 at 10:48:55PM
