It430 Mid Term Session

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 - 3)


http://www.vustudents.net

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


In which protocol, the messages are not deleted from email server.

SMTP
POP3
IMAP (page 18)
ICMP

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


Which HTML tag is used to define the internal style sheet ?

<css>
<script >
<sheet>
<style>
ref
http://www.ex-designz.net/test_grade.asp?tid=37

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
Ref
http://www.htmlcodetutorial.com/_MARQUEE.html
Question No: 4 __ ( Marks: 1 ) - Please choose one
Choose the correct HTML code line which left-align the content inside a tablecell.
<td leftalign>
<td valign="left">
<td align="left"> (page 26)
<tdleft>

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


How do you write a conditional statement for executing some statements only if "i" is
NOT equal to 5?

if =! 5 then
if (i != 5) (page 58)
if <>5
if (i <> 5)

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


What is the correct JavaScript syntax to write "Virtual University of Paistan"?

http://www.vustudents.net
document.write("Virtual University of Paistan ")
("Virtual University of Paistan ")
" Virtual University of Paistan "
response .write("Vi rtual University of Paistan ")

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


We can divide the Client Server architecture up to:

3 Tier
N -Tier
1 Tier
2 Tier
ref
[PPT] 
CLIENT SERVER ARCHITECTURE

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


Choose which one is the not the columns of Log files.

IP addresses
Request (url)
Date
Contents (page 136 and 3)

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


An address represented by four decimal numbers separated by a period is the

IP (PAGE 7)
RIP
MAC
NON OF THE GIVEN

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


Which operator is used to concatenate two strings?

+ (PAGE 61)
*
&&
&

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


Which SQL statement is used to extract data from a database?
GET (page 83)
OPEN
SELECT
EXTRACT

http://www.vustudents.net
Question No: 12 __ ( 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 (PAGE 96)
gateway firewall
Hybrid firewall

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


In CSS, How do you make each word in a text start with a capital letter?

text-transform :capitalize
text-transform: uppercase
text:capitalize
You can't do that with CSS

REF
http://www.ex-designz.net/test_page.asp?tid=37
Question No: 14 __ ( Marks: 1 ) - Please choose one
Why we use reset tag in HTML?

To remove the text written in Notepad.


To remove the text written in between <body> and </body>tag.
To remove the text written in between <head> and </head> tag.
To remove the text written in between <form> and </form> tag.

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


http://cs.vu.edu is an example of

Two zone domain name


Three zone domain name (page 12)
Four zone domain name
Five zone domain name

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


In data link layer, data packets are placed inside

Data frames (page 6)


Data boxes
Data streams
None of these

Question No: 17 __ ( Marks: 1 )


What are the two types of twisted pair cables for networking ?

Question No: 18 ( Marks: 1 )


What it stands for IIS?

http://www.vustudents.net
Question No: 19 __ ( Marks: 2 )
When does we use the parseFloat() function?

Question No: 20 ( Marks: 3 )


Name the JavaScript function that convert strings to float numbers. How do you
give the function a string value to convert to a number?

Question No: 21 __ ( Marks: 5 )


Write your personal profile in a file saving it with the extension of e.g. “abc.js”and then call it in
a JavaScript code.

Question No: 22 ( Marks: 10 )


Explain any three of the outside attacks briefly.

http://www.vustudents.net

You might also like