SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Web Development
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What are the correct naming standards for web pages?
Place the word together (eliminating spaces or using underscore or dash)
a img {border: none}
Should be placed in its own division of a web page.
External sheet
2. Write the line of code to insert an image.
h6
Includes information about a web page.
<img src="basicversity.jpg" alt="basicversity"/>
cookie
3. Web apps can interact with server without changing anything on the page - uses the XMLHttpRequest object to exchange data asynchronously with the web server.
Ajax (Asynchronous Javascript and XML)
Provides information about a website
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Divide pages
4. When using CSS what separates a property and value?
colon (":")
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
To show the visitor the linked had not been selected
a img {border: none}
5. What is included within the <head> tag?
h6
.css
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
Information about a web page title and links
6. Define dithering
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
7. What type of image is best if a web page requires a photograph?
External sheet
Determines the width and height of computer screen
Require
.jpg
8. When is best to use the <ol> tag?
Includes information about a web page.
<img src="basicversity.jpg" alt="basicversity"/>
The list matters
.css
9. A piece of text stored on a user's computer by their web browser - used for authentication or storing site preferences or shopping cart contents or the identifier for a server-based session or anything else that can be accomplished through storing t
Should be placed in its own division of a web page.
cookie
Border
To place an important section of text.
10. Define a .gif image.
An 8 bit---256 color graphic format
period (".")
.css
The list matters
11. When do you use the "a: active"?
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
An 8 bit---256 color graphic format
Should be placed in its own division of a web page.
To show the visitor the linked had not been selected
12. Write the code to link to: www.basicversity.com
<a href= "http://www.basicversity.com"> Basicversity</a>
<!----Hello-->
Describes the relationship (in CSS) between margins and borders and padding and height.
/Hello/
13. The XHTML standard defines three Document Type Definitions: Strict and Transitional and _______
External sheet
Includes information about a web page.
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Frameset
14. How do you write a comment in an HTML document?
When linking to a web page on another site.
<!----Hello-->
.css
a img {border: none}
15. A cross-platform and language-independent convention for representing and interacting with objects in HTML and XHTML and XML documents.
colon (":")
/Hello/
DOM (Document Object Model)
h1
16. When is FTP used?
global variable
Place the word together (eliminating spaces or using underscore or dash)
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
javascript
17. What symbol is used in a CSS document to denote code that is considered a class?
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
JSON
period (".")
Includes information about a web page.
18. When do you use an absolute link?
semi-colon (";")
relative
An 8 bit---256 color graphic format
When linking to a web page on another site.
19. When using CSS what ends a style rule?
Padding
<a href= "http://www.basicversity.com"> Basicversity</a>
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
semi-colon (";")
20. Use the following lowest screen resolution when designing a site for a target audience?
h6
<a href= "http://www.basicversity.com"> Basicversity</a>
a img {border: none}
800 by 600
21. What does float allow you to do?
To list a series of terms and their definitions
Information about a web page title and links
Position an element to the left or right of other content on a page
colon (":")
22. Write the code to link to a folder named "school" within the website "basicversity".
<a href = "basicversity/school.html">School</a>
<a href= "http://www.basicversity.com"> Basicversity</a>
If the list isn't important
Ajax (Asynchronous Javascript and XML)
23. Which heading tag has the smallest size?
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
h1
period (".")
Require
24. This stops processing the page if they cannot retrieve the resource.
External sheet
period (".")
The list matters
Require
25. What is the purpose of the <title> tag?
.jpg
/Hello/
Used to place a web page name into the title bar of the web browser
Place the word together (eliminating spaces or using underscore or dash)
26. A CSS document is saved with the _____ extension?
float left
.css
Padding
<!----Hello-->
27. In CSS the possible values for the display attribute that are supported by all browsers are none - block - inline - _____ - run-in
list-item
<a href= "http://www.basicversity.com"> Basicversity</a>
Divide pages
800 by 600
28. What separates the element content and the border in CSS?
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Padding
An 8 bit---256 color graphic format
.css
29. To extract data from a web service if it returns JSON use ________ to return an object then iterate through it to get what you want
global variable
javascript
Divide pages
semi-colon (";")
30. What symbol is used in a CSS document to denote code that is considered a class?
Include
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
.css
period (".")
31. How do you write a comment in an HTML document?
h1
body {background-color: #123456;}
Wants the link to be a certain color when the mouse is moved over the link.
<!----Hello-->
32. What are the correct naming standards for web pages?
Place the word together (eliminating spaces or using underscore or dash)
The list matters
list-item
body {background-color: #123456;}
33. A way to make elements inline but preserving their block capabilities.
Padding
XML
Information about a web page title and links
inline style
34. When do you use the "a: link"?
Wants a hyperlink not to be underlined when the user clicks down on the link
Ajax (Asynchronous Javascript and XML)
regular expression
Divide pages
35. What is the purpose of the <!doctype> tag?
Information about a web page title and links
To place an important section of text.
To place an important section of text.
Includes information about a web page.
36. Define "web safe colors".
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
Border
relative
Border
37. Where should you place a navigation bar?
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
Should be placed in its own division of a web page.
Describes the relationship (in CSS) between margins and borders and padding and height.
To place an important section of text.
38. Use of regular expressions in PHP development
Should be placed in its own division of a web page.
validation
POST
Inline→embedded→external
39. When should you use a <span> tag?
Describes the relationship (in CSS) between margins and borders and padding and height.
list-item
period (".")
To place an important section of text.
40. How do you remove a border from an image (using css)?
a img {border: none}
Place the word together (eliminating spaces or using underscore or dash)
.css
h1
41. Define resolution.
Determines the width and height of computer screen
A named anchor that jumps to an area in the same page
Information about a web page title and links
a img {border: none}
42. When do you use an absolute link?
Inline→embedded→external
When linking to a web page on another site.
a img {border: none}
body {background-color: #123456;}
43. Data gets transferred via the URL - used for safe actions
800 by 600
GET
.css
XML
44. Data transferred via the body of the POST request - used for unsafe actions
inner join
POST
float left
Provides information about a website
45. What is the code to change the background in a CSS page using a hexadecimal number?
float left
To separate paragraphs
body {background-color: #123456;}
An 8 bit---256 color graphic format
46. Which heading tag has the smallest size?
<a href = "basicversity/school.html">School</a>
<a href= "http://www.basicversity.com"> Basicversity</a>
h1
Should be placed in its own division of a web page.
47. How do you write a comment in an CSS document?
Divide pages
a img {border: none}
.css
/Hello/
48. What does float allow you to do?
Position an element to the left or right of other content on a page
External sheet
Includes information about a web page.
list-item
49. What is the purpose of the <!doctype> tag?
Should be placed in its own division of a web page.
.css
remotely
Includes information about a web page.
50. Define "web safe colors".
<a href= "http://www.basicversity.com"> Basicversity</a>
float left
External sheet
is the common name used that guarantees that almost all colors will properly be displayed on a computer.