Deck 9: Working With XHTML

Full screen (f)
exit full mode
Question
To specify which DTD is used by the XHTML document, you add a DOCTYPE declaration directly after the XML prolog.
Use Space or
up arrow
down arrow
to flip the card.
Question
In HTML, browsers usually reject documents that violate HTML syntax.
Question
When you write XHTML code, it's important to be familiar with all of the rules of proper syntax.
Question
By making allowances for inconsistently applied HTML code, the source code for the browser must be larger and more complex to deal with all contingencies.
Question
All browsers recognize and understand CDATA sections.
Question
Deprecated attributes are allowed under the strict DTD.
Question
SGML is device-independent and system-independent.
Question
Some XML documents must also include a single root element that contains all other elements.
Question
Various Web browsers developed their own unique flavors of HTML to provide customers with new and useful features not available with other browsers.
Question
Browsers usually accept HTML documents that violate HTML syntax as long as the violation is severe.
Question
XHTML allows some instances of attribute minimization.
Question
While powerful, SGML is also quite simple to learn and apply.
Question
XML parsers reject any XML documents that are not well formed.
Question
As the Web has branched out in recent years, it has grown to include smaller, handheld devices, which limit the size of the software that can be run on them.
Question
Once you have a document that passes the validation test, you may want to make a note of this on your Web page.
Question
When a validator reports that the end tag for an element is missing, it always means that a two-sided tag is missing an end tag.
Question
An XML document that employs the correct syntax is known as a well-made document.
Question
HTML cannot be applied inconsistently, because of strict DTDs required by the language.
Question
The namespace id for XHTML looks like a url, and is treated as one by the XML parser.
Question
One way to allow a link to be opened in the same window but still retain valid code under XMTML strict is to use JavaScript to open the link.
Question
A namespace id can be any string of characters so long as it uniquely identifies the document namespace._________________________
Question
The DOCTYPE is added directly after the XML prolog._________________________
Question
The path to a cleaner version of HTML involved rewriting HTML in terms of ____.

A) CML
B) SGML
C) XML
D) Java
Question
When converting old HTML code to XHTML, make sure that all element and attribute names are in uppercase letters._________________________
Question
HTML has been used to create several markup languages, including MathML and CML._________________________
Question
Unlike SGML, XML can be used to design markup languages for different types of structured documents._________________________
Question
SGML can be used on ____.

A) Windows
B) Linux
C) Mac OS X
D) all the above
Question
The strict DTD is best used for older documents that contain deprecated features._________________________
Question
By browsers making allowances for inconsistently applied HTML, source code for the browser becomes ____.

A) simple
B) easier
C) complex
D) extreme
Question
The following HTML code would likely be interpreted correctly by a browser even though the colspan attribute value is not enclosed in brackets: Heading._________________________
Question
To specify what the correct content and structure is for a document, the developers of an XML-based language can create a collection of rules called the schema._________________________
Question
By adding the DOCTYPE declaration and XML:L namespace, you can test whether the document is well formed and valid._________________________
Question
To test a page created in XHTML, you can use the validator provided by W3C._________________________
Question
Microsoft introduced the ____ element into its browser when it saw a need for internal frames.

A) frame
B) frameset
C) iframe
D) exframe
Question
The strict DTD prohibits certain elements from being used as parent elements within other elements._________________________
Question
According to the rules for well-formed XML, empty elements must be terminated._________________________
Question
HTML is limited to those organizations that can afford the cost and overhead of maintaining the complex environments for programming in that language._________________________
Question
The most widely supported version of XHTML is XHTML 1.0._________________________
Question
The frameset DTD is best used for documents that need to strictly conform to the latest XHTML standards._________________________
Question
____ is a markup language introduced in 1980 that describes the structure and content of documents or of any type of information that is readable by machines.

A) SGML
B) HTML
C) CML
D) XHTML
Question
The most widely supported version of XHTML is XHTML ____.

A) 1.0
B) Basic
C) 1.1
D) 2.0
Question
XHTML version _____ is still in the development process.

A) 2.0
B) 3.0
C) 2.1
D) 5
Question
The ____ DTD does not allow any presentational features or deprecated HTML elements and attributes.

A) transitional
B) frameset
C) strict
D) basic
Question
When converting old HTML code to XHTML, make sure that attribute values are placed in ____.

A) quotes
B) parentheses
C) brackets
D) commas
Question
In HTML, which of the following is not an example of attribute minimization?

A) checked
B) value
C) noresize
D) selected
Question
Each XML document is based on a(n)____ set.

A) indexed
B) binary
C) unary
D) character
Question
A ____ can also indicate the encoding used in an XHTML document.

A) meta element
B) MIME element
C) title element
D) anchor element
Question
The specifications for XHTML 1.0 most closely match those for HTML _____.

A) 2.0
B) 3.0
C) 4.0
D) 5.0
Question
Some DTDs represent older versions of ____.

A) XML
B) SGML
C) HTML
D) XHTML
Question
The first line of an XHTML file contains a statement called a prolog that indicates the document adheres to the syntax rules of XML.

A) second
B) last
C) first
D) third
Question
Documents written in MathML and CML are ____ documents.

A) XHTML
B) HTML
C) XSL
D) XML
Question
____ should be used for encoding unless you are using special international characters.

A) UTF-6
B) UTF-32
C) UTF-8
D) UTF-60
Question
In HTML, which of the following is an example of attribute minimization?

A) unchecked
B) multiple
C) nonresize
D) writeonly
Question
____ is a language like SGML used to create markup languages but without SGML's complexity and size.

A) XML
B) XHTML
C) HTML
D) XSL
Question
____ DTDs are most commonly associated with XHTML 1.0.

A) Three
B) Two
C) Four
D) Six
Question
As with HTML and XML, the W3C maintains the specifications for ______.

A) XHTML
B) HTML
C) XML
D) SGML
Question
XML documents must be evaluated with an XML ____.

A) compiler
B) executor
C) parser
D) matrix
Question
The ____ DTD supports many of the presentational features of HTML.

A) presentational
B) strict
C) transitional
D) deprecated
Question
The ____ DTD includes the deprecated elements and attributes of HTML.

A) presentational
B) transitional
C) deprecated
D) strict
Question
To specify what the correct content and structure for a document should be, the document developers create a collection of rules called the ____.

A) XSL
B) parser
C) DTD
D) schema
Question
The clear attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) body
B) br
C) caption
D) a
Question
Which attribute(s)are required for the img tag?

A) alt
B) src
C) a and b
D) none of the above
Question
The rules for well-formed and valid documents reflect ____ practice.

A) good coding
B) active design
C) html
D) parser
Question
The target attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) body
B) br
C) caption
D) a
Question
The strict DTD requires the use of the ____ attribute in place of the name attribute.

A) caption
B) id
C) object
D) link
Question
Which of the following are allowed under the strict DTD?

A) basefont
B) menu
C) u
D) iframe
Question
In the figure above, the item numbered 1 indicates the ____.

A) XML parser
B) DTD
C) XML prolog
D) XML application
Question
The alt attribute is a required attribute of the ____ element.

A) style
B) param
C) base
D) img
Question
Any XHTML document that omits the ____ element is rejected.

A) sub
B) p
C) title
D) none of the above
Question
The body element is prohibited from having ____ as a child element, in the strict DTD.

A) img
B) textarea
C) input
D) all the above
Question
In the figure above, the item numbered 2 indicates the ____.

A) XML parser
B) DTD declaration
C) DTD id
D) XML prolog
Question
The pre element is prohibited from having ____ as a child element, in the strict DTD.

A) sub
B) sup
C) img
D) all of the above
Question
The ____ DTD does not support frames or inline frames.

A) frameset
B) basic
C) strict
D) main
Question
The bgcolor attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) ul
B) br
C) tr
D) a
Question
The action attribute is a required attribute of the ____ element.

A) bdo
B) form
C) area
D) textarea
Question
In the syntax of the DOCTYPE declaration for a general XML document, the type attribute identifies the type of ____.

A) schema
B) root
C) DTD
D) index
Question
The code Hi would not be considered valid code under the ____ DTD.

A) transitional
B) frameset
C) strict
D) main
Question
In the figure above, the item numbered 2 indicates the ____.

A) XML parser
B) DTD
C) XML prolog
D) XML application
Question
In the figure above, the item numbered 1 indicates the ____.

A) XML parser
B) DTD declaration
C) DTD id
D) XML prolog
Question
_______ attributes define how browsers should render the associated elements in Web pages.

A) Prohibited
B) Presentational
C) Directional
D) Specific
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/150
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 9: Working With XHTML
1
To specify which DTD is used by the XHTML document, you add a DOCTYPE declaration directly after the XML prolog.
True
2
In HTML, browsers usually reject documents that violate HTML syntax.
False
3
When you write XHTML code, it's important to be familiar with all of the rules of proper syntax.
True
4
By making allowances for inconsistently applied HTML code, the source code for the browser must be larger and more complex to deal with all contingencies.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
5
All browsers recognize and understand CDATA sections.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
6
Deprecated attributes are allowed under the strict DTD.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
7
SGML is device-independent and system-independent.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
8
Some XML documents must also include a single root element that contains all other elements.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
9
Various Web browsers developed their own unique flavors of HTML to provide customers with new and useful features not available with other browsers.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
10
Browsers usually accept HTML documents that violate HTML syntax as long as the violation is severe.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
11
XHTML allows some instances of attribute minimization.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
12
While powerful, SGML is also quite simple to learn and apply.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
13
XML parsers reject any XML documents that are not well formed.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
14
As the Web has branched out in recent years, it has grown to include smaller, handheld devices, which limit the size of the software that can be run on them.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
15
Once you have a document that passes the validation test, you may want to make a note of this on your Web page.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
16
When a validator reports that the end tag for an element is missing, it always means that a two-sided tag is missing an end tag.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
17
An XML document that employs the correct syntax is known as a well-made document.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
18
HTML cannot be applied inconsistently, because of strict DTDs required by the language.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
19
The namespace id for XHTML looks like a url, and is treated as one by the XML parser.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
20
One way to allow a link to be opened in the same window but still retain valid code under XMTML strict is to use JavaScript to open the link.
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
21
A namespace id can be any string of characters so long as it uniquely identifies the document namespace._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
22
The DOCTYPE is added directly after the XML prolog._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
23
The path to a cleaner version of HTML involved rewriting HTML in terms of ____.

A) CML
B) SGML
C) XML
D) Java
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
24
When converting old HTML code to XHTML, make sure that all element and attribute names are in uppercase letters._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
25
HTML has been used to create several markup languages, including MathML and CML._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
26
Unlike SGML, XML can be used to design markup languages for different types of structured documents._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
27
SGML can be used on ____.

A) Windows
B) Linux
C) Mac OS X
D) all the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
28
The strict DTD is best used for older documents that contain deprecated features._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
29
By browsers making allowances for inconsistently applied HTML, source code for the browser becomes ____.

A) simple
B) easier
C) complex
D) extreme
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
30
The following HTML code would likely be interpreted correctly by a browser even though the colspan attribute value is not enclosed in brackets: Heading._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
31
To specify what the correct content and structure is for a document, the developers of an XML-based language can create a collection of rules called the schema._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
32
By adding the DOCTYPE declaration and XML:L namespace, you can test whether the document is well formed and valid._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
33
To test a page created in XHTML, you can use the validator provided by W3C._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
34
Microsoft introduced the ____ element into its browser when it saw a need for internal frames.

A) frame
B) frameset
C) iframe
D) exframe
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
35
The strict DTD prohibits certain elements from being used as parent elements within other elements._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
36
According to the rules for well-formed XML, empty elements must be terminated._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
37
HTML is limited to those organizations that can afford the cost and overhead of maintaining the complex environments for programming in that language._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
38
The most widely supported version of XHTML is XHTML 1.0._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
39
The frameset DTD is best used for documents that need to strictly conform to the latest XHTML standards._________________________
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
40
____ is a markup language introduced in 1980 that describes the structure and content of documents or of any type of information that is readable by machines.

A) SGML
B) HTML
C) CML
D) XHTML
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
41
The most widely supported version of XHTML is XHTML ____.

A) 1.0
B) Basic
C) 1.1
D) 2.0
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
42
XHTML version _____ is still in the development process.

A) 2.0
B) 3.0
C) 2.1
D) 5
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
43
The ____ DTD does not allow any presentational features or deprecated HTML elements and attributes.

A) transitional
B) frameset
C) strict
D) basic
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
44
When converting old HTML code to XHTML, make sure that attribute values are placed in ____.

A) quotes
B) parentheses
C) brackets
D) commas
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
45
In HTML, which of the following is not an example of attribute minimization?

A) checked
B) value
C) noresize
D) selected
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
46
Each XML document is based on a(n)____ set.

A) indexed
B) binary
C) unary
D) character
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
47
A ____ can also indicate the encoding used in an XHTML document.

A) meta element
B) MIME element
C) title element
D) anchor element
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
48
The specifications for XHTML 1.0 most closely match those for HTML _____.

A) 2.0
B) 3.0
C) 4.0
D) 5.0
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
49
Some DTDs represent older versions of ____.

A) XML
B) SGML
C) HTML
D) XHTML
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
50
The first line of an XHTML file contains a statement called a prolog that indicates the document adheres to the syntax rules of XML.

A) second
B) last
C) first
D) third
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
51
Documents written in MathML and CML are ____ documents.

A) XHTML
B) HTML
C) XSL
D) XML
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
52
____ should be used for encoding unless you are using special international characters.

A) UTF-6
B) UTF-32
C) UTF-8
D) UTF-60
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
53
In HTML, which of the following is an example of attribute minimization?

A) unchecked
B) multiple
C) nonresize
D) writeonly
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
54
____ is a language like SGML used to create markup languages but without SGML's complexity and size.

A) XML
B) XHTML
C) HTML
D) XSL
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
55
____ DTDs are most commonly associated with XHTML 1.0.

A) Three
B) Two
C) Four
D) Six
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
56
As with HTML and XML, the W3C maintains the specifications for ______.

A) XHTML
B) HTML
C) XML
D) SGML
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
57
XML documents must be evaluated with an XML ____.

A) compiler
B) executor
C) parser
D) matrix
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
58
The ____ DTD supports many of the presentational features of HTML.

A) presentational
B) strict
C) transitional
D) deprecated
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
59
The ____ DTD includes the deprecated elements and attributes of HTML.

A) presentational
B) transitional
C) deprecated
D) strict
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
60
To specify what the correct content and structure for a document should be, the document developers create a collection of rules called the ____.

A) XSL
B) parser
C) DTD
D) schema
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
61
The clear attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) body
B) br
C) caption
D) a
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
62
Which attribute(s)are required for the img tag?

A) alt
B) src
C) a and b
D) none of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
63
The rules for well-formed and valid documents reflect ____ practice.

A) good coding
B) active design
C) html
D) parser
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
64
The target attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) body
B) br
C) caption
D) a
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
65
The strict DTD requires the use of the ____ attribute in place of the name attribute.

A) caption
B) id
C) object
D) link
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
66
Which of the following are allowed under the strict DTD?

A) basefont
B) menu
C) u
D) iframe
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
67
In the figure above, the item numbered 1 indicates the ____.

A) XML parser
B) DTD
C) XML prolog
D) XML application
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
68
The alt attribute is a required attribute of the ____ element.

A) style
B) param
C) base
D) img
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
69
Any XHTML document that omits the ____ element is rejected.

A) sub
B) p
C) title
D) none of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
70
The body element is prohibited from having ____ as a child element, in the strict DTD.

A) img
B) textarea
C) input
D) all the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
71
In the figure above, the item numbered 2 indicates the ____.

A) XML parser
B) DTD declaration
C) DTD id
D) XML prolog
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
72
The pre element is prohibited from having ____ as a child element, in the strict DTD.

A) sub
B) sup
C) img
D) all of the above
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
73
The ____ DTD does not support frames or inline frames.

A) frameset
B) basic
C) strict
D) main
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
74
The bgcolor attribute is a prohibited attribute of the ____ element, in the strict DTD.

A) ul
B) br
C) tr
D) a
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
75
The action attribute is a required attribute of the ____ element.

A) bdo
B) form
C) area
D) textarea
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
76
In the syntax of the DOCTYPE declaration for a general XML document, the type attribute identifies the type of ____.

A) schema
B) root
C) DTD
D) index
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
77
The code Hi would not be considered valid code under the ____ DTD.

A) transitional
B) frameset
C) strict
D) main
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
78
In the figure above, the item numbered 2 indicates the ____.

A) XML parser
B) DTD
C) XML prolog
D) XML application
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
79
In the figure above, the item numbered 1 indicates the ____.

A) XML parser
B) DTD declaration
C) DTD id
D) XML prolog
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
80
_______ attributes define how browsers should render the associated elements in Web pages.

A) Prohibited
B) Presentational
C) Directional
D) Specific
Unlock Deck
Unlock for access to all 150 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 150 flashcards in this deck.