MIDTERM EXAMINATION Spring 2009 (Session 2)

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

MIDTERM EXAMINATION Spring 2009

IT430- E-Commerce (Session - 2)


http://www.vustudents.net

Question No: 1 __ ( Marks: 1 ) - Please choose one


Academic institutions, religious organizations and government using
----------------------e-commerce classification
Busi ness-to-Business(B2B)
Intra Business
Non Business EC (page 2)
Busi ness-to-consumer(B2C)

Question No: 2___ ( Marks: 1 ) - Please choose one


Network addresses 128--- 191 range belongs to which of the following class networks?
A
B (page 10)
C
E

Question No: 3 ( Marks: 1 ) - Please choose one


Where in an HTML document is the correct place to refer to an external style
sheet?

In the <body> section


At the end of the document
In the <head> section
At the top of the document
Ref
http://www.ex-designz.net/test_grade.asp?tid=37
Question No: 4 __ ( Marks: 1 ) - Please choose one
Constructor is defined as the initializing function used to create…..........

Instance of object
Copy of object
Instance / copy of object (page 69)
Shallow copy of object

Question No: 5 ( Marks: 1 ) - Please


choose one What does DTD stand for?
Do The Dance.
Dynamic Type Definition.
Data Type Definition. (page 76)
Direct Type Définition.

http://www.vustudents.net
Question No: 6 __ ( Marks: 1 ) - Please choose one Which one of
following file is used to translate XML:

DTD
XSL (repeated )
XML parser
Browser

Question No: 7 __ ( Marks: 1 ) - Please choose one


In which of the following language ,XML parser is usually written.

VB.net
Java (page 77)
Asp.net
C++
Question No: 8 __ ( Marks: 1 ) - Please choose one
In _________key cryptography, everyone has access to all the public keys

Public (page 100)


Private
Symmetric
Certified

Question No: 9___ ( Marks: 1 ) - Please choose one


How do you define a numerical value?

var mynum = new Math;


var mynum = Math(6);
var mynum = 6;
Math.mynum = 6;

Question No: 10___ ( Marks: 1 ) - Please choose one


What is 17%5 ?
2
3
85
84

Question No: 11___( Marks: 1 ) - Please choose one


An array can contain ---------- .

only text
only numbers
only numbers or text
any valid variable
ref

http://www.vustudents.net
http://java.sun.com/docs/books/jls/second_edition/html/arrays.doc.html
Question No: 12 ( Marks: 1 ) - Please choose
one Which tag is used for the hidden fields?

<FIELD>
<TEXT>
<INPUT> (page 88)
<HIDDEN>

Question No: 13 __ ( Marks: 1 ) - Please choose one


Packet filter firewall operates at
a) data link layer
b) network layer
c) transport layer

a and b only (page 5)


c only
b and c only
a, b and c

Question No: 14 ( Marks: 1 ) - Please choose one


Which one has the functionality to redirect the filled information to an other page.

Submit button
Reset button
Radio button
None of the given

Question No: 15 ( Marks: 1 ) - Please choose one


Due to which characteristics, ATM network are covered under E-commerce ?

Exchange of information through computer networks


Internet.
Exchanging of products, services.
None of the above.

Question No: 16 __ ( Marks: 1 ) - Please choose one


IP, RIP, and ARP protocols work on

Application layer
Session layer
Network layer (page 6)
Data link layer

Question No: 17 __ ( Marks: 1 )


Shortly Explain RIP?

Question No: 18 __ ( Marks: 1 )

http://www.vustudents.net
In HTML , for displaying information systematically which tag do we usually use ?
Question No: 19 ( Marks: 2 )
How Certification Authority (CA) issues the certificates? Describe briefly
Question No: 20 __ ( Marks: 3 )
What is MAC address? How does it help server to identify the client?
Question No: 21 ( Marks: 5 )
How can we classify E-Commerce by the nature of its transactions? Give at least one real life
example for each of its classification.
Question No: 22 ( Marks: 10 )
Analyze the following given code showing some Cascading Style Sheets tags and explain its
lines one by one.
<html>
<head>
<style type="text/css">
h1 {text-decoration: overline}
h2 {text-decoration: line-through}
h3 {text-decoration: underline}
a {text-decoration: none}
</style>
</head>
</html>
<body>
<h1>This is header 1</h1>
<h2>This is header 2</h2>
<h3>This is header 3</h3>
<p><a href="http ://www.w3schools.com/default.asp">This is a link</a></p>
</body>

http://www.vustudents.net

You might also like