Module 5 Flashcards
What is a Port?
A socket in a computer network that you can plug a device into.
What is a Port in the internet context?
The end point of a communication flow - the receipt point.
How a server number represent?
A service available on that server.
What is Filezilla?
- A website where domain names can be purchased.
- A web browser.
- An application that handles file transfer protocol.
- A web hosting service.
- An application that handles file transfer protocol.
What TFS stands for?
Team Foundation Server.
What is TFS?
A VCS by microsoft that can be used with Visual Studio.
How CSS font units can generally be categorized?
- Absolute sizing.
- Relative sizing.
What is the unit pt?
Stands for point and 72pt is equal to an inch on papaer.
How rem scales?
em scales only with the html font size.
How em scales?
em escales with the parent element font size.
Which are the viewport-relative sizing units?
vh, vw, vmin, vmax.
How much is 100vh?
100% of the height.