Search Papers On This Blog. Just Write The Name Of The Course

Thursday 9 December 2010

IT430- E-Commerce solved paper

MIDTERM EXAMINATION
Fall 2009
IT430- E-Commerce

Question No: 1 ( Marks: 1 ) - Please choose one
Which device uses the IP address
► Switch
► Router
► Repeater
► None of these
Question No: 2 ( Marks: 1 ) - Please choose one
Which of the following tags are used for embedding sound files into HTML
code?
► and
► None of these
Question No: 3 ( 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: 4 ( Marks: 1 ) - Please choose one
How can you add a comment in a JavaScript?
► 'This is a comment
► //This is a comment
► All of the above
Question No: 5 ( Marks: 1 ) - Please choose one
Which is NOT a correct name for an XML element?
► All 3 tags are incorrect
Question No: 6 ( Marks: 1 ) - Please choose one
Which event is detected when the mouse moves over a link?
► overMouse event
► onMouseOver event
► onRollOver event
► onMouseOut event
Question No: 7 ( 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: 8 ( Marks: 1 ) - Please choose one
What does ++ operator do?
Adds two numbers together
► Joins two text strings together
► Adds 1 to a number
► Adds 2 to a number
Question No: 9 ( Marks: 1 ) - Please choose one
Which one is the responsible to manage “Internal processes”?
► E-business
► E-commerce
► E-marketing
► All of the given
Question No: 10 ( Marks: 1 ) - Please choose one
ASP server scripts are surrounded by delimiters, which?
► ...
► ...
► ...
Question No: 11 ( Marks: 1 ) - Please choose one
Which firewall uses strong user authentication to verify identity of a host
attempting to connect to the network?
► Packet filter firewall
► Circuit level firewall
► Application gateway firewall
► Hybrid firewall
Question No: 12 ( Marks: 1 ) - Please choose one
When two or more intranets are connected to each other they form a/an -----
-------- .
► intranet
► internet
► extranet
► VPN
Question No: 13 ( Marks: 1 ) - Please choose one
A pixel can be identified by giving values just like: pixel 10, 15 and is given
by
► Column no. followed by its row no.
► Row no. followed by its Column no.
► Length followed by Width
► Width followed by Lenght
Question No: 14 ( Marks: 1 ) - Please choose one
Which HTML tag is used to define an internal (embedded) style sheet?
► css
► text/style
► style
► script
Question No: 15 ( Marks: 1 ) - Please choose one
Which of the following is NOT event handler?
► onmouseout
► onmousemove
► onselect
► online
Question No: 16 ( Marks: 1 ) - Please choose one
What does thefunctionality of Target= “_self” tag?
► Loads the new page into the same frame
► Loads the new page into the entire window
► Loads the new page into a new browser window
► All of the above
Question No: 17 ( Marks: 1 )
Precisely explain this code of line:
What will be text alignment on the web page?
Education provides a better
understanding of life
Answer: The text will be aligned in the center of window because of the
center tag.
Question No: 18 ( Marks: 1 )
In which cable, the stealing of data is most difficult?
Answer: In optical fiber stealing of data is most difficult.
Question No: 19 ( Marks: 2 )
At the end of all processing, what will variable t contain?
var s1 = "Made ";
var s2 = "U ";
var s3 = "and me";
t = s1 + "4 " + s2 + s3;
Answer: Made 4 U and me
Question No: 20 ( Marks: 3 )
Discuss the difference between text page and text area?
Answer: To enter text in a form in HTML we have two options one is text
box and other is text area.
The differences between the two are as follows:
Text Box Text Area
1. It can be created by using an input
tag and assigning a value of “text” to its
attribute type.
2. It is a small sized box.
1. It can be created using a textarea
tag.
2. It is a bigger box to enter text..
Question No: 21 ( Marks: 5 )
Differentiate between the Ring Topology and Star Topology.
Answer:
Topology: Topology can be defined as the physical arrangement of devices
in a network. There are three types of topologies namely BUS topology,
Star topology and Ring topology.
Differences between Ring and Star Topology:
Ring Topology Star Topology
1. Each device in this topology is
connected to two devices at a time in
form of a ring.
2. Data travels from device to device to
reach the destination.
3. Data can travel in one direction only
either clockwise or counter clockwise.
1. All the devices are connected at a
central point of connection through a
device called HUB.
2. Data first goes to the HUB which
then by checking the receiver address
send data to destination.
3. No set direction as data directly goes
to HUB.
Question No: 22 ( Marks: 10 )
a) Why we use router instead of switch on WAN?(5)
Answer: Router and switch use a hardware and software combination to
send data over a network. Routers divide the larger networks like WAN
(Wide Area network) into smaller segments called subnets. Router uses
Routing information protocol and make up a routing table which contains
information about network addresses and routes to deliver data. Unlike
switch which uses MAC address, router uses IP address of the destination
attached to the data packet and finds the shortest possible path available
to send the data to the destination in this way router are more efficient in
sending data over larger networks like WAN.
b) Differentiate between the Switch and Router? Any three differences.(5)
Answer:
Differences between Switch and Router:
Switch and router are networking devices which are used in a network to
send data. Both switch and router use a combination of hardware and
software to send data.
Switch Router
1. In switch the network is divided into
smaller segments known as Virtual
LAN.
2. It uses MAC address check to send
the data to the destination.
3. It is not a decision making device.
1. The larger networks are further
divided into smaller parts known as
Subnets.
2. It uses IP address to check the
shortest available path to reach the
destination device.
3. Router is a decision making device.
http://www.allvupastpapers.blogspot.com/

No comments:

Post a Comment