Deck 1: Web Page Connectivity, Internet and Mouse Cursors
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/22
Play
Full screen (f)
Deck 1: Web Page Connectivity, Internet and Mouse Cursors
1
......................... connects web pages.
A)connector
B)link
C)hyperlink
D)none of the above
A)connector
B)link
C)hyperlink
D)none of the above
hyperlink
2
Internet is ...............................
A)a network of networks
B)an ocean of resources waiting to be mined
C)a cooperative anarchy
D)all of the above
A)a network of networks
B)an ocean of resources waiting to be mined
C)a cooperative anarchy
D)all of the above
all of the above
3
.................. is suitable for remote administration of a computer.
A)ftp
B)shell
C)remote procedure call
D)telnet
A)ftp
B)shell
C)remote procedure call
D)telnet
telnet
4
Title tag is nested within the ....................... tag.
A)body
B)head
C)list
D)table
A)body
B)head
C)list
D)table
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
5
.................... is a web's native protocol.
A)slip
B)tcp/ip
C)http
D)ppp
A)slip
B)tcp/ip
C)http
D)ppp
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
6
The Internet uses the ........................ as the protocol engine.
A)slip
B)http
C)tcp/ip
D)ppp
A)slip
B)http
C)tcp/ip
D)ppp
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
7
A ............................. is a symbolic name a network administrator assigns to a machine.
A)url
B)dns
C)ip address
D)host name
A)url
B)dns
C)ip address
D)host name
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following protocol is used for e-mail services.
A)smap
B)smtp
C)smip
D)smop
A)smap
B)smtp
C)smip
D)smop
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
9
...................... is the incoming e-mail server.
A)pop
B)smtp
C)smip
D)ppp
A)pop
B)smtp
C)smip
D)ppp
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
10
....................... is a uniform naming scheme for locating resources on the web.
A)uri
B)http
C)webname
D)resourcename
A)uri
B)http
C)webname
D)resourcename
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
11
In mouse cursor option ................... is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward to the left.
A)panse
B)pansw
C)pansouth
D)pannw
A)panse
B)pansw
C)pansouth
D)pannw
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
12
In mouse cursor option ................. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
A)panse
B)pansw
C)pansouth
D)pannorth
A)panse
B)pansw
C)pansouth
D)pannorth
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
13
..................... is a signed count of the number of rotation of the mouse wheel.
A)alfa
B)delta
C)wheel rotation
D)rotation count
A)alfa
B)delta
C)wheel rotation
D)rotation count
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
14
Most of the functionally of the text box control is simply inherited from the ................. class, which is also the a base class for the rich text box control.
A)textboxcontrol
B)richtextbox
C)textboxbase
D)textbox
A)textboxcontrol
B)richtextbox
C)textboxbase
D)textbox
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
15
................. control is generally used for editable text although it can also made read only.
A)textboxcontrol
B)richtextbox
C)textboxbase
D)textbox
A)textboxcontrol
B)richtextbox
C)textboxbase
D)textbox
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
16
We can limit the amount of text entered into TextBox control by setting .................. property to a specific number of characters.
A)maxlength
B)totallength
C)textamount
D)textlimit
A)maxlength
B)totallength
C)textamount
D)textlimit
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
17
TextBox controls also can be used to accept password if the ................. property is used to mask characters.
A)passwordchar
B)passwordcharacter
C)maskchar
D)passwordcontrol
A)passwordchar
B)passwordcharacter
C)maskchar
D)passwordcontrol
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
18
Each hyperlink is a object of the ................... class and is stored in a collection called links.
A)hyperlink.link
B)linklabel.link
C)link.linklabel
D)link.hyperlink
A)hyperlink.link
B)linklabel.link
C)link.linklabel
D)link.hyperlink
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following is NOT the public properties of TextBox objects.
A)autosize
B)backcolor
C)bulletindent
D)maxlength
A)autosize
B)backcolor
C)bulletindent
D)maxlength
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
20
Which of the following is NOT the public events of TextBox objects.
A)autosize changed
B)readonly changed
C)click
D)link clicked
A)autosize changed
B)readonly changed
C)click
D)link clicked
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
21
In order for the scroll bars to actually appear, the text box's ................. property must be True.
A)multiline
B)multitext
C)scrolling
D)multivisible
A)multiline
B)multitext
C)scrolling
D)multivisible
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is NOT the public property of RichTextBox Objects.
A)detecturls
B)detecttext
C)bulletindent
D)rightmargin
A)detecturls
B)detecttext
C)bulletindent
D)rightmargin
Unlock Deck
Unlock for access to all 22 flashcards in this deck.
Unlock Deck
k this deck