Extras Flashcards

1
Q

What is command prompt and how do you find it on a PC?

A

Start/all programs/accessories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an API?

A

application programming interface…offering expression and functionality through JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
FTP commands, what do they mean?
dir
cd
pwd
put
get
mkdir
A
dir get listing of current directory
cd change to another directory
.. up one directory
pwd displays directory (folder) I'm in
put  moves file to server
get  retrieves filename
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which is the default file in a directory?

A

index.html or default.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a website is an address, a port is a

A

Mail box number at this address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Normally, everything on the web is delivered to the default Port __

A

80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two ways title can be used?

A

As an element in the head tag that defines the title of the document in the browser tool bar, and as an attribute of the “a” element which specifies more information and is displayed when you mouse over the hyperlink

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which attribute let’s you link to a specific point on a page?

A

id attribute aka anchor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The id attribute is a way of uniquely identifying an __________

A

Element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly