1. Why would you add height and width attributes to an IMG tag? |
So you can re-size the image |
So that it doesn't get too big |
You shouldn't use height and width, CSS should be used instead |
So the browser knows how much space to set aside for the image until it loads
|
2. Which character do you use when specifying a hexadecimal number (say for a colour value)? |
? |
! |
< |
#
|
3. Which colors consist of equal amounts of all basic colors ? |
black, blue, and gray |
white, black and gray |
purple, green, and red |
red, green, and blue
|
4. Which program do you need to write HTML? |
Dreamweaver |
Editplus No, try again |
Microsoft FrontPage |
Any text editor will do
|
5. How do you add a link which will allow the visitor to send an email from your page ? |
Add an image of an envelope |
Add <a href="mailto:youremailaddress"> |
Add <a href="sendmailtoyouraddress"> |
You cannot do this without using server a side scripting language (like PHP)
|
6. What is used to store information usually relevant to browsers and search engines ? |
Cookies |
Elements |
Properties |
Metatags
|
7. to create a numbered list you would use: |
<ul> |
<il> |
<li> |
<ol>
|
8. Why do headphones that are used by multiple people need to be cleaned frequently? |
So that they smell sweet |
To help prevent the spreading of germs and head lice |
So that they don't create more ear wax |
So you can hear them better
|
9. name one benefit of donating computers to local charities |
it makes me feel really big |
can be seen as a charitable act by the community |
to generate more business on myself |
tax write-off
|
10. The Microsoft Solutions Framework application theory believes the goal of program management is: |
Smooth deployment and ongoing management |
Enhance user performance |
Delivery within project constraints |
Satisfy customers
|
11. Which of the following questions *don't* need to be considered before you create an Access database? |
What is the purpose of this database and who will use it? |
Which operating system will the database run on? |
What queries and reports do the users of this database need? |
What tables (data) will this database contain?
|
12. Add-ons make firefox better than internet explorer |
false |
maybe |
what's an add-on? |
true
|
13. An algorithm is.. |
a computer problem |
the description of a problem |
music endemic to the central African nation of Algeria (the second largest country on the African continent and the 11th largest country in the world in terms of total area) |
a set of instructions, which need to be carried out in a particular order to solve a problem
|
14. If you do not plan a program by writing an algorithm you risk... |
all these are true |
leaving logic errors lurking in the program |
taking longer to arrive at the correct solution |
not findign the best solution to the problem
|
15. IF-THEN-ELSE is an instance of... |
sequence |
iteration |
repetition |
selection
|
16. the process of working out the main tasks, and then breaking each of the main tasks down into more detail if necessary is known as... |
agile programming |
chunkifying |
top down design |
waterfall design
|
17. Examples of algorithms used for everyday tasks include... |
children's stories and poetry |
a news item |
mathematical formulas and recipes |
a horoscope or quote of the day
|
18. Pseudocode... |
is written with specialised editing software |
cannot describe if...then...else constructs |
provides a pictorial representation of an algorithm |
has features of both English and computer languages
|
19. Advantages of flowcharts include. |
corrections are easy to make |
that pictorial representation can make the logic easy to follow |
they are quick to create |
they also define the language syntax of your chosen scripting environment
|
20. Algorithms are designed using combinations of three main building blocks (control structures), called... |
loops, if/then/else statements and functions |
quark, strangeness and charm |
syntax, choice and loops |
sequence, selection and repetition
|