0% found this document useful (0 votes)
40 views1 page

IT Ess Lab 23.04.16

The document contains instructions for 3 different exam papers for the course IT7211 Information Technology Essentials. Paper A includes tasks to implement a stack using arrays, create a payroll database with tables for employees and departments, and perform arithmetic operations in PHP. Paper B includes tasks to implement a queue using linked lists, develop an employee information system using PHP and MySQL, and illustrate different list types and hyperlinks. Paper C includes tasks to create a student registration form with validation, perform quicksort, and find a factorial in PHP.

Uploaded by

excitekarthik
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)
40 views1 page

IT Ess Lab 23.04.16

The document contains instructions for 3 different exam papers for the course IT7211 Information Technology Essentials. Paper A includes tasks to implement a stack using arrays, create a payroll database with tables for employees and departments, and perform arithmetic operations in PHP. Paper B includes tasks to implement a queue using linked lists, develop an employee information system using PHP and MySQL, and illustrate different list types and hyperlinks. Paper C includes tasks to create a student registration form with validation, perform quicksort, and find a factorial in PHP.

Uploaded by

excitekarthik
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/ 1

B.

TECH – II SEM: IT7211 Information Technology


Essentials

PAPER A

1. Write a program for Implementation of stack using arrays.(10)


2. Create the payroll data base consider only two tables employee and department (10)
i. List all information of the above both tables. (2)
ii. List the empno, ename, jobtitle and hire date of employee from the employee
table. (2)
iii. List the name, salary of the employees who are clerks. (2)
iv. List name and annual salary of all the employees. (2)
v. List the department name & deptno for departments having deptno.>=20. (2)
3. Write a program to Perform arithmetic operations using php(5)

Department of Information Technology, Madras Institute of Technology, Anna University

LAB EXTERNAL

B.TECH – II SEM: IT7211 Information Technology


Essentials

PAPER B

1. Write a program for Implemantation of queue using linked list.(10)


2.Using PHP and MYSQL,develop a program for Employee information system that
contains EMP_name,Emp_id,Qualification and update the table Employee for new
registration.(10)
3.Write a program to illustrate different types of list and use of hyperlink tag(5)

B.TECH – II SEM: IT7211 Information Technology


Essentials

PAPER C

1. Create a Student Registration form that includes Name , Roll No, Education , Address
,Email, Zipcode , State and do all the necessary form validations.(10)
2. Write a program to perform quick sort.(10)
3. Write a program to Find factorial of a number using php.(5)

You might also like