• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/55

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

55 Cards in this Set

  • Front
  • Back
HTML commands are called
tags
HTML tags are words enclosed in
<>
Correct Which of the following would put “Kelly Clarkson - In Concert” in the title bar of a Web page?
<title>Kelly Clarkson - In Concert</title>
Which of the following tags is not paired?
<
hr>
The <p> </p> tags indicate the beginning and end of a:
paragraph
The <
a
> tag is called an
anchor
The attribute specifying a blue background is
bgcolor=blue
The .. notation in a relative path of hypertext reference means to
close folder open parent folder
To get an image to sit on the right side of the window with the text filling the area to the left of the image, your tag would need to look like:
<
img
src=
"mountains.jpg"
align
=
"right"
>
The dimensions for an image on a Web page
are set using widtch and height attributes
Correct Today most Web pages are created using _____
web authoring software
The ______ tag is a way to get more than one consecutive space in a line of a Web page.
<
pre
>
______ tags are tags inside other tags
nested
Special commands inside a tag are called _
attributes
___ are usually used to link to pages on the same site
relative pathnames
A .. in a hypertext reference indicates a ____ path
relative
he src in an image tag stands for __
source
GIF
Graphics Interchange Format
JPEG
Joint Photographic Experts Group
o get the RGB color black using hexadecimal numbers, you would write
#000000
To put the ten greatest inventions of all time, in order, on a Web page, you should use a(n)
ordered list
colors of rainbow
#FF0000
#FFA500
#FFFF00
#008000
#0000FF
#4B0082
#EE82EE
One of the downsides of unmediated expression on the Web is
Some use the Web for their own goals and slant their content accordingly.
Information created in _______ is likely to be digitized
1996
Most information produced before 1985 is not yet digitized
We visit a library electronically to
Electronic visits to the library access information directly and provide research tools
A hierarchy resembles a:
tree
Someone searching with a search engine would use the
query processor
Most Web pages are not indexed because
search engines have not crawled them
B. pages are created on demand and those cannot be indexed
C. other pages dont point to it
Google was the first search engine to get its keywords from
anchor tags
The number of results from a search using AND will be ______ a search using OR.
no more than
To omit a word from a search, you would:
put a minus sign in front of the word
Which of the following is not an indication of the believability of a Web site
WWW Consortium approval
______ are computer programs that help people find information on the Web.
Search engines
Counting the number of pages linked to a page helps to determine that page’s ______.
PageRank
AND, OR, and NOT are called ______.
logical or boolean operators
Operators placed between words in a query are called ______.
infix operators
The ______ operator is used to exclude a word or phrase from a search
NOT
In a search, the minus (-) sign is the same as using the word ______.
NOT
An algorithm has ______ basic requirements
5
An algorithm must be:
precise
a computer program must
A. complete a specific task
B. work in a specific set of circumstances
C. be written in a specific language
You notice that the only item in alphabetical order after the first Beta sweep of an
Alphabetize CDs is the first item. This is an example of:
abstraction
In the Alphabetize CDs algorithm:
the Alpha points to the first slot of the sweep and the Beta points to the rest
Following an Alpha sweep, how many items are you sure are in the correct order?
1
Input includes the:
A. type of data
B. amount of data
C. form of the data
Output is:
A. the intended result
C. must include the type, amount, and form of the result
An explicit set of instructions is a(n) ______.
aligorithm
A(n) ______ is a generalized method while a(n) ______ is a specialized solution
algorithm, program
The ______ of an algorithm defines the setting for its use.
context
A(n) ______ finds the item in a list that is next in order to the Alpha item.
beta sweep
In a Beta sweep, the ______ property makes sure every item in the list is considered
exhausted
In a Beta sweep, the ______ property makes sure the sweep is finite.
nonredundant
The Alpha and the Beta in the Alphabetize CDs program are called ______.
variables
9. A(n) ______ is the computer term of a set of instructions that repeat.
loop
The memory locations of a computer store items, but the contents of these locations
contain the ______ of the items.
values