Tuesday, October 27, 2009

IT430- E-Commerce_Spring 2009_MIDTERM

MIDTERM EXAMINATION
Spring 2009
IT430- E-Commerce (Session - 4)
Question No: 1 ( Marks: 1 ) - Please choose one
In datalink layer, data packets are placed inside
► Data frames
► Data boxes
► Data streams
► None of these

Question No: 2 ( Marks: 1 ) - Please choose one
Which of these is the correct HTML code for creating a reset button?





Question No: 3 ( Marks: 1 ) - Please choose one
…..tag is used into …….tag because a row contains multi cells and to fill up these cells with data.


► TD…… TR

► TR…… TD

► TD…… TG

► TG…… TR


Question No: 4 ( Marks: 1 ) - Please choose one
Individuals who write programs or manipulate technologies to gain unauthorized access to computers and networks are --------------- .
► administrators
► experts
► hackers
► coders

Question No: 5 ( Marks: 1 ) - Please choose one
Which tag is used for the hidden fields?





Question No: 6 ( Marks: 1 ) - Please choose one
What is a correct way of referring to a stylesheet called "mystyle.xsl" ?





Question No: 7 ( Marks: 1 ) - Please choose one
Which of them is NOT a predefined object?
► Document
► Date
► Loop
► Array

Question No: 8 ( Marks: 1 ) - Please choose one
Which of these is not a comparison operator?
► <
► >
► =
► !=

Question No: 9 ( Marks: 1 ) - Please choose one
Var d = new date()
Which of the following is correct about the d variable?
► instance of new
► instance of Date() method
► instance of Date object
► Simple Variable

Question No: 10 ( Marks: 1 ) - Please choose one
When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called

► Local Variables

► Global Variables
► Local and Global
► None of the above

Question No: 11 ( Marks: 1 ) - Please choose one
Which of the following , is condition part of given For loop
for (i = 0; i <= 5; i++).
► i=0.
► i++.
► i<=5.
► (i = 0; i <= 5; i++).

Question No: 12 ( Marks: 1 ) - Please choose one
What is the correct JavaScript syntax to write "Virtual University of Paistan"?

► document.write("Virtual University of Paistan ")
► ("Virtual University of Paistan ")
► " Virtual University of Paistan "
► response.write("Virtual University of Paistan ")

Question No: 13 ( Marks: 1 ) - Please choose one
Which of the following is NOT valid HTML code line?





Question No: 14 ( Marks: 1 ) - Please choose one
CSS is a breakthrough in Web design because it allows developers to control the---------

► Processing speed on client side
► Data grid view on client side
► Style and layout of home page.
► Style and layout of multiple Web pages

Question No: 15 ( Marks: 1 ) - Please choose one
Which HTML tag is used to define an internal style sheet?