Sunteți pe pagina 1din 2

1.

You would like to create a web application by using HTML5, JavaScript, and
CSS3. Which of the following Visual Studio 2012 editions can you use? (Choose all
that apply.)
A. Visual Studio Professional 2012
B. Visual Studio Premium 2012
C. Visual Studio Ultimate 2012
D. Visual Studio Express 2012 for Web
E. Visual Studio Express 2012 for Windows 8
2. You would like to create a Windows 8 application by using HTML5, JavaScript,
and CSS3. Which of the following Visual Studio 2012 editions can you use?
(Choose all that apply.)
A. Visual Studio Professional 2012
B. Visual Studio Premium 2012
C. Visual Studio Ultimate 2012
D. Visual Studio Express 2012 for Web
E. Visual Studio Express 2012 for Windows 8
3. You would like to create web applications and Windows 8 Windows Store
applications by using HTML5, JavaScript, and CSS3, but while youre learning, you
dont want to buy Visual Studio 2012. Which of the following Visual Studio 2012
editions can you use for free to accomplish your goal?
A. Visual Studio Professional 2012
B. Visual Studio Premium 2012
C. Visual Studio Ultimate 2012
D. Visual Studio Express 2012 for Web and Visual Studio Express 2012 for
Windows 8
1. You would like to create a Windows 8 application by using Blend and HTML5,
JavaScript, and CSS3. Which feature of Blend enables you to pause an application
when it reaches a desired state so you can set the style rules for the page and its
controls while in this state? (Choose all that apply.)
A. Assets panel
B. Projects panel
C. Visual Design
D. Interactive mode
2. On which panel can you see a hierarchically structured view of the DOM?
A. Live DOM
B. Projects
C. Assets
D. Device
3. Which panel can you use to access a list of the HTML elements, controls, and
media that can be added to an HTML page that is open in the artboard?
A. Projects
B. Assets

C. Device
D. Live DOM
1. You want to create an expando attribute on several <h3> tags that display
vehicles for sale. The expando attribute will store the VIN (vehicle identification
number) of the vehicle for sale. Which of the following is the most appropriate
example of creating the expando attribute?
A. <h3 vin=current VIN here>1965 VW Beetle</h3>
B. <h3 id=current VIN here>1965 VW Beetle</h3>
C. <h3 data-vin=current VIN here>1965 VW Beetle</h3>
D. <h3 datavin=current VIN here>1965 VW Beetle</h3>
2. Which technology is HTML5 preceded by and derived from?
A. HTML 4.01
B. SGML
C. XHTML 1.0
D. XML
3. How should you start each HTML5 document?
A. <html>
B. <head>
C. <title>
D. <!DOCTYPE html>
4. You want to use the disabled Boolean attribute on a text box. How can you
accomplish this? (Choose all that apply.)
A. <input name=firstName type=text disabled />
B. <input name=firstName type=text disabled= />
C. <input name=firstName type=text disabled=true />
D. <input name=firstName type=text disabled=disabled />

S-ar putea să vă placă și