IWT

print rush




print rush

S T U D I O S PYQs IWT BTECH 3RD YEAR SHEET

print rush

Total No. of Questions: 6

Total No. of Printed Pages:3 Enrollment No...................................... Faculty of Science End Sem (Odd) Examination Dec-2018 CA3SE01 Web Designing Programme: BCA Duration: 3 Hrs. Branch/Specialisation: Computer Application Maximum Marks: 60 Note: All questions are compulsory. Internal choices, if any, are indicated. Answers of Q.1 (MCQs) should be written in full instead of only a, b, c or d. Q.1 i. ii. iii. iv. v. vi. vii. Which of the following is private IP address? 1 (a) 12.0.0.1 (b) 168.172.19.39 (c) 172.15.14.36 (d) 192.168.24.43 Name of the software which come with a basic telnet client 1 package: (a) Windows 98 (b) Excel (c) Word for Windows (d) None of these Main container for , and is1 (a)

(b) (c) (d) All of these Which of the following property changes the style of top border? 1 (a) Border-bottom-style (b) Border-top-style (c) Border-left-style (d) Border-right-style Which is the correct CSS syntax? 1 (a) body {color : black} (b) {body; color : black} (c) {body : color = black (body)} (d) body : color = black How do you insert a comment in a CSS file? 1 (a) // this is a comment // (b) /* this is a comment */ (c) ‘this is a comment (d) // this is a comment JavaScript is ________________ language. 1 (a) Programming (b) Application (c) Scripting (d) None of these P.T.O.

Total No. of Questions: 6

[2]

viii. ix. x. Q.2 i. ii. iii. Q.3 i. ii. iii. Q.4 i. ii. iii. Q.5 i. ii. iii. JavaScript can be written – (a) Directly into JS file and included into HTML (b) Directly on the Server Script (c) Directly into HTML pages (d) None of these Which segment do eBay, Amazon.com belong? (a) B2Bs (b) B2Cs (c) C2Bs (d) C2Cs The best products to sell in B2C e-commerce are: (a) Small Product (b) Digital Product (c) Speciality Product (d) Fresh Product Attempt any two: Define the IP Address. Write the format of IP Address. Define the URL. Explain the format of URL. Write short notes on: (a) Web Browser (b) Search Engines Attempt any two: Define the HTML. How to create HTML document? Create any three horizontal frame with every frame title. Explain following tags with example: (a) (b) Attempt any two: Write the basic concept of CSS with properties. Create page layout with CSS. How to create list and table in CSS with example. Attempt any two: What is JavaScript? Explain client-side and server-side JavaScript. Define array with syntax with example in terms of JavaScript. What is user-defined objects? Write the syntax and example. [3] 1 Q.6 i. ii. iii. Attempt any two: What do you mean by E-Commerce? Explain in brief types of ECommerce. Explain E-Commerce System Architecture. Explain different types of payment system used in E-Commerce. 1 ****** 1 5 5 2 3 5 5 5 5 5 5 5 5 5 5 5 5

[2]

Q.3

Marking Scheme CA3SE01 Web Designing Q.1 i. ii. iii. iv. v. vi. vii. viii. ix. x. Q.2 i. ii. iii. i. Which of the following is private IP address? (d) 192.168.24.43 Name of the software which come with a basic telnet client package: (c) Word for Windows Main container for

,
and is(a) Which of the following property changes the style of top border? (b) Border-top-style Which is the correct CSS syntax? (a) body {color : black} How do you insert a comment in a CSS file? (b) /* this is a comment */ JavaScript is ________________ language. (c) Scripting JavaScript can be written – (a) Directly into JS file and included into HTML (c) Directly into HTML pages Which segment do eBay, Amazon.com belong? (b) B2Cs The best products to sell in B2C e-commerce are: (b) Digital Product Attempt any two: Definition IP Address Format of IP Address. Definition URL Format of URL. Write short notes on: (a) Web Browser (b) Search Engines Explanation Example 1 ii. 1 iii. 1 1 Q.4 i. 1 ii. 1 1 iii. Attempt any two: Concept of CSS Any three properties Create page layout with CSS Explanation Example Create list in CSS with example Create table in CSS with example. 2 marks 3 marks 5 5 5 5 5 2.5 marks 2.5 marks 2.5 marks 2.5 marks 5 1 Q.5 i. 1 1 ii. iii. 2 marks 3 marks 2 marks 3 marks 5 2 marks 2 3 2 marks 1 mark Attempt any two: Definition of HTML 2 marks Create HTML document 3 marks Any three-horizontal frame 1.5 marks for each frame (1.5 marks * 3) 4.5 marks Output 0.5 marks Explain following tags with example: (a) 2.5 marks (b) 2.5 marks 5 Q.6 i. ii. iii. Attempt any two: Definition of JavaScript Client-side JavaScript. Server-side JavaScript Definition of array Syntax Example in terms of JavaScript User-defined objects Syntax and example. 1 marks 2 marks 2 marks 1 mark 2 marks 2 marks 2 marks 3 marks Attempt any two: Definition of E-Commerce 1 marks Any four types of E-Commerce. 4 marks E-Commerce System Architecture Explanation 3 marks Diagram 2 marks Any three types of payment system used in E-Commerce. ****** 5 5 5 5 5 5

Q.3

Total No. of Questions: 6

[2] Total No. of Printed Pages:2 Enrollment No...................................... viii. Faculty of Engineering / Science End Sem (Odd) Examination Dec-2019 CA3SE01 Web Designing Programme: BCA-MCA (Integrated) / BCA Duration: 3 Hrs. i. ii. iii. iv. v. vi. vii. x. Branch/Specialisation: Computer Application Maximum Marks: 60 Note: All questions are compulsory. Internal choices, if any, are indicated. Answers of Q.1 (MCQs) should be written in full instead of only a, b, c or d. Q.1 ix. Which of the following is not a web browser? 1 (a) Fire fox (b) Internet Explorer (c) Bing (d) Chrome In Real Time Interactive Audio Video, conferencing requires two- 1 way communication between (a) Receivers and senders (b) Packet to Frames (c) Pixels to Packets (d) Frames to Pixels Which tag inserts a line horizontally on your web page? 1 (a)


(b) (c) (d)
How can you make a numbered list? 1 (a)
(b)
    (c) (d)
      Which of the following selector selects an element that has no 1 children? (a) :empty (b) :nochild (c) :inheritance (d) :no-child Which of the following CSS property is used to set the text 1 formatting? (a) Font (b) Font-style (c) Text-decoration (d) All of these What should appear at the very end of your JavaScript? 1 The (b) The Inside which HTML element do we put the JavaScript? (c)