What should Irena do in order to view the videos?
Irena is reviewing several promotional product videos from her company’s marketing
department before they are published on the company’s Web site. The videos are in
RealMedia format, but they do not open in Irena’s Windows Media Player. What should
Irena do in order to view the videos?
which this page resides?
Consider the following address: http://www.ClWcertified
.com/certifications/web_foundations/iba.php Which part of the URL represents the server
name on which this page resides?
What is the distinguishing difference between a LAN and WAN?
What is the distinguishing difference between a LAN and WAN?
What advantage does 4G provide to help her access the Internet?
Lisa is traveling on company business. She has a company-issued smartphone with 4G
access. Her hotel does not provide Internet access. What advantage does 4G provide to
help her access the Internet?
which hardware resources are used by virtualization software?
Virtualization software transforms the hardware resources of a physical computer to create
a fully functional virtual computer that can run its own operating systems and applications.
In addition to the CPU and RAM, which hardware resources are used by virtualization
software?
Which of the following is an advantage of cloud-based services that John could cite to support his recommendat
John is the network administrator for a small company. The company’s network equipment
has become outdated, and John has been asked to recommend a plan to update the
company’s infrastructure. John has read extensively about the many advantages of using
cloud-based services. Which of the following is an advantage of cloud-based services that
John could cite to support his recommendation?
Which of the following is a disadvantage of mobile devices?
Cloud-computing enables mobile devices to provide users with access to a wide variety of
applications and services. Which of the following is a disadvantage of mobile devices?
Which term describes this wireless network device name?
You have recently purchased a new wireless router. You would like to configure a name for
your wireless network so that you can easily identify it when scanning available wireless
networks. Which term describes this wireless network device name?
which script block will display Hello Joe in the document window after you enter the name Joe?
Assuming the function <body onload=”DisplayName()”> is called, which script block will display
Hello Joe in the document window after you enter the name Joe?
Which line of code initializes the XMLHttpRequest object?
Consider the following code fragment, which sets up the retrieval of an XML document named
fish.xml and calls a function named showFish(): var xmlhttp = new XMLHttpRequest();
xmlhttp.open(“GET”, “fish.xml”, true); xmlhttp.onreadystatechange = showFish(); xmlhttp.send();
Which line of code initializes the XMLHttpRequest object?