CS202 Exam 2

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Which of the following is true? A. The head is nested within the body B. The body is nested within the head C. The body and the head are nested within html D. All are true

C. The body and the head are nested within html (i think)

The following html code will effectively remove the underline from a hyperlink: <a href="http://www.abc.com" style="underline: no"> ABC </a> True False

False

What are the last three characters that must be at the end of an html comment? a. --> b. -!> c. l/> d. !->

a. -->

The RGB value _____ displays the color black. a. 0, 0, 0 b. 222, 222, 222 c. 255, 255, 255 d. 110, 110, 110

a. 0, 0, 0

Counting both opening and closing tags, an ordered list with 5 list elements would use ____________ html tags. a. 12 b. 10 c. 5 d. 6

a. 12

Which of the following is coded incorrectly? a. <html lang="eng"> b. <p style="color: blue; text-align: center;">Some words</p> c. <meta charset="utf-8"> d. <!DOCTYPE html>

a. <html lang="eng">

If you need to add more items to a bulleted list, you add them using the ____ tag(s). a. <li> </li> b. <l> c. <ul> d. <bull> and </bull>

a. <li> </li>

​What tag pair is used to create a new paragraph? a. <p> </p> b. <para> </para> c. <new paragraph> </new paragraph> d. <paragraph> </paragraph>

a. <p> </p>

In the _____ form of ecommerce, the web is used to connect individual consumers directly with retailers to purchase products. a. B2C b. C2C c. B2B d. 2BC

a. B2C

Which of the following is NOT a good suggestion when making a webpage? a. Put spaces in your file name b. Use an extension of .html c. Save your images and your html files in the same location. d. Put all content between the open and close body tags

a. Put spaces in your file name

The dl, dt, and dd tags are used when creating a _____________ list. a. description b. unordered c. ordered d. data

a. description

when a webpage is displayed in a browser, the browser tab displays the ______. a. document title b. copyright information c. file location d. html version

a. document title

The most popular way to access podcasts on the web is through _____ software. a. iTunes b. iPodder c. Podworld d. Podcast Alley

a. iTunes

What is the default alignment for elements on a web page? a. left b. right c. center d. wherever you type them in the source code

a. left

The <h1> tag is a ____ tag. a. level-one heading b. text height c. half-size d. closing head

a. level-one heading

Which of the following is a two-sided tag? a. p b. img c. meta d. br

a. p

Conventional AI is also called ___________. a. symbolic AI b. informatics c. computational AI d. case-based reasoning

a. symbolic AI

Which CSS property is used to remove the underline from a hyperlink? a. text-decoration b. text-align c. line-none d. href

a. text-decoration

the title open and close tags should be nested within the head open and close tags a. true b. false c. depends on the browser d. there is no closing title tag

a. true (i think)

Criminal cases have been solved through the process of identifying a digitally recorded human voice known as _____ identification. a. voice-print b. witness c. language d. sound-output

a. voice-print

​Choose the tag pair to use when displaying important text in bold font weight. a. ​<b> </b> b. ​<size> </size> c. ​<big> </big> d. ​<bold> </bold>

a. ​<b> </b>

How many attributes are used in the following line of code? <A HREF="HTTP://CS.UA.EDU" STYLE="TEXT-DECORATION:NONE"> CS </A> a. 0 b. 1 c. 2 d. 3

b. 1 (i think)

How many CSS properties would be needed to create a blue, centered level two heading? a. 1 b. 2 c. 3 d. 0

b. 2

how many levels of heading are there in HTML? a. 4 b. 6 c. 8 d. 10

b. 6

What are the first two characters that must appear on every web page? a. <- b. <! c. </ d. <D

b. <!

What is the correct format for an html comment? a. <!-- comment goes here --!> b. <!-- comment goes here --> c. <-- comment goes here --> d. <-- comment goes here --!>

b. <!-- comment goes here -->

What is the correct format for an html comment? a. <-- comment goes here --!> b. <!-- comment goes here --> c. <-- comment goes here --> d. <!-- comment goes here --!>

b. <!-- comment goes here -->

Which of the following is coded incorrectly? a. <html lang="en"> b. <p style="color: blue; text-align: center;">Some words</p> c. <head charset="utf-8"> d. <!DOCTYPE html>

b. <p style="color: blue; text-align: center;">Some words</p>

Global supply management companies assist businesses in finding the best _____ relationships. a. C2C b. B2B c. B2C d. C2B

b. B2B

_____ can be defined as systems that support electronically executed business transactions. a. Groupon b. Ecommerce c. Mcommerce d. GSM

b. Ecommerce

Which of the following is an online photo album service designed specifically for professionals? a. Snapfish b. SmugMug c. Picasa d. Kodak Gallery

b. SmugMug

The _____ was one of the first game controllers to use a player's motions and gestures as input. a. PSP b. Wii c. Xbox 360 d. all of the above

b. Wii

An example of a vector graphic image is _____. a. a frame b. clip art c. a 3D model d. a photograph

b. clip art

An example of a vector graphic image is _____. a. a frame b. clip art c. a photograph d. a 3D model

b. clip art

Which CSS property should you use to bold a paragraph using an inline style? a. font-size b. font-weight c. font-style d. bold

b. font-weight

A video camcorder's image quality is measured by the number of pixels in each _____. a. strip b. frame c. photo d. object

b. frame

The introduction of _____ on cell phones was the first step toward realizing augmented reality. a. instant messaging b. geographic positioning systems c. text messaging d. voice messaging

b. geographic positioning systems

Given the following html code segment, which element is out of order? <!DOCTYPE html> <html lang="en"> <head> <title>My Page</title> <h1>Welcome to My Page</h1> <meta charset="utf-8"> </head> <body> <p>Some stuff goes here</p> </body> </html> a. meta b. h1 c. title d. body

b. h1

<______Charset="utf-8"> a.title b. meta c. head d. html

b. meta

Digital images are made up of a grid of small points called _____. a. increments b. pixels c. dots d.bits

b. pixels

​Choose the tag pair to use when emphasizing text that is displayed in italic font style. a. ​<italic> </italic> b. ​<i> </i> c. ​<p> </p> d. ​<size> </size>

b. ​<i> </i>

​Choose the tag pair to use when emphasizing text that is displayed in italic font style. a. ​<size> </size> b. ​<i> </i> c. ​<p> </p> d. ​<italic> </italic>

b. ​<i> </i>

What tag pair is used to create a new paragraph? a. ​<paragraph> </paragraph> b. ​<p> </p> c. ​<para> </para> d. ​<new paragraph> </new paragraph>

b. ​<p> </p>

​Which property configures the color of text? a. ​font-color b. ​color c. ​text-color d. ​font-style

b. ​color

Which property can be used to configure italic text? a. ​font-weight b. ​font-style c.​ font-type d. ​font-italic

b. ​font-style

How many attributes are used in the following line code? <a href="http://cs.ua.edu" style="text-decoration:none"> CS Department </a> a. 1 b. 0 c. 2 d. 3

c. 2

How many attributes are used in the following line of code? <P STYLE="FONT-WEIGHT:BOLD;FONT-STYLE:ITALIC"> a. 0 b. 1 c. 2 d. 3

c. 2 (i think)

Which of the following lines of code correctly inserts an image with the file name energy.jpg? a. <image="energy.jpg" alt="solar panels"> b. <img src="energy.jpg" alt="solar panels">Energy</img> c. <img src="energy.jpg" alt="solar panels"> d. <img href="energy.jpg" alt="solar panels">

c. <img src="energy.jpg" alt="solar panels">

Which tag pair contains the items in an ordered or unordered list? a. ​<item> </item> b. ​<ol> </ol> c. <li> </li> d. ​<ul> </ul>

c. <li> </li>

____ proposed a test to determine whether a computer can be said to exhibit human intelligence. a. Ray Kurzweil b. Bill Gates c. Alan Turing d. Albert Einstein

c. Alan Turing

Which of the following is an example of digital media? a. magnetic tape b. printed newspapers c. Blu-ray movies d. spreadsheets

c. Blu-ray movies

_____ virtual reality refers to a user experience where you may feel like you are actually part of the experience generated by the computer. a. Bioreal b. Hyper-engaging c. Immersive d. Dynamic

c. Immersive

Which property can be used to configure italic text? a. font-italic b. font-type c. font-style d. font-weight

c. font-style

Which html tag is used to set the character encoding for a web page? a. charset b. html c. meta d. "utf-8"

c. meta

A numbered list is also known as a(n) ____ list. a. definition b. bulleted c. ordered d. unordered

c. ordered

A videographer uses a(n) _____ to organize and arrange video scenes. a. toolbox b. kiosk c. storyline d. animator

c. storyline

Consider the line of html code that follows: <h1 style="text-align:center">Alabama Football Rolls LSU</h1>. Which of the following is the attribute? a. center b. text-align c. style d. h1

c. style

What CSS property would be used to center a level-three heading? a. center b. middle c. text-align d. heading-align

c. text-align

Digital _____ refers to using imagery to experience information in a manner difficult to experience through any other medium. a. sampling b. animation c. visualization d. digitization

c. visualization

Which of the following tags should NOT be located in the head section? a. ​<meta> b. ​<title> c. ​<h1> d. ​All the tags listed should be coded in the head section.

c. ​<h1>

​The text contained between title tags is: a. ​Not used by search engines b. ​Never seen by your web page visitor. c. ​Displayed in the title bar of the browser window d. ​Not displayed by browsers

c. ​Displayed in the title bar of the browser window

how many CSS properties are use in the following line of code? <p style="font-weight:bold;Font-style:italic"> a. 0 b. 1 c. 2 d. 3

d. 1 (i think)

Which tag pair contains the items in a ordered or unordered list? a. <ol> </ol> b. <item> </item> c. <ul> </ul> d. <li> </li>

d. <li> </li>

Companies such as _____ have connected with libraries to digitize millions of books. a. Microsoft b. Twitter c. Cengage d. Google

d. Google

The B2B electronic exchange differs from global supply management in that it focuses on _____. a. consumer demand b. spending management c. consumer-to-consumer commerce d. a specific industry

d. a specific industry

Digital video _____ involves analyzing each frame of the video and storing only the pixels that change from frame to frame. a. animation b. imagery c. editing d. compression

d. compression

Computer-aided design software provides tools to ____. a. architects and artists only b. design only 3D objects c. design only 2D objects d. design both 2D and 3D objects

d. design both 2D and 3D objects

The first section of an HTML document is called the ____ section. a. root b. meta c. primary d. head

d. head

What html tag must be nested within the <a> tag to create an image link to a website? a. link b. insert c. hyperlink d. img

d. img

Tags that are included within other tags are called ____ tags. a. cocooned b. enclosed c. looped d. nested

d. nested

Which of the following is a web page file? a. project8_alliebama.doc b. project8_alliebama.docx c. project8_alliebama.pdf d. project8_alliebama.html

d. project8_alliebama.html

syntax = a. headings b. tags c. meaning d. rules

d. rules

AI applications are ways in which AI methodologies are applied to ____ and provide services. a. provide feedback b. support singularity c. machine learn d. solve problems

d. solve problems

A properly inserted html comment will not display on your web page when viewed in a browser. True False

true

​Web pages have two sections: a head and a body. ​False ​True

​True


संबंधित स्टडी सेट्स

AWS Certified Machine Learning 1

View Set

Religion Chapter 4 Semester 2 study q's

View Set

Chapter 12 Inventory Management Section 1 The Importance of Inventory

View Set