You are on page 1of 11

B.C.A (Pt.

II) 218

Paper 218 BACHELOR OF COMPUTER APPLICATION (Part II) EXAMINATION,2013


( Faculty of Science)

(Three-Year Scheme of 10+2+3 Pattern) INTERNET AND INTRANET PAPER 218 TIME ALLOWED: THREE HOURS Maximum Marks Answers of all the question (objective as well as descriptive) are to be given in the main answer-book only. Answer of objective type questions must be given in sequential order. Similarly all the parts of one question of descriptive part should be answered at one place in the answer-book. One complete question should not be answered at different places in the answer-book. No supplementary answer-book will be given to any candidate. Hence the candidates should write their answers precisely in the main answer-book only. OBJECTIVE PART-I Maximum Marks :20 It contains 40 multiple choice questions with four choices and students will have to pick the correct one ( each carrying mark) 1. Integrated Service Digital Network (ISDN) lines provide:(a) Only voice circuits (b) Only data circuits

(c) Both voice and data circuits (d) None of the above 2. <SCRIPT> is a container tag that can accept the attribute : (a) LANGUAGE (b) HEIGHT (c) WEIGHT (d) GET 3. Which of the following is not attribute of the <TR> tag? (a) ALIGN (b) STYLE (c) CHR (d) VALIGN 4. CSS stands for : (a) Common style sheets (b) Configurable style sheets (c) Cascading style sheets (d) Client side style sheets

5. The Primary components of a firewall are : (a) Network policy (b) Packet filtering (c) Application gateways (d) All of the above 6. .is used for sending and receiving electronic mail. (a) SMTP (b) FTP (c) TELNET (d) DNS

7. Internet address is a : (a) 8 bit number (b) 16 bit number (c) 32bit number (d) None of the above 8. What is another term for web publishing? (a) Downloading (b) Uploading (c) Freeloading (d) Unloading 9. Search engines, usually use the following HTML tag to search for the search strings in a web page : (a) <CONTENT-TYPE> (b) <META> (c) <PRE> (d) <SEARCH> 10. The text files created by a web server on the hard disk of a client are better known as : (a) Cookies (b) Trojans (c) Worms (d) None of the above 11.When images are used as links they get a blue border? (a) Always (b) Never (c) Unless border is set to zero (d) None of the above

12.A 6 digit Hex color (#FF9966) in HTML defines values of Red, Blue and Green in which order? (a) # BBRRGG (b) #BBGGRR (c) #RRGGBB (d) None of the above 13.What is the most commonly used file name for the main page of a WWW site? (a) Default.html (b) Index.html (c) Start.html (d) Home.html 14.To specify a font for your whole page add which tag? (a) <targetfont> (b) <basefont> (c) <defaultfont> (d) None of the above 15.The computer or server on the internet is also known as : (a) Address (b) Host (c) IP Address (d) URL 16. Response Object of ASP is mainly used for : (a) Maintaining the session (b) Fetching data from client (c) Sending output to client (d) None of the above 17.What is a domain?

(a) It is a host that is connected to two networks (b) It is a collection of sites that are related in some sense (c) It is a precursor to the WWW (d) None of the above 18.Which of the following browsers is different from other in most respects? (a) Netscape Communicator (b) Internet Explorer (c) Opera (d) Lynx 19.ASP provide an environment based on : (a) Client-server (b) Network (c) Centralized system (d) Single user 20.The text inside the <TEXTAREA> tag works like: (a) <P> tag (b) <T> tag (c) <PRE> (d) None of the above 21. Which of the following protocols is used by Internet? (a) HTTP (b) TCP/IP (c) FTP (d) PPP 22. The top-level domain comes into two flavors : (a) Generic and countries (b) Generic and relative

(c) Relative and countries (d) All of the above

23.In JavaScript, which of the following methods is used to find out the character at a position in a string? (a) charAt() (b) characterAt() (c) CharPos() (d) characAt() 24.Assume that perl has been started with the command-Perl-w myscript.pl ram accounts What is the contents of $ARGV[1]? (a) w (b) myscript.pl (c) ram (d) accounts 25. Which variable contains the Perls interpreter version? (a) $ V (b) (c) (d) 26. In Perl, which of the following are valid start and end markers for documentation in POD format? (a) Begin and back (b) Heading and end (c) Head 1 and cut (d) Item and over

27. Which is the prefix dereferencer in Perl ? (a) $ (b) & (c) % (d) All of the above 28.XML uses :(a) User define tags (b) Pre-defined tags (c) Both predefined and user defined tags (d) Extended tags used in HTML and makes them powerful 29. What part of a web page should the <TITLE> tag be used in ? (a) The heading (b) The body (c) The footnote (d) Anywhere 30...method is used to remove focus from the specified object. (a) Blur() (b) Focus() (c) Change() (d) None of the above 31.What does 1+2+4 evaluate to in JavaScript? (a) 16 (b) 124 (c) 7 (d) None of the above 32. Limitations of E-commerce are : (a) Security issues

(b) System scalability (c) Fulfillment (delivery)problem (d) All of the above 33.is a process which allows a consumer to perform banking function online. (a) Home banking (b) International banking (c) Online banking (d) Personal banking 34.In Java Script, which of the following properties hold the values of the pixels of the length of the width and height of the viewers screen resolution? (a) Screen.width and screen.height (b) Resolution.width and Resolution.height (c) Screen.pixels.width and screen.pixels.height (d) ViewerScreen.width and ViewerScreen.height

35.In context of e-mail message, BCC means: (a) Blank correction copy (b) Backup carbon copy (c) Blank carbon copy (d) Blind carbon copy

36.Which tag is used to display the large font size? (a) <LARGE></LARGE> (b) <BIG></BIG> (c) <SIZE></SIZE>

(d) <FONT></FONT>

37.An ASP file can contain : (a) HTML,tags (b) Script codes (c) Both(a) and (b) (d) None of the above

38.What does is NaN function do in JavaScript? (a) Return true if the argument is a number (b) Return false if the argument is a number (c) Return true if the argument is not a number (d) None of the above

39.Which method is used to display a message and an OK button? (a) Alert() (b) Prompt() (c) Confirm() (d) Confirm() (e) None of the above 40.How to specify the color of the hypertext links with Java Script? (a) Document.LColor= #00FF00. (b) Document.linkColor= 00ff00. (c) Document.LinkC= 00FF00. (d) Document.hyperTextLink = #00ff00.

DESCRIPTIVE PART-II Maximum Marks: 30 Attempt any four descriptive type of questions out of six. All questions carry 7.5 marks each. 1. (a) What is WWW? Discuss its advantages and disadvantages. 5 (b) Differentiate between Internet and Intranet. 2.5 2. (a) What do you mean by optimization of images for the web? Discuss various parameters for optimization. 5 (b) What are Cookies? Explain their uses and importance. 2.5 (c) 3. (a) Describe any five input types of HTML you can use in a form on the web page using suitable example. (b) What is Anchor tag? Explain with brief example. 2.5 4. (a) What do you mean by object model in ASP? Explain server object model of ASP. (b) What are web editors? Explain briefly any one with their key features. 5. (a) What is XML? Explain the utility of XML in web development. (b) What do you mean by firewall? What are its uses? 6. (a) Explain regular expressions of Perl with example. (b) Write salient features of JavaScript and also explain the procedure of using the JavaScript Array 2.5

You might also like