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 type of image is best if a web page requires a photograph?
Position an element to the left or right of other content on a page
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
/Hello/
.jpg
2. Define a .gif image.
An 8 bit---256 color graphic format
External sheet
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
Include
3. Write the code to link to: www.basicversity.com
Provides information about a website
<a href= "http://www.basicversity.com"> Basicversity</a>
h6
External sheet
4. Write the line of code to insert an image.
/Hello/
<img src="basicversity.jpg" alt="basicversity"/>
When linking to a web page on another site.
Ajax (Asynchronous Javascript and XML)
5. In CSS the five possible values for "position" are:static - _____ - absolute - fixed - inherit
XHTML DTD
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
relative
External sheet
6. A cross-platform and language-independent convention for representing and interacting with objects in HTML and XHTML and XML documents.
800 by 600
Change color after the link was visited
Determines the width and height of computer screen
DOM (Document Object Model)
7. The _____ for table A and B always contains all records of the "left" table (A) even if the join-condition does not find any matching record in the "right" table (B)
<!----Hello-->
To separate paragraphs
Left join
.css
8. When is best to use the <ol> tag?
Right joint
regular expression
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
The list matters
9. What does float allow you to do?
Includes information about a web page.
If the list isn't important
Position an element to the left or right of other content on a page
JSON
10. What is included within the <head> tag?
Border
Information about a web page title and links
Provides information about a website
To list a series of terms and their definitions
11. Use of regular expressions in PHP development
<a href = "basicversity/school.html">School</a>
When linking to a web page on another site.
.css
validation
12. Define resolution.
GET
remotely
Determines the width and height of computer screen
<!----Hello-->
13. While using CSS what type of css file can modify multiple things at once to an entire site?
Right joint
Information about a web page title and links
<a href= "http://www.basicversity.com"> Basicversity</a>
External sheet
14. What are the correct naming standards for web pages?
Place the word together (eliminating spaces or using underscore or dash)
GET
Wants the link to be a certain color when the mouse is moved over the link.
Includes information about a web page.
15. When is best to use the <dl> tag?
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
Provides information about a website
Padding
To list a series of terms and their definitions
16. Data gets transferred via the URL - used for safe actions
Border
Inline→embedded→external
GET
If the list isn't important
17. A ____ is a Document Type Definition - also know as DOCTYPE. In a document served as text/html the DOCTYPE informs the browswer how to interpret the content of the page.
XHTML DTD
POST
The list matters
<a href= "http://www.basicversity.com"> Basicversity</a>
18. What is a box model?
Describes the relationship (in CSS) between margins and borders and padding and height.
GET
DOM (Document Object Model)
.css
19. This provides a warning if the resource being asked for is not present...still tries to display data.
body {background-color: #123456;}
<!----Hello-->
Include
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
20. Write the code to link to: www.basicversity.com
800 by 600
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
<a href= "http://www.basicversity.com"> Basicversity</a>
a img {border: none}
21. In CSS the possible values for the display attribute that are supported by all browsers are none - block - inline - _____ - run-in
If the list isn't important
<a href= "http://www.basicversity.com"> Basicversity</a>
inner join
list-item
22. When is best to use the <ul> tag?
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
23. What separates the padding and the margin area in CSS?
Border
javascript
To place an important section of text.
Change color after the link was visited
24. Where should you place a navigation bar?
The list matters
Information about a web page title and links
Should be placed in its own division of a web page.
External sheet
25. Use the following lowest screen resolution when designing a site for a target audience?
/Hello/
External sheet
To list a series of terms and their definitions
800 by 600
26. What is the code to change the background in a CSS page using a hexadecimal number?
The list matters
<!----Hello-->
body {background-color: #123456;}
<a name="top"> link</a>
27. When is FTP used?
Inline→embedded→external
Used to place a web page name into the title bar of the web browser
To show the visitor the linked had not been selected
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
28. (Extensible Markup Language) A set of rules for encoding documents in machine-readable form - used to send data from one application to another.
Position an element to the left or right of other content on a page
Provides information about a website
Frameset
XML
29. How do you write a comment in an CSS document?
Includes information about a web page.
/Hello/
h6
semi-colon (";")
30. A CSS document is saved with the _____ extension?
GET
.css
/Hello/
float left
31. How do you write a comment in an HTML document?
Information about a web page title and links
Should be placed in its own division of a web page.
<!----Hello-->
When linking to a web page on another site.
32. How do you write a comment in an CSS document?
validation
An 8 bit---256 color graphic format
/Hello/
relative
33. 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
Border
javascript
Includes information about a web page.
Place the word together (eliminating spaces or using underscore or dash)
34. When using CSS what separates a property and value?
inline style
XML
colon (":")
a img {border: none}
35. When do you use the "a: active"?
a img {border: none}
An 8 bit---256 color graphic format
To show the visitor the linked had not been selected
Determines the width and height of computer screen
36. Web apps can interact with server without changing anything on the page - uses the XMLHttpRequest object to exchange data asynchronously with the web server.
a img {border: none}
semi-colon (";")
h6
Ajax (Asynchronous Javascript and XML)
37. Which tag has the largest size?
To list a series of terms and their definitions
XML
h6
<!----Hello-->
38. Which tag has the largest size?
The list matters
h6
<a href= "http://www.basicversity.com"> Basicversity</a>
Change color after the link was visited
39. What is the purpose of the <!doctype> tag?
Border
Includes information about a web page.
If the list isn't important
When linking to a web page on another site.
40. Which heading tag has the smallest size?
period (".")
h1
semi-colon (";")
Provides information about a website
41. Define dithering
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
42. What is the purpose of the <meta> tag?
Position an element to the left or right of other content on a page
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Provides information about a website
Left join
43. Define dithering
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
44. Where is a session variable stored?
remotely
<a name="top"> link</a>
Right joint
body {background-color: #123456;}
45. What is the hierarchy for CSS code?
When linking to a web page on another site.
Inline→embedded→external
To list a series of terms and their definitions
body {background-color: #123456;}
46. What symbol is used in a CSS document to denote code that is considered a class?
period (".")
Includes information about a web page.
body {background-color: #123456;}
relative
47. When do you use the "a: link"?
inner join
XML
Padding
Wants a hyperlink not to be underlined when the user clicks down on the link
48. While using CSS what type of css file can modify multiple things at once to an entire site?
Include
GET
Require
External sheet
49. Use the following lowest screen resolution when designing a site for a target audience?
Should be placed in its own division of a web page.
If the user has a text only browser or has the graphics turned off
semi-colon (";")
800 by 600
50. A CSS document is saved with the _____ extension?
h1
Includes information about a web page.
Provides information about a website
.css
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests