You are on page 1of 2

Internet & Web Technologies Sample Exam

Name______________________ ID________________________ Signature_____________________

*Instructions.

1. There are 50 questions. Each question is worth 2.5 points.


2. Please turn in the exam paper when you leave the room.
3. If you cheat, you will receive a zero for the exam and disciplinary action will be taken.

(1) ________ is used to specify the presentation, or (13) …


styling, of elements on a web page (e.g., fonts, spacing,
…..
sizes, colors, positioning).
a) HyperText Markup Language (HTML5)
b) Cascading Style Sheets (CSS)
c) JavaScript (20) The ________ input type enables the user to enter a date
d) PHP (year, month, day), time (hour, minute, second, fraction of a
second) and the time zone set to UTC (Coordinated Universal
(2) The latest IP standard is ________ Time or Universal Time, Coordinated).
a) Internet Protocol version 4 (IPv4) a) date
b) Internet Protocol version 6 (IPv6) b) datetime-local
c) Internet Protocol version 5 (IPv5) c) datetime
d) None of the above. d) datetime-utc

(3) Web-based applications are often multitier applications, (21) The ________ element groups navigation links.
sometimes referred to as ________ applications. a) navigation
a) m-tier b) link
b) business-logic c) header
c) data-tier d) nav
d) n-tier
(22) The ________ element describes a section of a document,
usually with a heading for each section.
(4) ….. a) details
b) article
……… c) section
d) sectionheading

(11) The code ½ will produce which fraction?


a) 1/12 (23) ….
b) 1/2
c) 2/1
d) an error ……

(12) An HTML5 table contains rows delimited by ________ (35) The ________ property adds rounded corners to any
elements, which contain cells delimited by ________ elements. element.
a) tr, td a) blur-radius
b) tr, tr b) border-radius
c) table, td c) radial-gradient
d) td, tr d) linear-gradient

(36) Which of the following statements is false?


1
a) The blur radius of a shadow can have a value of 0 or
greater.
b) The higher the value of the blur radius, the more the edges
of the shadow are blurred.
c) The blur radius has a maximum value of 360.
d) A blur radius of 0 means there’s no blur on the shadow.

(37) ….

…..

(47) Which of the following operators associates from right to


left?
a) ==
b) =
c) +
d) %

(48) What will the browser display if the following script is


executed and the user enters 5 at both prompts?
<script type = “text/javascript”>
<!--
var firstNumber = window.prompt( “Enter an integer”, “0” );
var secondNumber= window.prompt( “Enter an integer”,
“0” );
var thirdNumber;
thirdNumber = firstNumber + secondNumber;
document.write( thirdNumber );
//-->
</script>

a) nothing
b) 0
c) 10
d) 55

(49) ….

(50) ….

You might also like