0% found this document useful (0 votes)
3 views16 pages

Bca 3 Sem File

Uploaded by

nittingoelng
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)
3 views16 pages

Bca 3 Sem File

Uploaded by

nittingoelng
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/ 16

PT.

Jawaharlal
Nehru college
Sector-16A Faridabad
Practical file

Submitted to:
Mrs. Anu Khanna Mam
Assistant professor
(C.S DEPARTMENT)

Submitted by:
KUNAL
Class :-B.C.A 3rd sem
Roll number- 120019011090
INDEX

S.no Contents Remarks


1. Write a program to read and display the elements of an array
along with the total.
2. Write a program for deletion of an element from the specified
location from the one-dimensional array.
3. Write a program for insertion of an element at the specified
location in a one dimensional array.
4. Write a program to find addition of two matrices.
5. Write a program to find the transpose of a matrix.
6. Write a program showing usage of string handling functions.

7. Write a program to implement stack using arrays.


8. Write a program to implement Queue using arrays.
9. Write a program to create and display elements of a linked list.
10. Write a program to Doubly Linked List and printing of its
elements in forward and reverse direction.
11. What is DDL?
12. What is DML?
13. Create a table ‘customer’ in SQL with customer_name,
customer_street, customer_city and primary
key(customer_name) and insert at least 5 record into it.
14. Select all records from the customer table.
15. Select some records using where clause.
1. Write a program to read and
display the elements of an
array along with the total.
2. Write a program for deletion
of an element from the specified
location from one-dimensional
array.
3. Write a program for insertion
of an element at the specified
location in a one-dimensional
array.
4. write a program to find
addition of two matrices.
5. Write a program to find
the transpose of a matrix.
. Write a program showing usage
of string handling functions.
7. write a program to
implement stack using
arrays.
8. write a program to
implement queue using arrays.
9. write a program to create
and display elements of a
linked list.
10. write a program to create a
doubly linked list and printing
of its elements in forward and
reverse direction.
11. what is DDl
 Data Definition Language is the language
used to define and modify the conceptual
scheme of the database. DDL allows the DBA
or user to define or describe and name the
entities and relationships required for the
application, together with any associated
integrity and security constraints. The DBMS
will have a DDL compiler whose function is to
process DDL statements in order to identify
description of the schema constraints and to
store the schema description in the DBMS
catalog.
12. what is DML
 Data Manipulation Language is the
language that provide a set of operations to
support the basic data manipulation operations
on the data held in the database. DML is used
to remove, insert, retrieve and modify the data
stored in the database. DML applies to all the
three (conceptual, internal and external) levels
of schema.
 There are two types of DML:-
(a)Procedural DML’s (b) Non-procedural DML’s
13. create a table ‘customer in
sql with customer_name,
customer_street, customer_city
and primary key(customer_name)
and insert at least 5 record into
it.
14. select all records from
the the customer table.

15. select some records


using where clause.

You might also like