Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
123 views
Bca - BCS-53 - Web Programming
This is the IGNOU BCA sem 5 assignment made by me it contains all the answers you can you it if you want to BCS53
Uploaded by
rojir98143
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save BCA_BCS-53_WEB PROGRAMMING For Later
Download
Save
Save BCA_BCS-53_WEB PROGRAMMING For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
123 views
Bca - BCS-53 - Web Programming
This is the IGNOU BCA sem 5 assignment made by me it contains all the answers you can you it if you want to BCS53
Uploaded by
rojir98143
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save BCA_BCS-53_WEB PROGRAMMING For Later
Carousel Previous
Carousel Next
Save
Save BCA_BCS-53_WEB PROGRAMMING For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 27
Search
Fullscreen
Ojzat INDIRA GANDHI NATIONAL OPEN UNIVERSITY Assignment Submission for Term-End Exam ENROLLMENT NUMBER NAME OF THE STUDENT STUDENT ADDRESS PROGRAMME TITLE & CODE COURSE TITLE COURSE CODE REGIONAL CENTRE NAME & CODE: STUDY CENTRE NAME & CODE MOBILE NUMBER E-MAIL ID. DATE oF susMIssiON: 1. 4.2.!(.:202Y mae ‘OF THE STUDENT) * [227 aT Tolo Ts Tz TsTol 2/4 Makhtam Gdn dake! 0- helo, oImbu Ucclion WE: Attignou ‘aera Tet, 7g facet - 110068 TePcortes Indira Gandhi National Open University Maidan Garhi,New Delhi - 110068 UNIVERSITY IGNOU - Student Identity Card Enrolment Number : 2251005750 RC Code: 38: DELHI 3 Naraina Name of the BCA: BACHELOR OF COMPUTER Programme : APPLICATIONS Name: HARKIRAT SINGH Father's Name : SUKHWANT SINGH E-21A Mukhram Garden, Tilak Nagar NEW DELHIWEST DELHI Pin Code = 110018 1 This card shoul be produced on demand a the Study Corer, Examinaton Cert ay ter Estblshment of IGNOU te 2-The tele woud be avaliste en rating to the Prgrammeause for uhih he atidert sensed 83. This 1D Cardi gneratesonune. Suers are advises to take acolo pi of is ID Cardand gat aminated cacao co The student ets canbe oss checked wih fe GA Code stwuneignauein tere Address :Course Code BCS-053 Course Title ‘Web Programming Assignment Number + BCACV}053/Assignment/2024-25 Maximum Marks : 100 Last Date of Submission: 31" October,2024(For July, Session) 30" April, 2025(For January, Session) ‘This assignment has two questions of 80 marks. Answer all the questions. Rest 20 marks are for viva voce. You may use illustrations and diagrams to enhance explanations. Please go through the guidelines regarding assignments given in the Programme Guide for the format of presentation. Please give precise answers. The word limit for each part is 300 words. ‘Question 1: (Covers Block 1) 48) Explain the features of the following technologies ~ Blogging, Mashups and Rich Internet Applications. How are these technologies useful for you? (6 Marks) 1b) Gi) Create an online membership form for an Online Library using HTML. The form should ask for the following information: (3 Marks) © The Name of the member © Aadhar Number © Type of Membership (Student/Faculty/Staff/Other to be chosen from a drop down list) © Year of membership ‘© Were you a member earlier? Yes/No ‘© Description of services expected from the Library (Gi) Create an external CSS file for this form. This CSS file should select the font size of 14 point italics for all the labels; font colour should be red for the headings and dark blue for the normal text. The ‘background colour of the form should be light green, (2 Marks) (Gi) Write JavaScript code to validate if any ofthe field of the form isnot filled. (3 Marks) ‘Submit the HTML code, JavaScript code and screenshot of the form opened in a browser window. You ‘must demonstrate the form and validations at the time of viva. ©) Using tables, create a webpage displaying the course list of the BCA programme. This webpage should isplay the semester wise list of courses with the headings - serial number, course cade, course ‘course eredits, and course type (Theory, Practical or Project). Create a second page containing separate ‘ordered lists of course titles of theory courses and practical courses. You should use
tags, wherever needed; and create an internal CSS file, which formats the web pages as given below: (@ The headings of the table must be in 12-point Bold and all other content should be in 11-point Arial font i) The table heading should be in different shade. ‘The data rows of the table should have alternatively light pink and light blue colour, The background of the table should be light green. (Gii) The font of the ordered list should be "Times New Roman" with font size of 11 points. The ‘background colour of list should be light yellow. 5iv) At the time of viva, you should demonstrate how changes in CSS can change the display. (You must submit the HTML and CSS code and the screenshot of pages in a browser window.) (6 Marks) @) A University maintains the list of its students using XML. Every student is allotted a unique enrolment Number, which can be used as an attribute in the XML document. In addition, the following information is stored about the students ~ Name, Programme, Duration of Programme, List of courses, enrolled (assume that student takes at least one and maximum of five courses in a programme). Create an XML document containing information of five Students of BCA programme. Also create the DTD to verify the XML document created by you (8 Marks) ©) Write JavaScript code that displays the text "Welcome to JavaScript Event Demonstration’. When you click on this text, then it changes to “We just demonstrated the click Event". You may use event handling to perform the action as stated above, Make suitable assumptions, if any. You should demonstrate this code atthe time of viva (6 Marks) 1) Explain the working of the WAP model. Also, list the benefits and li following WML elements with the help of an example of each; ‘+ Preformatted text in WML ‘© WML Navigational clements © WML
and
action elements of ISP iv) session and application implicit objects in SSP (0) JSP Life cycle ©) Write JSP programs which can perform the following tasks (you may create a single or multiple ‘webpages for these tasks): (i) Write « JSP code to create a webpage that requires input of three variables x, y, and 2; after ‘successful input of values in the variables, the JSP program finds the smallest of these thrce variables. 6d) ‘The code then displays the smallest value along with a message. Gi) Create a web page for issuing a Book of a library. The page takes input of three fields namely ‘membershipID, bookID and date of return of the book. In case, the data is correctly entered in all the three fields - wo cookies one for the membershipID and the second for the bookID are created. Create a database for Book Sales System consisting of the following two tables: Book USBNoumber, Title, FirstAuthor, YearO‘Publication, CopiesAcquired) Sales (ISBNnumber, PersonName, NumberofCopiesSold) Develop and deploy a web based “Book Sales System” using JSP, a database backend and a web server (you may select DBMS and web server, as per your choice). Your system should use JDBC for input of information to both the tables. The system should output list of all the sales made for a Book whose ISBNnumber is given. Submit the JSP program, sereens and database of the system. You must demonstrate this system at the time of viva voce. Make and state suitable assumptions, if any.TOPIC. Bes - 63——= — Web Progsarming | Question 43 | ar of Adagging « ccashu0s . and Bich tntonnel Repl catoy Boggy Content “creations Bullous _usena to Nez ann Publish Isthein own Confenk sea al — and = —_|mubimedia. pe | Community. Building : € Econo 235 Gannon oben oho hare _@imblon A ntonats ond angage in chigcussion. SEO Ronebita | Con tmPyove J Toren Supine aankirg tang | __—_—_—e _cxeasion and op Peak 101. ASE data 4am mullite Aoune to ‘| Crease. nour oP PSiaedion os Aervices natureeee TOPIC. Date. Rol No. Code, Page No.. rhe . pc J Pe matire, bois online . mov. e, idih yn Vout finsten by noe asta ie halla ea poses IR QA + | Penspnol ExPnestions + Lo 1 Sad enaeee fone ahela thoughts aa and iclear. with he Looald. . [Business mashup: Can he used ty create Innovahive busines’ OPPicakion > ushive RIAs Can enhane _| Curtomend ex Peniencer. Signeture :-
You might also like
PHP Mini Project - Front, Bonafide & Index
PDF
No ratings yet
PHP Mini Project - Front, Bonafide & Index
3 pages
BCS-052 Solved Assignment 2024-25 @BCAcrackers
PDF
100% (1)
BCS-052 Solved Assignment 2024-25 @BCAcrackers
10 pages
Librarian Kvs Syllabus
PDF
No ratings yet
Librarian Kvs Syllabus
7 pages
Practical 1: Aim: Design A Webpage Using Different Text Formatting Tags. Code
PDF
No ratings yet
Practical 1: Aim: Design A Webpage Using Different Text Formatting Tags. Code
39 pages
BPSC TRE 3 0 Senior Secondary Teachers Computer Science Question Paper 2024 59266e32f0afd5ee246fde3df1e3ff15
PDF
No ratings yet
BPSC TRE 3 0 Senior Secondary Teachers Computer Science Question Paper 2024 59266e32f0afd5ee246fde3df1e3ff15
11 pages
BPSC Previous Year Question For AP, ANE, AME, ADA, AE by Stack IT Job Solution
PDF
No ratings yet
BPSC Previous Year Question For AP, ANE, AME, ADA, AE by Stack IT Job Solution
5 pages
Group124 Capstone Project Phase-I Report
PDF
No ratings yet
Group124 Capstone Project Phase-I Report
12 pages
NewsPortal Synopsis
PDF
100% (1)
NewsPortal Synopsis
23 pages
44 - Chapter 1 - HTML-4 Handouts - Zeeshan
PDF
No ratings yet
44 - Chapter 1 - HTML-4 Handouts - Zeeshan
26 pages
PREMIUM
PDF
No ratings yet
PREMIUM
1 page
English Handwritten Nom)
PDF
No ratings yet
English Handwritten Nom)
140 pages
Unit 1 - Web Engineering - WWW - Rgpvnotes.in
PDF
No ratings yet
Unit 1 - Web Engineering - WWW - Rgpvnotes.in
9 pages
Enter bibliographic details of five books in Koha.
PDF
No ratings yet
Enter bibliographic details of five books in Koha.
8 pages
Multimedia Database
PDF
100% (1)
Multimedia Database
13 pages
CDS 1 2024 Maths Question Paper and Answer Key
PDF
No ratings yet
CDS 1 2024 Maths Question Paper and Answer Key
17 pages
Unit - 1: 1.role of Information Architect
PDF
100% (1)
Unit - 1: 1.role of Information Architect
27 pages
SSC CGL Physics Handwritten Note PDF
PDF
No ratings yet
SSC CGL Physics Handwritten Note PDF
3 pages
BCOM 1 Fundamentals of Computer and PC Software
PDF
No ratings yet
BCOM 1 Fundamentals of Computer and PC Software
45 pages
Khortha Language Ad Literature
PDF
No ratings yet
Khortha Language Ad Literature
4 pages
Aptitude Workbook
PDF
No ratings yet
Aptitude Workbook
41 pages
SSC CPO 2025 Target 1
PDF
100% (1)
SSC CPO 2025 Target 1
5 pages
Report On Online College Magzine
PDF
75% (12)
Report On Online College Magzine
47 pages
Coding-Decoding (Uploading File) 01-05-24.Pmd-1
PDF
No ratings yet
Coding-Decoding (Uploading File) 01-05-24.Pmd-1
6 pages
WWW Kinindia Com 4
PDF
No ratings yet
WWW Kinindia Com 4
5 pages
Geography Handwritten Notes by B L Chaudhary in Hindi
PDF
No ratings yet
Geography Handwritten Notes by B L Chaudhary in Hindi
12 pages
CS Subjects Gate Overflow
PDF
No ratings yet
CS Subjects Gate Overflow
668 pages
Net JRF Updated Yyllabus - Share With Friends
PDF
100% (5)
Net JRF Updated Yyllabus - Share With Friends
176 pages
Xii CA em Study Material 2023 2024
PDF
0% (1)
Xii CA em Study Material 2023 2024
74 pages
UG - EC303 DSP Part-3 Fixed Point DSP Addressing Modes - Print
PDF
No ratings yet
UG - EC303 DSP Part-3 Fixed Point DSP Addressing Modes - Print
25 pages
1.problem Statement: College Festival Event Organization Application
PDF
No ratings yet
1.problem Statement: College Festival Event Organization Application
3 pages
L.J. Institute of Engineering & Technology, Ahmedabad Computer Engineering Department
PDF
No ratings yet
L.J. Institute of Engineering & Technology, Ahmedabad Computer Engineering Department
1 page
IIT JEE Roadmap
PDF
No ratings yet
IIT JEE Roadmap
3 pages
Bharat Vandna PDF
PDF
100% (1)
Bharat Vandna PDF
3 pages
Synopsis On ChatApp
PDF
No ratings yet
Synopsis On ChatApp
43 pages
Maths-Formula-Book-1st-Edition-2024-Pinnacle-English-Medium_cutter (5)
PDF
No ratings yet
Maths-Formula-Book-1st-Edition-2024-Pinnacle-English-Medium_cutter (5)
1 page
No of Zeros
PDF
No ratings yet
No of Zeros
1 page
Define and Explain The Internet of Things.: 1) Physical Object
PDF
No ratings yet
Define and Explain The Internet of Things.: 1) Physical Object
32 pages
4 Year B.Tech CSE FullSyllabus
PDF
No ratings yet
4 Year B.Tech CSE FullSyllabus
37 pages
III. Performing Technical Studies
PDF
No ratings yet
III. Performing Technical Studies
18 pages
SSC CGL 2022 Typing Content - RBE
PDF
100% (1)
SSC CGL 2022 Typing Content - RBE
1 page
Notes DigitalTechnologies
PDF
No ratings yet
Notes DigitalTechnologies
23 pages
Chapter E 5
PDF
No ratings yet
Chapter E 5
117 pages
Assignment Pgdca
PDF
No ratings yet
Assignment Pgdca
18 pages
Seminar On Wordpress Development
PDF
No ratings yet
Seminar On Wordpress Development
17 pages
SSC GD Study Plan
PDF
No ratings yet
SSC GD Study Plan
5 pages
4th-sem-bca-internet-technologies-nep-sept-2023-1-2
PDF
No ratings yet
4th-sem-bca-internet-technologies-nep-sept-2023-1-2
3 pages
STD 11 Computer Chapter 2 Animation Tool Synfig
PDF
No ratings yet
STD 11 Computer Chapter 2 Animation Tool Synfig
7 pages
Mca 1 Sem Discrete Mathematics Kca104 2022
PDF
No ratings yet
Mca 1 Sem Discrete Mathematics Kca104 2022
2 pages
Computer 2.0 Batch RBE Ebook (With SSC TCS PYQ)
PDF
No ratings yet
Computer 2.0 Batch RBE Ebook (With SSC TCS PYQ)
172 pages
Module 1 System Programming
PDF
No ratings yet
Module 1 System Programming
52 pages
Aktu Btech Cse 5th Sem Syllabus
PDF
No ratings yet
Aktu Btech Cse 5th Sem Syllabus
5 pages
EAMCET 2010 Engineering Question Paper With Answer Keys & Solution
PDF
100% (1)
EAMCET 2010 Engineering Question Paper With Answer Keys & Solution
61 pages
Nimcet Question Paper Analysis: Mathematics
PDF
No ratings yet
Nimcet Question Paper Analysis: Mathematics
4 pages
Bus Allocation Scheme
PDF
No ratings yet
Bus Allocation Scheme
2 pages
Bca Semester-V 2024-25
PDF
No ratings yet
Bca Semester-V 2024-25
17 pages
BCA 5th Sem. Asst. 2018-19
PDF
0% (1)
BCA 5th Sem. Asst. 2018-19
15 pages
BCS 053 PDF
PDF
No ratings yet
BCS 053 PDF
3 pages
Full stack development-1
PDF
No ratings yet
Full stack development-1
140 pages
Web Technology Practice Questions
PDF
No ratings yet
Web Technology Practice Questions
3 pages
Bca 5th Sem Assignment 2015-16
PDF
No ratings yet
Bca 5th Sem Assignment 2015-16
19 pages