0% found this document useful (0 votes)
2 views

ITL PCA2

The document outlines the PCA 2 Exam for BCA 5th Semester students, divided into two groups. Group A tasks include creating various HTML pages for lists, tables, layouts, and JavaScript functions, while Group B tasks focus on PHP programming challenges such as checking leap years, palindromes, and generating Fibonacci series. Each task emphasizes practical application of web development and programming skills.

Uploaded by

sc101home
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)
2 views

ITL PCA2

The document outlines the PCA 2 Exam for BCA 5th Semester students, divided into two groups. Group A tasks include creating various HTML pages for lists, tables, layouts, and JavaScript functions, while Group B tasks focus on PHP programming challenges such as checking leap years, palindromes, and generating Fibonacci series. Each task emphasizes practical application of web development and programming skills.

Uploaded by

sc101home
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
You are on page 1/ 2

Internet Technology Lab (BCAC591)

BCA 5th SEM - PCA 2 Exam

Group A

1. Create an HTML page and make a unorganized list of your subjects in current
semester, an organized list and name your hobbies, also write names of your
friends and their one line description using description list. All three lists
should be under one big list.

2.Crate an HTML page and make a class routine using table.

3. Create an HTML page and make a solar system details using image map.

4. Create an HTML page and make a layout using table and iFrame.

5. Create an HTML page and make a login page, along with a registration page and a
forget password page. Use CSS to change background image and font of all three
pages to same type.

6. Find out sum of two numbers using JavaScript. Use alertBox and and promptBox.

7. Convert Celcius to Farhenheit using JavaScript.

8. Create a Login Page with username and password only and validate whether or not
the name and passwords are empty using JavaScript.
Group B

1. Using PHP, check whether a year is leap year or not.

2. Using PHP, check a number is palindrome or not.

3. Using PHP, check whether a number is prime or not.

4. Using PHP, check whether an alphabet is vowel or consonant.

5. Using PHP, check whether a number is Armstrong or not.


[Eg: 153 = 13 + 53 +33 (sum of the cube of digits = the number itself]

6. Using PHP, find out largest among three numbers.

7. Using PHP, generate Fibonacci series up to n terms (n given by user).

8. Using PHP, find out no. of combination of two numbers using nCr formula
(values for n and r given by users)

You might also like