CSI 3140 Final Exam

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/858

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

859 Terms

1
New cards

HTML5 documents are edited using a(n) .

2
New cards

a) compiler

3
New cards

b) browser

4
New cards

c) operating system

5
New cards

d) text editor

d) text editor

6
New cards

Machines called store HTML5 documents.

7
New cards

a) contollers

8
New cards

b) web servers

9
New cards

c) web services

10
New cards

d) all of the above

b) web servers

11
New cards

HTML5 text is marked up with

delimited by that are keywords contained in pairs of .

12
New cards

a) elements

angle brackets

13
New cards

b) angle brackets

elements

14
New cards

c) tags

elements

15
New cards

d) elements

tags

16
New cards

Text put between the tags appears in the browser's title bar (i.e.

the dark bar at the top of the browser window).

17
New cards

a)

18
New cards

b)

19
New cards

c)

20
New cards

d)

b)

21
New cards

Which heading is the smallest?

22
New cards

a) h6

23
New cards

b) h1

24
New cards

c) h5

25
New cards

d) h0

a) h6

26
New cards

In the statement

href is a(n) of the a element.

27
New cards

a) anchor

28
New cards

b) element

29
New cards

c) label

30
New cards

d) attribute

d) attribute

31
New cards

A link to an e-mail address is created using the notation Paul.

32
New cards

a) @LAUNCH_email.

33
New cards

b) mailto:emailAddress.

34
New cards

c) email:emailAddress.

35
New cards

d) emailAddress.

b) mailto:emailAddress.

36
New cards

The alt attribute is used in a(n) element to provide an alternate description for the image.

37
New cards

a) img

text.

38
New cards

b) a href

address.

39
New cards

c) title

text.

40
New cards

d) src

image size.

41
New cards

The location of an image is specified in the img element's _ attribute.

42
New cards

a) location

43
New cards

b) image

44
New cards

c) src

45
New cards

d) source

c) src

46
New cards

Which statement is false?

47
New cards

a) The &code; syntax is reserved for special characters.

48
New cards

b) The del element is used to delete text.

49
New cards

c) The sup and sub elements are used to denote superscript and subscript characters.

50
New cards

d) The hr element introduces a horizontal rule.

b) The del element is used to delete text.

51
New cards

The code ½ will produce which fraction?

52
New cards

a) 1/12

53
New cards

b) 1/2

54
New cards

c) 2/1

55
New cards

d) an error

b) 1/2

56
New cards

An unordered list is created using which notation?

57
New cards

a)

58
New cards

b)

    59
    New cards

    c)

    60
    New cards

    d)

    b)

      61
      New cards

      Each list item in an unordered list is delineated by the element.

      62
      New cards

      a) li

      63
      New cards

      b) disc

      64
      New cards

      c) ul

      65
      New cards

      d) href

      a) li

      66
      New cards

      Where is a table's summary displayed?

      67
      New cards

      a) above the table

      68
      New cards

      b) below the table

      69
      New cards

      c) the summary is not displayed

      70
      New cards

      d) in the caption of the table

      c) the summary is not displayed

      71
      New cards

      An HTML5 table contains rows delimited by elements

      which contain cells delimited by elements.

      72
      New cards

      a) tr

      td

      73
      New cards

      b) tr

      tr

      74
      New cards

      c) table

      td

      75
      New cards

      d) td

      tr

      76
      New cards

      The usage of an input element is defined by the value of its _ attribute.

      77
      New cards

      a) name

      78
      New cards

      b) type

      79
      New cards

      c) size

      80
      New cards

      d) all of the above

      b) type

      81
      New cards

      Which of the following is the most accurate statement concerning internal hyperlinks?

      82
      New cards

      a) The "internal" refers to the internal contents of a table

      83
      New cards

      b) Internally-linked location names can be assigned to any point in an HTML5 file

      84
      New cards

      c) href = "page.html&name" is the proper format used to link to an internal location of another page

      85
      New cards

      d) The "internal" refers to the host machine on which the browser is running

      b) Internally-linked location names can be assigned to any point in an HTML5 file

      86
      New cards

      Which of the following accurately describes the select element?

      87
      New cards

      a) text input

      88
      New cards

      b) command button

      89
      New cards

      c) drop-down list

      90
      New cards

      d) check box

      c) drop-down list

      91
      New cards

      To create an internal link in a Web page

      the value of the href attribute includes the named anchor preceded by a .

      92
      New cards

      a) @ symbol

      93
      New cards

      b) * symbol

      94
      New cards

      c) % symbol

      95
      New cards

      d) # symbol

      d) # symbol

      96
      New cards

      One major use for the meta element is related to which of the following?

      97
      New cards

      a) search engines

      98
      New cards

      b) frames

      99
      New cards

      c) audio files

      100
      New cards

      d) forms

      a) search engines