Sort resources by: Newest | Most Popular
Quiz Questions
    Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    In which HTML area does the <title> tag belong?

    arm
    head
    body
    footer

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    Which character do you use when specifying a hexadecimal number (say for a colour value)?

    ?
    !
    <
    #

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    Which program do you need to write HTML?

    Dreamweaver
    Editplus
    Microsoft FrontPage
    Any text editor will do

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    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)

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    What is used to store information usually relevant to browsers and search engines ?

    Cookies
    Elements
    Properties
    Metatags

  • Hint
  • Written by botheredbybees 163 days ago Rating: 2 | Rate Question: + -

    to create a numbered list you would use:

    <ul>
    <il>
    <li>
    <ol>

  • Hint
  • Written by darrell.corbin1 173 days ago Rating: 2 | Rate Question: + -

    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

  • Hint
  • Written by bulldog 173 days ago Rating: 2 | Rate Question: + -

    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

  • Hint
  • Written by absoludity 446 days ago Rating: 2 | Rate Question: + -

    What is the tag that should be used to make text bold in a browser?

    font-weight:bold
    <strong>
    <b>
    <em>

  • Hint
  • Written by sammy 447 days ago Rating: 2 | Rate Question: + -

    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

  • Hint
  • Written by beekeeper 448 days ago Rating: 2 | Rate Question: + -

    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?

  • Hint
  • Written by fred 448 days ago Rating: 2 | Rate Question: + -

    Add-ons make firefox better than internet explorer

    false
    maybe
    what's an add-on?
    true

  • Hint
  • Written by botheredbybees 21 days ago Rating: 1 | Rate Question: + -

    To change the file permissions on a unix hosted file so that it is read and writable by the server you would set it to a numeric value of...

    666
    555
    777
    You can't do that without logging in to the unix system as a root user

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    IF-THEN-ELSE is an instance of...

    sequence
    iteration
    repetition
    selection

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    Nassi-Schneiderman diagrams...

    require careful planning, which ensures that the logic of the algorithm is correct
    all of these are true
    are not used as often as pseudocode or flowcharts
    often require re-writing

  • Hint
  • Written by botheredbybees 119 days ago Rating: 1 | Rate Question: + -

    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

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    The design phase of program development involves...

    checking for any errors of logic in the instructions
    defining the inputs, outputs and processing needed
    all of these
    developing a precise set of instructions (an algorithm)

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    Which step in developing a computer program involves defining the inputs, outputs and processing needed?

    Testing
    Analysis
    Coding
    Design

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    An example of a fourth generation language is...

    SQL
    php
    assembly language
    French

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    Which generation of computing languages is assembly language?

    First generation
    Second generation
    Third generation
    Fourth generation

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    Which of the following is an advantage of using a scripting language...

    It runs faster than compiled code
    It may be platform independent (i.e. could run on Windows, Mac or Unix operating systems)
    It is secure
    It can be used to program a wider variety of solutions than a compiled language

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    Compiled computer code...

    runs faster
    all of these are true
    is machine code
    is not easily read by humans

  • Hint
  • Written by botheredbybees 126 days ago Rating: 1 | Rate Question: + -

    Which of the following is *not* a programming language

    C
    XHTML
    Smalltalk
    php

  • Hint
  • Written by botheredbybees 163 days ago Rating: 1 | Rate Question: + -

    Is it a common myth that meta tags seriously improve search engine rankings ?

    no
    only on Sundays
    maybe
    yes

  • Hint
  • Written by botheredbybees 163 days ago Rating: 1 | Rate Question: + -

    Why should you specify a background colour if you are using an image for the actual background of your page ?

    In case the image doesn't fit right
    So the image gets a good looking border around it
    So the text shows up better while the page loads
    You don't need to specify a background colour, the browser will add one for you.

  • Hint
  • Written by macros 173 days ago Rating: 1 | Rate Question: + -

    why would you not use acetone on your computer components?

    because you will get smashed from the fumes
    because acetone doesn't corrode plastic components
    because acetone is flammable and one spark after cleaning could ignite vapours
    because you won't get dizzy from the fumes

  • Hint
  • Written by macros 173 days ago Rating: 1 | Rate Question: + -

    when recycling disposable components like ink cartridges etc...where should these items be disposed of?

    chuck them in the bin...
    throw them into your recycling bin
    dispose of them at the local tip
    stores like harvey norman and cartridge world take these components for correct disposal...

  • Hint
  • Written by 6bsteph1 376 days ago Rating: 1 | Rate Question: + -

    If your company has 26 unhappy customers, how many people on average will hear about one of these unhappy customers experiences?

    2,560
    14,389,452
    560
    1,560

  • Hint
  • Written by sammy 418 days ago Rating: 1 | Rate Question: + -

    What three things are required to run PHP?