You are on page 1of 4

CHRISTIAN COLLEGE OF ENGINEERING & TECHNOLOGY

KAILASH NAGAR, BHILAI (CHHATTISGARH)


Network Security

INDEX
SR NAME OF THE PRACTICAL PERFORMED SUBMITTED PAGE
NO. ON ON NO.
1. Introduction 12/09/2020 1-2

2. Write a C program that contains a string (char pointer) 12/09/2020 3


with a value \Hello World’. The program should XOR
each character in this string with 0 and display the result.

3. Write a C program that contains a string (char pointer) 12/09/2020 4-5


with a value \Hello World’. The program should AND or
and XOR each character in this string with 127 and
display the result.
4. Write a Java program to perform encryption and 12/09/2020 6-12
decryption using the
following algorithms:
a) Ceaser Cipher
b) Substitution Cipher
c) Hill Cipher
5. Write a Java program to implement the DES algorithm 12/09/2020 13-15
logic.
6. Write a C/JAVA program to implement the BlowFish 12/09/2020 13-17
algorithm logic.
7. Write a C/JAVA program to implement the Rijndael 12/09/2020 18-19
algorithm logic.
8. Using Java Cryptography, encrypt the text “Hello world” 12/09/2020 20
using BlowFish.
Create your own key using Java keytool.
9. Write a Java program to implement RSA Algoithm. 12/09/2020 21-22

10. Implement the Diffie-Hellman Key Exchange mechanism 12/09/2020 23-24


using HTML and JavaScript. Consider the end user as
one of the parties (Alice) and the JavaScript application
as other party (bob).
11. Calculate the message digest of a text using the SHA-1 12/09/2020 25-26
algorithm in JAVA.
CHRISTIAN COLLEGE OF ENGINEERING & TECHNOLOGY
KAILASH NAGAR, BHILAI (CHHATTISGARH)
Artificial Intelligence

INDEX
SR NAME OF THE PRACTICAL PERFORMED ON SUBMITTED ON PAGE NO.
NO.
1. Write a prolog program to find the rules 12/09/2020 1-2
for male, female, grandfather and ancestor
given the fact about father and wife only.
2. Given the fact about son, daughter male 12/09/2020 3-4
and female obtain the rule for father, wife,
sister, brother and aunt.

3. Given the list p([1,2,3]), what is the 12/09/2020 5


output of –
/?-p([X[Y]])
4. Write the rule to find whether an element 12/09/2020 6-7
is a member of list or not. Give output of
/?member(4,[1,2,a,b,c,7,9])

5. Write a prolog program to append a list at 12/09/2020 8


the end of another list.
6. Write a prolog program to count the 12/09/2020 9
number of element in a list.
7. Write a prolog program to find the sum of 12/09/2020 10
number from 1 to any input number.
8. Write a prolog program to find factorial of 12/09/2020 11-12
any number.
9. Write a prolog program to the given base. 12/09/2020 13-14
If x is an top of y then y support x. if x is
above y & they are touching each other
than x is on top of y.
10. Write a prolog program for the following. 12/09/2020 15-17
If x is a dexterous animal and x is close to
y then x an reach y. if x can get an y and
y is index banana and y is tall then x is
close to banana. If x is in room & y is in
room & z is in room & y is under z if x
can climb y then x can get on y.
CHRISTIAN COLLEGE OF ENGINEERING & TECHNOLOGY
KAILASH NAGAR, BHILAI (CHHATTISGARH)
Software Technology

INDEX
SR NAME OF THE PRACTICAL PERFORMED SUBMITTED PAGE NO.
NO. ON ON
1. Write an application in PHP that contains a 12/09/2020 1-2
textbox in which the User has to enter a
name and a textarea in which the User has
to enter his comments. When the submit Is
clicked, the output should display the name
entered in the textbox and the User-
Selection from the listbox. All the above
should be displayed with the tracing for the
page being enabled.
2. Create a simple web service that converts 12/09/2020 3-4
the temperature from Fahrenheit to Celsius,
and vice versa create a simple web service.
3. (A) Write a program in Php that has a form 12/09/2020 5-7
taking the User S Name as input. store this
name in a permanent cookie & whenever
the page is opened again, then value of the
name field should be attached with the
cookie S content.
(B) Write a program to delete all cookies of
your web site that has created on the client
S computer.

4. (Form Validation) 12/09/2020 8-15


(A) Write a HTML file to create a simple
form with 5 input fields wise. Name,
Password, Email, Pincode, Phone No. and a
Submit button.
(B) Write a PHP program to demonstrate
required field validations to validate that all
input fields are required.
(C) Write a PHP program to validate Name,
Email and Password d)Write a PHP
program to display error messages if the
above validations do not hold.
5. Create a form for your College Library 12/09/2020 16-19
entering Student details for each Student in
the College. validate the form using PHP
validators and display error messages.
6. (File Handling) 12/09/2020 20-21
(A) Create a Php program to demonstrate
opening and closing a file.
(B) Create a Php program to demonstrate
reading a file.
(C) Create a Php program to demonstrate
writing in a file.
7. Create a PHP program to read the following 12/09/2020 22-23
text from a file Csvtu.Txt “Chhattisgarh
Swami Vivekanand Technical University,
Bhilai” and write to another file
Learningphp.Txt.
8. Write a PHP which does the following Job: 12/09/2020 24-26
insert the details of the 3 or 4 users who
register with the web site by using
registration form. authenticate the user
when he submits the login form using the
Username and Password from the database
(Instead of cookies).
9. Write a program in PHP to print the count 12/09/2020 27-28
of word the as an independent word in a
text file STORY.TXT. For example, if the
content of the file STORY.TXT is “There
was a monkey in the zoo. The monkey was
very naughty.”

10. (A) Create tables in the Database which 12/09/2020 29-32


contain the details of Items (Books in our
case like Book Name, Price, Quantity,
Amount) of each category. Modify your
catalogue page in such a way that you
should connect to the Database and extract
data from the tables and display them in the
catalogue page using PHP.
(B) Create and delete MYSQL database
using PHP.

You might also like