Web design and programming questions.
Find Web design and programming university examination questions in acaproso.com
| # | Question |
|---|---|
| 1 | Explain the meaning of Javascript object Short answers |
| 2 | How do we declare a function in Javascript? Short answers |
| 3 | With examples , explain ways used to include Javascript in html file Short answers |
| 4 | Write a Javascript pseudo code that defines a function max(), take two numbers as arguments and returns the largest of them, by using the if- then - else construct available in Javascript.
Short answers |
| 5 | Write a javascript pseudo code that define a function that displays numbers from 0 to 10 using the while loop Short answers |
| 6 | Write a Javascript pseudo code that creates an array of numbers that store 10 numbers and print them. Short answers |
| 7 | Write a Javascript pseudo code that create a function that accepts username and display it to the browser Short answers |
| 8 | Write proper HTML, CSS and PHP code to create a simple contact form that allows users to enter their comment and feedback then displays it to the browser. Practical |