A.One
B.Two
C.Three
D.Four
3.Which of the following technology is used for developing the popular game Angry Bird? A.CSS B.JavaScript C.HTML5 D.All of the above
2.1 Section A: Web Application
Development
• Ⅲ. Match each numbered item with the most closely related lettered item. Write your answers in the spaces provided.
• Listen to the passage and the following 3 questions based on it. After you hear a question, there will be a break of 15 seconds. During the break, you will decide which one is the best answer among the four choices marked (A), (B), (C) and (D).
2.1 Section A: Web Application
Development
• Notes
[1].Original: Additional HTML5 features include recognizing gestures popular on mobile devices, such as swipe, or drag and drop; allowing applications to function in some limited fashion when no Internet connection is available; dynamically creating graphics, such as progress bars, charts, and animations; and geolocation (determining a user's location based on a device's GPS or connection to a cell tower). Translation: 其他的一些HTML5特色包括识别在移动设备上常用的一些手势,例如挥擦、拖放等; 当没有互联网的时候,允许应用程序以某种限制的样式实现一些功能;动态地创建图形,如进 度条、图表和动画;还有地理定位的功能(根据设备的GPS或者对基站的连接确定用户的地理位 置)。 [2].Original: While HTML describes the structure of a Webpage's content as a collection of elements such as headings, paragraphs, images, and links, CSS allows Web designers to separate the code that specifies a page's content from the code that specifies the page's appearance. Translation: 虽然HTML将网页的内容描述为一系列元素的集合,如标题、段落、图片和链接, 但是CSS能够让网页设计人员将确定网页内容的代码和确定网页外观的代码分离开来。