- Alagappa University

WK
DE–7088
13
DISTANCE EDUCATION
B.Sc. (Information Technology) DEGREE EXAMINATION, DECEMBER 2009.
DIGITAL COMPUTER FUNDAMENTALS
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
(5  20 = 100)
1. (a)
(b)
Explain the use of complements.
Convert the following from the given base to the other bases indicated.
(i)
111110 111 2 to Octal
(ii)
AB 616 to Decimal
(iii) 15F16 to Binary
(iv)
2. (a)
(b)
3. (a)
(b)
4. (a)
(b)
5. (a)
(b)
6. (a)
(b)
7. (a)
1568 10 to Binary.
Explain fundamental concepts of Boolean Algebra.
Write short notes on Multiplexers.
Write short notes on Adder’s.
Explain ALU.
Write short notes on clocked flip-flops.
What is shift register? Explain.
What are the methods to Depict Data representation? Explain.
Write any two computer memory system.
Design and explain BCD counter.
Describe the different generations of computer.
Simplify
the
4 variable maps.
following
1
Boolean
DE–7762
function
using
WK
F ( A, B, C , D )  (4, 6, 7,15)
F (W , X , Y , Z )  (2, 3, 12, 13,14,15)
F ( A, B, C , D )  (3, 7, 11,13,14,15).
(b)
Explain the function of 1/0 units.
8. Write short notes on :
(a)
Number codes
(b)
Encoder
(c)
Full adder
(d)
Quine-McKluskey method.
———————
DE–7089
14
DISTANCE EDUCATION
B.Sc. (IT) DEGREE EXAMINATION, DECEMBER 2009.
DATA STRUCTURES USING ‘C’
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
(5  20 = 100)
1. (a)
(b)
Write a C program to sort n elements.
2. (a)
(b)
What is the need for structures in C? Explain with suitable example.
What are control structures used in C? Give an example for each.
Write a program for
(i)
Swapping two numbers without using a temporary variable
(ii)
Converting a decimal number to binary.
3. (a)
(i)
Write notes on
bit wise operators
2
DE–7762
WK
(ii)
(b)
Write a C program to find Kth smallest element in a given array.
4. (a)
(b)
hierarchy of operations.
Explain difference between arrays and pointers in C with example.
Distinguish between ‘if’ statement and ‘switch’ statement with example.
5. Explain with example
(a)
Linked list
(b)
Binary tree.
6. Write algorithms to
(a)
Create a stack
(b)
Check if stack is empty
(c)
Insert an element in a stack
(d)
Check if stack is full.
7. (a)
(b)
Explain preprocessor directives.
8. (a)
(b)
Discuss on dynamic memory allocation.
Write a C program to count number of vowels in a string.
Describe user defined function with example.
————————
DE-7090
15
DISTANCE EDUCATION
B.Sc. (Information Technology) DEGREE EXAMINATION, DECEMBER 2009.
DISCRETE MATHEMATICS
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
1. (a)
Construct the truth table for the formula
3
DE–7762
WK
( P  (Q  R ))  ( P  Q )  ( P  R )
(b)
Obtain the PCNF of the formula
S:(
P  R )  (Q  P )
and hence obtains its PDNF.
2. (a)
Show that  x  ( P ( x )  q( x ) )  ( x ) p( x )  ( x ) q( x ) is a logically valid
statement.
(b)
Show that
 ( x ) [ P ( x )  Q( x )], ( x ) P ( x )   ( x ) Q( x ) .
3. (a)
(b)
4. (a)
(b)
5. (a)
(b)
6. (a)
(b)
Show that
(i)
( A  B )'  A ' B'
(ii)
( A  B )'  A ' B' .
Show that
(i)
A  (B  C )  ( A  B)  ( A  C )
(ii)
A  (B  C )  ( A  B)  ( A  C ) .
Let X  {1, 2, 3, 4} and R be the relation on X defined by
R [{(2,1), (3,1), (4,1), (3, 2), (4, 2), (4, 3)} . Draw the graph of R and give its
matrix.
Show that the intersection of two equivalence relations is an equivalence
relation.
Show that a function f : A  B has an inverse iff f is one-one and onto.
If f : R  R is defined by f ( x )  x 3  2 find f 1 .
If f : R  R and g : R  R are two functions defined by f ( a )  2a  1 ,
b
g(b)  . Verify that ( g  f )1  f 1  g 1 .
3
Let A and B be sets. Using characteristics function, show that
4
DE–7762
WK
7. (a)
(b)
8. (a)
(b)
(i)
Z AB (x)  Z A (x)  Z B (x)
(ii)
Z AB (x)  Z A (x)  Z B (x)  Z AB (x) .
Let (S , . ) be a semigroup where S  { x, y } and x  x  y. Show that
(i)
x y  yx
(ii)
y y  y.
Show that a semigroup homomorphism
idempotency and commutativity.
preserves
associativity,
Show that
(i)
The identity element in a group is unique
(ii)
The inverse of each element in a group is unique.
State and prove Lagrange's Theorem.
————————
DE–7091
23
DISTANCE EDUCATION
B.Sc. (Lateral) (Infor. Tech.) DEGREE EXAMINATION,
DECEMBER 2009.
INTERNET PROGRAMMING
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
(5  20 = 100)
1. (a)
(b)
2. (a)
(b)
Discuss about network topologies.
Explain in detail about fragmentation.
Briefly discus about network virtual terminal.
Write a brief note on HTTP methods.
5
DE–7762
WK
3. (a)
(b)
4. (a)
(b)
5. (a)
(b)
6. (a)
(b)
7. (a)
(b)
8. (a)
(b)
Discuss about the entertainment on the Internet.
Describe how can you learn about Science and Technology using Internet.
Explain how to do business using E-Commerce.
Write a note on URI and URLS.
Discuss about Domain name system.
Explain about Finger user information protocol.
Briefly discuss about object oriented programming.
Explain with example about type conversion and casting in JAVA.
Explain the following :
(i)
Operators in JAVA
(ii)
Data types in JAVA
With an example, explain I/O applet.
Discuss about JAVA classes and objects
Explain with example about constructors in JAVA.
———————
DE–7092
24
DISTANCE EDUCATION
B.Sc. (IT)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
ANALYSIS AND DESIGN OF INFORMATION SYSTEMS
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
(5  20 = 100)
1. (a)
Draw the system development life cycle and explain.
(12)
6
DE–7762
WK
(b)
Write about man-made information system. Also compare with computer based
information system.
(8)
2. (a)
(b)
(10)
(10)
(10)
Describe the different types of databases.
(10)
(10)
Why we need training? Also explain the methods available for training.
(10)
Describe the steps in data and file preparation.
8. (a)
(b)
Describe the different types of forms.
What are the levels of assurance? Explain them.
7. (a)
(b)
Compare physical design with logical design.
Write the importance of system testing.
6. (a)
(b)
(10)
How can you validate the input? (10)
5. (a)
(b)
Describe the steps in feasibility analysis.
(8)
What are the analysis tools available? Explain them.
(10)
4. (a)
(b)
(12)
How can you determine the user’s requirements?
3. (a)
(b)
Describe the role of systems analyst.
(10)
What do you mean by system maintenance? Explain the types available.
(12)
Describe the criteria for hardware selection.
(8)
———————
DE–7093
25
DISTANCE EDUCATION
B.Sc. (IT)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
APPLICATION PROGRAMMES
(2007 onwards)
Time : Three hours
Maximum : 100 marks
7
DE–7762
WK
Answer any FIVE questions.
(5  20 = 100)
1. Explain in detail about Windows Explorer and its uses.
2. Brief notes on following :
(a)
Copying the format.
(b)
Inserting page numbers.
(c)
Adding header and footer.
(d)
Label creation.
3. (a)
(b)
(14)
Write short notes on Building an Excel Database.
Show the example for fill the series of numeric, weekdays, months in the excel
sheets.
5. (a)
(b)
Write down the steps to perform Find and Replace.
(6)
Describe the steps to perform mail merge.
4. (a)
(b)
(5 marks each)
Write the procedure to create pie chart for monthly sales report.
(14)
Discuss about Formula Bar.
6. Write about :
(6)
(4 marks each)
(a)
Animation and transition effects for a Powerpoint slide.
(b)
Moving and deleting a slide.
(c)
Adding slide notes.
(d)
Setting the background.
(e)
Creation of templates.
7. (a)
(b)
How can you add and delete a field in the existing MS-Access table?
Explain about the various sections of report.
8. Describe the steps to create Powerpoint slides with tables, charts, hyperlinks,
images and bullets.
———————
DE–7094
31
8
DE–7762
WK
DISTANCE EDUCATION
B.Sc. (IT)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
COMPUTER NETWORKS
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
(5  20 = 100)
1. (a)
(b)
2. (a)
Write an essay about network software.
Explain the concept of communication satellites in detail.
Draw and explain finite state machine models and Petrinet models in
detail.
(b)
3. (a)
(b)
Illustrate the two versions of ALOHA protocols.
Discuss the following routing algorithms :
(i)
Shortest path routing.
(ii)
Distance vector routing.
List the types of Internet control protocols. Explain any two of them in
detail.
4. (a)
(b)
5. (a)
(b)
6. (a)
(b)
Write short notes on the following :
(i)
Flow control and buffering.
(ii)
Multiplexing.
Describe the process of measuring network performance.
Discuss the secret and public key algorithms in detail.
Explain the concept of JPEG and MPEG standards.
Describe the concept of narrowband ISDN.
Elucidate the concept of PPP in detail.
9
DE–7762
WK
7. (a)
(b)
8. (a)
(b)
Draw and explain the concept of UDP.
Discuss the concept of SNMP in detail.
Explain in detail the uses of computers networks.
Write about World Wide Web.
————————
DE-7095
32
DISTANCE EDUCATION
B.Sc. (Information Technology)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION,
DECEMBER 2009.
VISUAL PROGRAMMING
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
(5  20 = 100)
1. (a)
(b)
2. (a)
(b)
Explain the format of a window.
How would you select, move and resize windows? Explain.
Describe the drawing tools in Windows.
Write notes on OLE.
3. What is an event? Explain any four events in VB.
4. Describe the properties, methods and events for forms.
5. (a)
(b)
6. (a)
Define control array. Give an example for its use.
Write about (i) MSG box (ii) Input Box.
Discuss the advantages of GUI.
10
DE–7762
WK
(b)
7. (a)
(b)
8. (a)
(b)
What are the salient features of IDE?
Write a detailed note on text formatting.
With an example, explain recursive function.
Describe any two branching statements.
How can you create a procedure?
————————
DE–7096
33
DISTANCE EDUCATION
B.Sc. (IT)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION,
DECEMBER 2009.
PRINCIPLES OF INFORMATION TECHNOLOGY
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
(5  20 = 100)
1. (a)
(b)
Explain the revolution of computer and communication in detail. (10)
Describe the ethics of Information Technology and its importants.
(10)
2. Explain the need of Intellectual property rights in detail.
3. (a)
(b)
(20)
Explain briefly about video conferencing with suitable example.
(10)
List out the factors affecting data transmission in detail.
(10)
4. What are the secondary storage devices? Explain.
(20)
5. What is system analysis and design? Explain various phases of SAD in detail.
(20)
6. (a)
(b)
What are the privacy issues? Explain.
(8)
Explain the types of database organizations.
11
(12)
DE–7762
WK
7. (a)
Explain briefly about the usage of word processing software and
Spreadsheet.
(b)
8. (a)
(10)
Write short notes on :
(i)
HTML.
(5)
(ii)
XML.
(5)
Explain briefly any three elements of communication system.
(10)
(b)
Explain about electronic data interchange.
(10)
————————
DE–7097
34
DISTANCE EDUCATION
B.Sc.(IT)./B.Sc.(IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
MOBILE COMPUTING
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
All questions carry equal marks.
(5  20 = 100)
1. (a)
(b)
List and explain the mobile computing fundamental challenges in detail.
2. (a)
(b)
Write short notes on wireless application protocol (WAP).
Elucidate WAP gateways in detail.
4. (a)
(b)
Discuss the GPRS services in detail.
Explain about cellular digital packet data.
3. (a)
(b)
Write short notes on Network Signaling.
Explain the concept of Markup languages.
Describe the process of writing and formatting test using WML.
5. (a)
Explain any two WML script control structures.
12
DE–7762
WK
(b)
What is called Event? Explain in detail.
6. (a)
(b)
Describe the structure of Mobile IP.
7. (a)
(b)
Explain in detail the WAP hardware and websites.
Describe the features of XML.
8. (a)
(b)
Draw and explain the GSM architecture.
Describe the process of displaying Images, Tables using WML.
Write short notes on the usability of WML script.
–––––––––––––
DE–7098
35
DISTANCE EDUCATION
B.Sc.(Information Technology)/B.Sc. (I.T) (Lateral) DEGREE EXAMINATION,
DECEMBER 2009.
RDBMS
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Answer any FIVE questions.
(5  20 = 100)
1. (a)
(b)
Define schema and subschema with examples.
What are the operations of DBMS? Explain.
2. (a)
What
are
Data
(8)
(12)
manipulation
statements?
Explain.
(12)
(b)
What is Relational model? Explain.
3. (a)
(b)
What are the different types of Database?
What are the benefits of oracle?
4. (a)
(b)
(8)
Draw
ORACLE
(12)
(8)
database
(12)
What are the benefits of client-server?
13
architecture
(8)
DE–7762
and
explain.
WK
5. Explain any ten SQL commands.
(20)
6. (a)
(12)
(b)
Explain ORACLE queries in detail.
How to use subqueries in ORACLE.
(8)
7. Explain about embedded SQL statements.
(20)
8. (a)
How to create table? Explain.
(8)
(b)
What are the privileges required in ORACLE?
(c)
How to copy a table?
(8)
(4)
–––––––––––––
DE–7758
16
DISTANCE EDUCATION
B.Sc. (Information Technology) DEGREE EXAMINATION, DECEMBER 2009.
C AND DATA STRUCTURES — LAB I
(2007 onwards)
Time : Three hours
Maximum : 100 marks
ONE question should be given to each candidate by lot system.
Answer both subdivision (a) and (b).
1. (a)
(b)
Write a C program
find the area of a circle.
Cuttohere
Write a C program to sort a set of elements using Selection Sort.
Cut here
2. (a)
(b)
Write a C program to find the Simple and Compound interest using
FUNCTION declaration.
Write a C program to sort 10 Nos. in ascending order with naming of
variables and the values before and after sorting.
Cut here
3. (a)
Write a menu driven program in C to find an element using Linear and
Binary search methods.
14
DE–7762
WK
(b)
4. (a)
(b)
Write a C program to add two numbers.
Write a C program to implement the push and pop operations in C.
Write a C program to receive the data such as age and name of person to
check the eligibility for voting. Take the condition that if a person is more
than 18 years old he is eligible to vote, else display the number of years,
he has to wait for voting.
Cut here
5. (a)
Write a C program to do the following :
There are 10 students in a class. Their names and marks in three
different subjects are given. If a student takes more than 40 marks in
each subject, then he is declared “PASS” otherwise “FAIL”.
(b)
Write a C program to input a temperature in Celsius and find the
corresponding temperature in Fahrenheit.
Cut here
6. (a)
Write a C program to compute commission earned by a salesman
according to the scheme given below :
SALES AMOUNT
Upto Rs. 1,000
Above 1000 upto 5000
Above 5000
(b)
COMMISSION %
0
5
10
Write a C program to sort a set of elements using insertion sort.
Cut here
7. (a)
(b)
8. (a)
(b)
Write a C program to sort a set of elements using insertion sort.
Write a C program to find the square root, square and cube of any
number.
Write a C program for linked list implementation of Queue operations.
Write a C program to sort 10 numbers in descending order.
Cut here
9. (a)
Write a C program to implement insert and delete operation on queue
using array concept.
15
DE–7762
WK
(b)
Write a C program to input a temperature
corresponding temperature in Fahrenheit.
in Celsius and find the
Cut here
10. (a)
(b)
Write a C program to implement push and pop operations on stack.
Write a C program to sort 10 numbers in ascending order.
———————
DE–7759
26
DISTANCE EDUCATION
B.Sc. (Information Technology) /B.Sc. (IT) (Lateral) DEGREE EXAMINATION,
DECEMBER 2009.
LAB II — JAVA PROGRAMMING
(2007 onwards)
Time : Three hours
Maximum : 100 marks
One question should be given to each candidate by lot.
Answer both subdivisions (a) and (b).
1. (a)
(b)
cut here
Write a Java program illustrating the overloading methods in Java.
Write a Java program to Handling mouse events and keyboard events.
cut here
2. (a)
(b)
Write a Java program for sorting a given list of names in ascending order
using command line arguments.
Write a Java program to create packages.
cut here
3. (a)
(b)
4. (a)
Write a Java program which illustrates the implementation of Multiple
Inheritance using interfaces.
Write a Java program that displays the No. of characters, lines and
words in a text file.
Write a Java program to count number of words and characters in a text.
16
DE–7762
WK
(b)
Write a Java program to create and manipulate the following Text Areas,
Canvas, Scroll bars, Frames, Menus, Dialog Boxes.
cut here
5. (a)
(b)
Write a Java program for sorting a given list of names in ascending order
using command line arguments.
Write a Java program which illustrates the use of files and streams.
cut here
6. (a)
(b)
Write a program which illustrates the implementation of multiple
Inheritance using interfaces.
Write a program to read and write the data using Random Access File.
———————
DE–7760
27
DISTANCE EDUCATION
B.Sc.(IT)/ B.Sc.(IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
COMPUTER LAB III (APPLICATION PROGRAMS LAB)
(2007 onwards)
Time : Three hours
Maximum : 100 marks
MS Word : 25
Excel : 35
Access : 40
Total : 100
Students has to do totally THREE questions, selecting ONE question from each Unit
by lot system.
Cut here
UNIT I
(MS-Word: 25% marks)
1. Prepare your resume with photograph inserted. Use table, bullets and different
font styles. Also give different colors and give backgrounds.
Cut here
17
DE–7762
WK
2. Type lecture notes and provide audio explanation with the help of sound files.
3. Create a form letter that informs the customer about the date of maturity of a
deposit amount in a commercial bank and request the customer for renewal.
Mailmerge it with an access database containing all the customer data. Prepare
letters for customers whose due date falls in a specific range of dates.
Cut here
UNIT II
(MS-Excel) – (35 % marks)
4. Draw line, Bar, pie charts for the data given below :
ABC company Ltd
Year
sales
cost
profit
1991
1000
400
600
Add data for 10 years from 1991 to 2000. Provide titles, legends, grids and data
labels.
Cut here
5. The following were the observations made in certain experiments for the values y
and given the values of x.
x:
1
2
3
4
5
6
7
8
9
10
y : 10 30 45 25 15 28 40 32 15 35
Compute the following :
(a)
Find mean, median and standard deviation
(b)
Correlation co-efficient between x and y
(c)
Draw the bar chart and shading cells
(d)
Draw a chart in Excel and paste it in word.
6. Create a worksheet with the following columns :
Regno, name, mark1, mark2, mark3, total, average, result.
Add 10 records ,(only regno, name and three marks). Find total average and
result for all 10 records. Also draw a bar chart and shade the cells.
Cut here
18
DE–7762
WK
UNIT III
(MS-Access — (40% marks)
7. Create inventory table with fields ITEMNO, NAME, Quantity-on-hand and
Reorder-level.
(a)
Create a form in custom format.
(b)
Create a query MYQUERY to show all the items.
(c)
Create a macro that executes (MYQUERY) query automatically.
Cut here
8. Create two tables SALES 1, SALES 2 and join them to produce a third table
SALES 3.
Cut here
9. Create employee table with the fields Empno, Name, Age, Sex, Street, City, Pin,
Salary.
(a)
Add data for 20 employees.
(b)
Write a query to display all the female employees whose salary is
between 1000 and 5000 and living in city ‘Trichy”.
(c)
Show all female employee records by filtering.
————————
DE–7761
36
B.Sc. (IT)/B.Sc. (IT) (Lateral) DEGREE EXAMINATION, DECEMBER 2009.
LAB IV — VISUAL BASIC AND ORACLE
(2007 onwards)
Time : Three hours
Maximum : 100 marks
1.
Answer any TWO questions choosing ONE from ORACLE and another
from VB.
2.
Each question carries 50 marks.
3.
Questions are to be selected by lot.
4.
Write algorithm and flow chart.
cut here
19
DE–7762
WK
VISUAL BASIC QUESTIONS
1. Write and test a VB program to print twenty address labels in a two-column
format for the address.
THE REGISTRAR
ALAGAPPA UNIVERSITY
KARAIKUDI – 630003.
cut here
2. Write and test a VB program to compute and print either the sum of odd
numbers or even numbers at the user’s choice using label, text and option
buttons.
3. Write and test a VB program to compute and print either the SUM or the
PRODUCT of the first N natural numbers. Use option button.
cut here
4. Write a VB program to do temperature conversion C to F and F to C at user’s
choice using label, text and enter key.
cut here
5. Write a VB program to calculate simple interest or compound interest using
three command buttons namely input, calculate, display.
cut here
ORACLE QUESTIONS
6. Create table ADDRESS with the following structure.
Fieldname
(a)
Type
Width Decimal
NAME
character
20
STREET
character
20
CITY
character
20
PIN
character
6
Add 5 records.
20
DE–7762
WK
(b)
Display the structure of the table.
(c)
Add the field DISTRICT.
(d)
Fill all DISTRICT with MADURAI.
(e)
Change the PIN to 630003 where city is KARAIKUDI and PIN is 623003.
7. Create table PAY with the following structure
Fieldname
Type
Width Decimal
EMPNO
numeric
8
NAME
character
25
DOJ
Date
BPay
numeric
8
2
DA
numeric
8
2
HRA
numeric
8
2
DEDU
numeric
8
2
Gpay
numeric
8
2
NPAY
numeric
8
2
(a)
Add 5 RECORDS (fill all fields except DA, HRA, DEDU, GPAY and
NPAY)
(b)
Fill DA with 75% of Bpay for all employees
(c)
Fill HRA with 300 for all employees
(d)
Fill DEDU with 750 for all employees
(e)
Fill GPAY with the sum of BPAY, DA and HRA
(f)
Fill NPAY with GPAY – DEDU
(g)
Display EMPNO, NAME, BPAY, DEDU, GPAY, NPAY, alone.
8. Create table MARKS with the following structure
Fieldname
Type
21
Width Decimal
DE–7762
WK
REGNO
numeric
8
NAME
character
20
MARK 1
numeric
3
2
MARK 2
numeric
3
2
MARK 3
numeric
3
2
TOTAL
numeric
6
2
AVG
numeric
6
2
GRADE
character
1
(a)
Add 5 records.
(b)
Replace all TOTAL with MARK 1+ MARK 2 + MARK 3 and display the
contents.
(c)
Replace all AVG with TOTAL/3 and display the contents.
(d)
Replace GRADE with the following conditions.
GRADE is A if AVG >= 60
GRADE is B if AVG is 40 to 59
GRADE is C if AVG is less than 40.
(e)
Display the maximum and minimum marks in each subject.
(f)
Count the number of records for Mark 1 > 50.
9. Create table SALES with the following structure
Fieldname
SALENO
Type
Width Decimal
numeric
5
SALENAME character
20
SALEAMT
numeric
8
COMM
numeric
6
SALEDATE
date
22
2
2
DE–7762
WK
(a)
Add 5 records.
(b)
Replace comm with the following conditions.
if sales amount < 1000 there is no commission
if sales amount >= 1000 but <= 5000,
commission is 5% of sales amount
if sales amount > 5000, commission is 10%.
(c)
Display all the records.
(d)
Display the records having commission < 1000
(e)
Display the records having commission > 1000
(f)
Display the average sales and average commission.
10. Create table BLOOD with the following structure.
Fieldname
Type
Width Decimal
DNO
numeric
3
DNAME
character
20
DOB
date
DAGE
numeric
2
DADD1
character
15
DADD2
character
15
DCITY
character
15
DPIN
numeric
6
DBLOOD
character
3
DSEX
character
1
(a)
Add 5 records.
(b)
Display all the records.
23
DE–7762
WK
(c)
Display the information of denors in the age group 20 to 25 using
Between option.
(d)
Display
the
information
of
of birth between 01-Jan-55 and 31-Dec-75.
(e)
Display the information of donors having any of the blood group from the
set of blood groups using in option.
(f)
Display the information of female donors with age between 20 and 25
using BETWEEN option.
denors
having
date
————————
DE–7762
37
DISTANCE EDUCATION
B.Sc.(IT)/B.Sc.(IT)(Lateral) DEGREE EXAMINATION, DECEMBER 2009.
LAB V — NETWORKING
(2007 onwards)
Time : Three hours
Maximum : 100 marks
Students have to answer two questions taken by lot.
cut here
1. Write a java program to find factorial of given number using RMI client, server
technique.
cut here
2. Write a java program multiplication table using interface technique.
cut here
3. Write a java program to setup a chat server and chat client.
cut here
4. Write a java program to decrypt given word.
cut here
5. Write a java program to send message from one system to another system.
24
DE–7762
WK
6. Write a program to read and write a file from the remote system.
cut here
7. Write a Java program to set up Time Server and Time Client.
cut here
8. Write a java program to find factorial of given number using factorial interface
technique.
cut here
9. Write a java program to add three numbers using RMI client, server technique.
cut here
10. Write a java program to setup echo server and echo client.
————————
25
DE–7762