0% found this document useful (0 votes)
3 views4 pages

BCMS Web Development Practical Tasks

Uploaded by

pifekiy469
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

BCMS Web Development Practical Tasks

Uploaded by

pifekiy469
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

BCMS Practical

1. Create an Employee registration form using HTML as follows.

2. Create the following with help of HTML and CSS:


You may choose images of your own. Calendar shall have swing animation and text
shall wrap around images on both sides (left side calendar and right side circle)
3. Create the floating label animation as follows:

Before filling the text box

After filling the text box

4. Create the following layout with help of div:


5. Create the table as follows:

6. Write JavaScript code to display the following triangle: (10 marks)


1
21
321
4321
54321

7. Write JavaScript code to generate the Fibonacci series as follows: (15 marks)
1 1 2 3 5 8 13… (Generate first 10 numbers).

8. Write JavaScript code to find whether a given number is prime or not. (10 marks)
Note: - Prime numbers can only be divided by themselves and with 1.

9. Create three tables Students, Transaction and Book are as follows:

Students

SNo RollNo Name DOB Address Mobile E_mail

1 BCMS/17-18/1 Pawan Sharma 1/21/1994 Kotla 9745698521 pawan@[Link]

2 BCMS/17-18/2 Ajit 1/5/1993 Defence Colony 944382196 ajit@[Link]

3 BCMS/17-18/3 Rohit 8/26/1994 Seva Nagar 9245763158 rohit@[Link]

4 BCMS/17-18/4 Salman 4/12/1996 Trilok Puri 9275685489 salman@[Link]


Transactions

SNo BookID IssueDate Return Date StudentID

12 06/16/2018 06/22/2018 BCMS/17-18/1

21 06/17/2018 06/19/2018 BCMS/17-18/3

Books

SNo Title Author YearOfPulbication

1 Wings of Fire A.P.J. Kalam 2010

2 How to get ideas Jack Foster 2016

a) Write MYSQL Query to select RollNo, StudentName, Mobile, IssueDate, BookTitle .


b) Write MYSQL Query to change Salman mobile number to 8888888888
c) Write MYSQL Query to delete Pawan mobile number.
d) Write MYSQL Query to delete Record of Student whose Address is Seva Nagar.

10. Write HTML code to display two prompt box asking for values and later display
addition of those values.

11. Write JavaScript code to display message whether student is pass or fail
 Percentage greater than 75  A
 Percentage greater than 60  B
 Percentage greater than or equal to 50  C
 Percentage less than 50  Fail

12. Write HTML and CSS code to rotate alternate circles in opposite direction in the
following image which gives the effect of loading:

13. Create HLC’s website on WordPress.


14. Create Your NGO’s website on WordPress.

You might also like