web technology- sessional 'i' section 'b

2
 Roll No.: Institute of Management Studies, Ghaziabad First Sessional Examination, March-2015 MCA IV Semester SECTION ‘B’ Subject Code & Name: WEB TECHNOLOGY (NMCA-412) Time: 1 hrs. Total Marks:30 Note: 1. Attempt all questions. 2. All questions carry equal marks. 1. Attempt any four parts of the following: 2.5X4=10 (a) Explain the Web team with specific responsibilities (b) Explain the website development process (planning & implementation) with outputs at different levels (c)Write a Script in PHP to find the greatest among ‘n’ numbers.  (d) Write a Script in PHP to explain the use of array. (e) Write a PHP Script to print name of any one of the person from the array. 2. Attempt any two parts of the following: 5x2=10 (a) Design a code using HTML code for the Registrat ion page for the layout given below. v  Home login register guest sitemap contact us Home CSE IT ECE ME EE REGISTRATION PAGE NAME: EMAIL-ADDRESS PASSWORD AGE ADDRESS COURSE

Upload: nitin-rastogi

Post on 05-Oct-2015

222 views

Category:

Documents


0 download

DESCRIPTION

paper

TRANSCRIPT

  • Roll No.:

    Institute of Management Studies, Ghaziabad

    First Sessional Examination, March-2015

    MCA IV Semester

    SECTION B

    Subject Code & Name: WEB TECHNOLOGY (NMCA-412)

    Time: 1 hrs. Total Marks:30

    Note:

    1. Attempt all questions.

    2. All questions carry equal marks.

    1. Attempt any four parts of the following: 2.5X4=10

    (a) Explain the Web team with specific responsibilities

    (b) Explain the website development process (planning & implementation) with

    outputs at different levels

    (c)Write a Script in PHP to find the greatest among n numbers.

    (d) Write a Script in PHP to explain the use of array.

    (e) Write a PHP Script to print name of any one of the person from the array.

    2. Attempt any two parts of the following: 5x2=10

    (a) Design a code using HTML code for the Registration page for the layout given below.

    v

    Home login register guest sitemap contact us

    Home

    CSE

    IT

    ECE

    ME

    EE

    REGISTRATION PAGE

    NAME:

    EMAIL-ADDRESS

    PASSWORD

    AGE

    ADDRESS

    COURSE

  • b) Design a CSS Script for the full layout given above ( exclude the registration form)

    c) Design a CSS for the following layout

    3. Attempt any one of the following: 10x1=10

    I) WRITE A PHP SCRIPT TO DO THE FOLLOWING FUNCTIONS

    a) Input 5 numbers. (a,b,c,d,e) b) Generate a random number between 1 and 5 c) Design a function of

    i) A+(b*c)/d-e ii) a/b*c+d-e iii) square root of (a+b-c) iv) factorial of a v) greatest among a,b,c,d,e

    d) Execute (i) if the random number generated is 1 and so on. e) Output the numbers(a,b,c,d,e), random number, and the function solution.

    II) Write a program in PHP for the following functions:

    a) Find the prime numbers between 1 & 121 b) Find the palindrome of any name. c) Find the names in array starting with specific alphabet.