MIDTERM EXAMINATION It430 2010
MIDTERM EXAMINATION It430 2010
MIDTERM EXAMINATION It430 2010
Spring 2010
IT430- E-Commerce (Session - 6)
http://www.vustudents.net
http://www.vustudents.net
Which CSS tag is used to place an image that would remain when user scrolls down or up the page?
_ background-attachment: fixed
_ background-attachment: scroll
_ background-attachment: up
_ All of these
Question No: 9 ( Marks: 1 ) - Please choose one
What shall come in blanks for proper result,
Here blanks are numbered with 1,2 and 3
<html>
<head>
<SCRIPT language="JavaScript">
Var num1, var num2
Document.container .result.value=parseFloat(num1)-parseFloat(num2)
</script>
</head>
<body>
<FORM name=”---------1-----------”>
<input type=”----------2-------” name=”-------3---------” maxlength=”5”>
</form>
</body>
</html>
_ container, text and result
_ result, value and container
_ container , button and value
_ result, container and text
REF
http://www.ex-designz.net/test_grade.asp?tid=65
http://www.vustudents.net
_ All of these
_ Symmetric cryptography
_ Private key cryptography
_ Public key cryptography (PAGE 100)
_ Hash function
http://www.vustudents.net
Question No: 19 ( Marks: 1 ) - Please choose one
Why we use reset tag in HTML?
http://www.vustudents.net