It430 Collection of Old Papers
It430 Collection of Old Papers
COM
Connecting VU Students
FINALTERM EXAMINATION
FALL 2007 Marks: 70
IT430 - E-COMMERCE (Session - 6 ) Time: 150min
StudentID/LoginID: ______________________________
**WARNING:
a) What is meant by Topology? What are its various types with respect to networking?
Write names only. (2+4)
b) Differentiate between the HTML and XML. Make a comparison table. (4)
a) What are the e-business revenue generating models? Brief each shortly. (10)
b) Differentiate between the web catalogue revenue model and digital content revenue
model. Make a comparison table including examples(5)
a) What do you understand by the terms spamming emails and opt-in-emails? (2+2)
c) Enlist the web advertising payment modes. Write only mode names in bullet
format. (7)
► Web Client
► Web Server
► Browser
► Mozilla
Question No: 6 ( Marks: 1 ) - Please choose one
► All
► Predictive
► Selective
► Descriptive
► Additive
► Classification
► Association
► Characterization
► Clustering
Which one of the following algorithms does not include in symmetric key algorithms
► DES
► RC2
► RC4
► RSA
Which type of Data Mining contains the elements as Support and confidence?
► Classification
► Association
► Characterization
► Clustering
► Passive
► Active
► Static
► Dynamic
► Slice
► Dice
► Drill down
► Roll up
WWW.vujannat.ning.COM
Connecting VU Students
MIDTERM EXAMINATION
FALL 2007 Marks: 50
IT430 - E-COMMERCE (Session - 6 ) Time: 120min
StudentID/LoginID: ______________________________
**WARNING:
► for i=1 to 5
Which Protocol is used for downloading messages to client machine from servers.
► SMTP
► POP3
► IMAP
► None of all
► <head>
► <h1>
► <h6>
► <heading>
What is the correct JavaScript syntax to insert a comment that has more than one line?
► None of all
a) Create an ordered list of your current semester subjects? Write HTML code only. (5)
b) Create an unordered list of your at least 5 hobbies? Write HTML code only. (5)
c) Write the E-Commerce and E-business definitions using definition tags of HTML? (5)
b) Consider the following code and display its output and also explain its code in one passage.
(10)
Code:
<html>
<head>
<script type="text/javascript">
function startTime()
var h=today.getHours()
var m=today.getMinutes()
var s=today.getSeconds()
m=checkTime(m)
s=checkTime(s)
document.getElementById('txt').innerHTML=h+":"+m+":"+s
t=setTimeout('startTime()',500)
function checkTime(i)
if (i<10)
{i="0" + i}
return i
</script>
</head>
<body onload="startTime()">
<div id="txt"></div>
</body>
</html>
c) Differentiate between the Router and Switch. At least three differences. (3)
d) Give names of any two networking cables which are used for connectivity purposes. (2)