You are on page 1of 5

FOR MORE PAPERS | LOGON TO WWW.VUSSS.

COM
MID TERM

IT430 - E-Commerce

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


RIP(Routing Information protocol) is used by---------- , to build a ------------
table
_ bridges , hash
_ routers, matrix
_ routers , routing 6)
_ All of these

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


In which protocol, the messages are not deleted from email server.
_ SMTP
_ POP3
_ IMAP (page 17)
_ ICMP

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


For which one of the following,<MARQUEE ...> tag can work better
_ News headlines
_ Announcements
_ Sound pulgin
_ Movie controls

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


At line code 5 which of the following Css methods has been applied?
<html>
<head>
1. <style type="text/css">
2. h3 {font-family: times}
3. p {font-family: courier}
4. p.sansserif {font-family: sans-serif}
</style>
5. <Link rel=”stylesheet” type=”text/css”
herf=”mystyle.css”>
</head>
<body>
6. <h3 style=”font-size:40pt”>This is header 3</h3>
</body>
</html>
àmystyle.css:
h3{ color:red}

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 1 of 5
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

_ Browser default
_ External style sheet (page 39)
_ Inline style
_ Internal style sheet

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


Which of the following is NOT valid HTML code line?
_ <frameset rows="16%,84%">
_ <frameset columns="16%,84%">
_ <frameset cols="100,150">
_ <frameset cols=”50%,50%” rows=”16%,84%”>

Question No: 6 ( 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

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


Let us assume in Javascript, Variabales num1 and num2 are assigned values
10 and 30 respectively

The following text was displayed on browser page:


OUTPUT:
The result of addition is (40)
Which one of following code will display the output?
_ document.write(“The result of addition is”+ (parseFloat(num1)+parseFloat(num2))+”)”;

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 2 of 5
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

_ document.write(“The result of addition is”+(parseFloat(num1)+parseFloat(num2))+”)”.


_ document.write(“The result of addition is”+(parseFloat(num1)+parseFloat(num2)));.
_ document.alert (“The result of addition is(parseFloat(num1)+parseFloat(num2)) ”)”;

Question No: 8 ( 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 68)
_ Shallow copy of object

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


Which language does not compile its code but interpret it?
_ ASP. Net
_ ASP
_ C++
_ None of these (

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


JavaScript is mainly a ___________ language.
_ Server Side Scripting
_ Cross Side Scripting
_ Client Side Scripting (page 53, 78))
_ both Cross and Server Side Scripting

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


Which loop type always runs the enclosed code at least once
_ for
_ while
_ do while
_ all of them

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


Which one from the following uses IP addresses on network layer?
_ Swithes
_ Routers(page 6)
_ Bridges
_ All of the given

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


Which object has the property of 'cookie'?
_ window
_ location
_ document (page 79, 80)

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 3 of 5
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

_ string

Question No: 14 ( 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(page 96)
_ Hybrid firewall

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


Pretty Good Privacy (PGP) is the name of a popular _________ system which
is available for general public use.
_ Filtering
_ Cryptographic(page 100)
_ Server
_ Security

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


An electronic signature can ensure --------- .
_ authenticity
_ integrity
_ non-repudiation
_ all of them (page 100)

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


Which one is the correct CSS syntax?
_ h1 {font-size:72pt}(page 38)
_ h1:font-size=72pt
_ {h1:font-size=72pt}
_ {h1;font-size:72pt}

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


In Style Sheets, How do you change the font of an element?
_ font-face:
_ font:
_ font-family: (page 43)
_ font-style:

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


How many characters MAC address consists on?
_ 11
_ 12(page 12)

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 4 of 5
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

_ 13
_ 14

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


Choose which one is the not the columns of Log files.
_ IP addresses
_ Request (url)
_ Date
_ Contents

Question No: 21 ( Marks: 2 )


What you understand about Denial of services (DOS) attacks?

Question No: 22 ( Marks: 2 )


Discuss the role of (W3C) keeping in view the web documents ?

Question No: 23 ( Marks: 3 )


Differentiate between the HTML and XML. Identify At least three major
differences.

Question No: 24 ( Marks: 3 )


What are the different logical operators in JavaScript? Only write their names.
Also write the symbols of operators.

Question No: 25 ( Marks: 5 )


Write HTML code for the form displaying a drop-down list containing the
following entries: Honda, Suzuki, Santro, Corolla.

Question No: 26 ( Marks: 5 )


Write a note on any two methods used to maintain state between HTTP
requests.

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 5 of 5

You might also like