MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 2) Question No: 1 __ ( Marks: 1 ) - Please choose one Enable Virtual
private network protocol (VPN) to become a part of Extranet .(page 98) Intranet. Extranet and Intranet. None of these. Question No: 2 ( Marks: 1 ) - Please choose one
Content pages relate to which of the following tag? <iframe> <Frame> <frameset> (page 31) <noframes>
Question No: 3 __ ( Marks: 1 ) - Please choose one The attributes used by <EMBED . . .> depend on the type of ? plugin being used Browser being used (page 38) ISP being used Sound/movie being used Question No: 4 ( Marks: 1 ) - Please choose one
<style> <h1> <p> <a> (page 39) Which of the following is HML tag could nt be used as CSS tag?
css coding <HTML><HEAD> <STYLE TYPE="text/css"> <!-H1 { color: blue } -->
</STYLE> </HEAD><BODY> <H1> A blue header </H1> </BODY></HTML> H1 { color: blue; text-align: center; } H1 { color: blue; text-align: center; } <STYLE TYPE="text/css"> <!-.myIndent { margin-left: 1.0in } --> </STYLE> The HTML tags to reference the above .myIndent class is: <H1 CLASS=myIndent>Indented Header</H1> <P CLASS=myIndent>Also this whole paragraph would be indented one inch</P> <P>but this wouldn't be indented</P>
Question No: 5 ( Marks: 1 ) - Please choose one
Which CSS tag is used to place an image that would remain when user scrolls down or up the page?
background-attachment: fixed (page 48) background-attachment: scroll background-attachment: up
__ _ ___ _ ___ __
Question No: 6___( Marks: 1 ) - Please choose one
What does mean by != comparison operator? Equal to Not
Equal Not Equal (page 58)
Question No: 7 ( Marks: 1 ) - Please choose one
For which of following purpose the Firewall is used ?
Efficient working None of these Protection against security attacks (page 96) Networking purpose
Question No: 8 ( Marks: 1 ) - Please choose one Which one of the following certifies the binding between public key and its owner.
CA (page 101) KDC TLS Firewall
Question No: 9 __ ( Marks: 1 ) - Please choose one Choose the correct HTML tag to make a text bold <tbold> <b> (page 19) <bld> <bold> ref http://www.w3schools.com/quiztest/quiztest.asp?qtest=HTML Question No: 10 __ ( Marks: 1 ) - Please choose one Middleware establishes connections between ----------- . e-commerce software and accounting system (page 92) e-commerce software and web services web services and CRM software ERP and CRM software Question No: 11 ( Marks: 1 ) - Please choose one Firewall is used to I - examin the data entering the network II - examin the data leaving the network III - filter the data according to certain rules I and II only I, II and III (page 96) I and III only I only Ref http://www.webopedia.com/TERM/F/firewall.html Question No: 12 ( Marks: 1 ) - Please choose one When two or more intranets are connected to each other they form a/an ---------VPN intranet
internet extranet (page 2) Question No: 13 __ ( Marks: 1 ) - Please choose one Which one specify the amount of space between the edges of the cell and the text inside? Space tag CELLSPACING CELLPADDING FRAMESPACING Question No: 14 ( Marks: 1 ) - Please choose one Which of the following CANNOT be a value for the 'target' attribute in anchor tag? _new _top _blank _self ref
_blank renders the link in a new, unnamed window _self renders the link in the current frame (useful for overriding a BASE TARGET) _parent renders the link in the immediate FRAMESET parent _top renders the link in the full, unframed window
Question No: 15 ( Marks: 1 ) - Please choose one In what form are style rules presented? selector { property: value } selector { property=value } selector ( property: value ) selector ( property= value ) Question No: 16 __ ( Marks: 1 ) - Please choose one
What is identified by the tag <FRAMESET COLS="20%,60%,20%">? Horizontal frame Vertical Frame (page 31) Top Frame Bottom Frame
Question No: 17 __ ( Marks: 1 ) What it stands for (W3C)? Answer
World Wide Web Consortium
Question No: 18 ( Marks: 1 ) Do you agree or not that using Cascading Style Sheets one can apply an image to sections of ones page or even to individual words. Question No: 19 ( Marks: 2 ) Which attribute is used to describe , how many times you want the sound to repeat. Discuss briefly. Question No: 20 __ ( Marks: 3 )
What are cookies? Why these are used in web development?
Question No: 21 ( Marks: 5 )
What is the difference between physical address and logical address? Support your answer with at least two examples.
Question No: 22 ( Marks: 10 )
How can we change a Font style of a text? Write complete tag by using an example by yourself.