logo

Crowdly

Browser

Add to Chrome

CSIT884 (IA25[1]) Web Development

Looking for CSIT884 (IA25[1]) Web Development test answers and solutions? Browse our comprehensive collection of verified answers for CSIT884 (IA25[1]) Web Development at moodle.uowplatform.edu.au.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Write an XML document called q3.xml that represents the following student record:

pix

View this question
Have a look at the following XML sample code. Your task is to create an XML file called q2.xml

and write XML code to include 5 staff records.

<?xml version="1.0" ?>

<dailyUpdate campus="Woolloomooloo" date="24/02/2016">

<staff operation="update">

<staffNumber>0154728</staffNumber>

<firstName>John</firstName>

<lastName>Smith</lastName>

</staff>

<staff operation="add">

<staffNumber>5287523</staffNumber>

<firstName>Mary</firstName>

<lastName>Jane</lastName>

</staff>

</dailyUpdate>

View this question
This is the content of an XML file q1-error.xml

<?xml version="1.0" encoding="UTF-8"?>

<student sn=3719301>

<firstName>John</firstName>

<lastName>Smith</lastName>

<email>[email protected]</email>

</student>

<student sn=6382520>

<firstName>Mary</firstName>

<lastName>Jane</lastName>

<email>[email protected]</email>

</student>

The above XML file contains several errors.

Your task is to identify these errors and correct them.

Save your correct XML code into a new file called

q1-correct.xml.
View this question
This is a closed book question.

Create a webpage that looks like the following.

  • Your student number must always be in orange color.
  • Subject name must always be in yellow color.
  • The smiley emoji number is #128526
  • Initially, when the webpage loads, it displays your student number, and after that, the subject name.

    When the user moves the mouse over the smiley emoji, your student number and subject name are changing the places (it displays the subject name, and after that, your student number).

    When the user moves the mouse over the smiley emoji again, your student number is moved before the subject name.

    When the user moves the mouse over the smiley emoji again, the subject name is moved before your student number.

    And the pattern continues.

Make sure that you display correct information (your student number and subject name). Incorrect information will result in mark deduction.

e.g.

 --->  --->  ---> ...

View this question
This is a closed book question.

Create a webpage using Document CSS that looks like the following.

  • All the dashed green borders must use CSS simple selector.
  • Your name must be blue and has font size 50px using CSS id selector.
  • The subject code and name must be red using the same CSS class selector.

Make sure that all the CSS code are document CSS (not inline CSS, not external CSS).

Make sure that you display correct information. Incorrect information will result in mark deduction.

View this question
This is a closed book question.

Create a webpage (no CSS is needed) that looks like the following to display

your information

:

  • The table has a border.
  • The table width is 30% of the page.
  • The first row displays your full name, your student number.
  • If you do not belong to any club, then make up and display 2 random clubs.

Make sure that you display correct information. Incorrect information will result in mark deduction.

View this question

On the website, display two buttons "Start Slideshow" and "Stop Slideshow".

When the "Start Slideshow" button clicks, six images will be displayed every 1.2 seconds.  When the "Stop Slideshow" button is clicked, the slideshow stops. 

Write your code so the user can click the start animation button many times and only one animation is running at any given time.

View this question
On the website, display two buttons and a counter as follows.

pix

When the user clicks on the start animation button, increase the counter by 1 for every second.

When the user clicks the stop animation button, stop the counter increasing.

Write your code so that the user can click the start animation button many times and only one animation is running at any given time.

View this question
On the webpage, display a button "Increase counter" and display the number 0 as a counter. When the user clicks the button, increase the counter by 1 and display the updated counter on the webpage.

pix

View this question
On the website, display the following:

pix

The user can enter two numbers in

the first two text fields. Then select the operation (either

+ for addition, - for subtraction, or x

for multiplication). Then enter the answer in the third text field. When the user clicks the "Check" button, display

the result as illustrated in the following examples:

pix

pix

View this question

Want instant access to all verified answers on moodle.uowplatform.edu.au?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome