Monday, April 19, 2021
Friday, March 12, 2021
Tuesday, December 1, 2020
Data Structures Through C Lab for III Semester DCME
Data Structures Through C Lab for III Semester DCME
1 Develop a ̳C‘ program to create and implement a SINGLY LINKED LIST. Write functions to insert, delete, and display elements of the list.
Create and Display Insert Delete
2. Develop a ̳C‘ program to create and implement a SINGLY CIRCULAR LINKED LIST.
3. Develop a ̳C‘ program to create and implement a STACK using arrays.
4. Develop a ̳C‘ program to create and implement a STACK using linked lists.
5. Develop a ̳C‘ program to create and implement a QUEUE using arrays.
6. Develop a ̳C‘ program to create and implement a QUEUE using linked lists.
7. Develop a ̳C‘ program to create and implement a CIRCULAR QUEUE using arrays.
8. Develop a ̳C‘ program to create a BINARY TREE. Write functions to perform the various traversals on the tree.
10. Develop a ̳C‘ program to create and implement SELECTION SORTING.
11. Develop a ̳C‘ program to create and implement INSERTION SORTING.
12. Develop a ̳C‘ program to create and implement BUBBLE SORTING.
13. Develop a ̳C‘ program to create and implement MERGE SORTING on two sorted list.
14. Develop a ̳C‘ program to create and implement LINEAR SEARCHING.
15. Develop a ̳C‘ program to create and implement BINARY SEARCHING
Sunday, September 6, 2020
Data Structures Through C for DCME III Semester
UNIT-II Notes Part-1 Part-2 Part-3
OLD Papers
C-16 Oct 2020
C-16 Nov 2019
C-16 June 2019 C-14 Jun 2019
C -16 Apr 2019 C - 14 Apr 2019
PROGRAM CODE
Single Linked List Create and Display
Single Linked List Insert at begin, end and Position
Single Linked List Delete at based on the data and Position
Single Linked List Videos
Wednesday, August 12, 2020
Monday, March 2, 2020
Thursday, December 5, 2019
Web Designing Lab for DCME
Experiment -1
Experiment-2
Experiment -2 a
Experiment -3
Experiment -4
Experiment-5
Experiment -6
Experiment -6 CSS
Experiment 7
Experiment 8
Experiment -9
Experiment -10
Experiment-11 html
Experiment -11 php
Experiment -12
Experiment-13
Experiment-14
while demo
do-while demo
for demo
for in demo
one D array demo
two D array demo
two D array other demo
array manipulation adding elements
array manipulation deleting elements
array manipulation replacing elements
array manipulation searching elements
array manipulation sorting elements
array manipulation changing length
math object demo
string object demo
number object
date object demo
Wednesday, November 13, 2019
Web Designing
C16 /Nov 2018 WD Old Paper
C16 Mar/Apr 2018 WD Old Paper
C14 Oct/Nov 2018 WD Old Paper
C14 Mar/Apr 2018 WD Old Paper
WD Tutorial
UNIT-1 imp Questions
1. Describe anatomy of web page?
2. Write the format of web page.
3. List the steps in launching a web site?
4. Write the principle of web page?
UNIT-2 imp Questions
Short Questions:
1. How do you change colors for web page in HTML
2. State the purpose of HTML <form> tags.
3. Define a tag and list the <frame> tags.
4. State the purpose of <multicol> tag in HTML
5. List the features of CSS.
Essay Questions:
1. Explain about the different table tags in HTML
2. Explain about cascading style sheets.
3. Explain frame relates tags in HTML. Write HTML code to divide screen into multiple frames.
4. Write HTML code to create a form and place various controls on it.
5. Write HTML code on frame and frameset tags.
UNIT-3 Imp Questions:
1. List the use of XML.
2. List various web Server architecture.
3. Difference between PWS, IIS and Apache Web Server
4. List HTTP request types.
5. Difference between client side and server side scripting
Essay Questions:
1. Explain the structure of XML file with an example.
2. Give the steps involve the different web server.
3. Explain various web Server architecture.
UNIT-4 Imp Questions
Short Questions:
1. List the various built in objects in java script.
2. Define a function in java script
3. Define various global functions of java script.
4. list the operators in java script.
Essay Questions:
1. List and explain conditional statements and loop statements in Java script.
2. List abut various objects provided in java script.
3. how to manipulation of array in java script.
4. write a program on parameter passing in java script.
5.explain operators in java script with an example.
6. explain user defined functions in java scripts
UNIT-5 Imp Questions
Short Questions:
1. Write the need for session in PHP
2. Write a PHP program to display "Hello World".
3. write PHP code to find minimum of three numbers.
4. write the process of debugging in PHP code.
5. list the various data types in PHP.
6. state the importance of sessions and cookies.
Essay Questions:
1. Explain various string functions in PHP, write PHP script to find the length of given string.
2. Explain different types of operators in PHP with examples.
3.List and explain various data types in PHP with examples
4. Explain about local and global variable in PHP with exmaples.
5. write PHP code to inset, delete, modify and view data from student table.
6. explain database connection in PHP and explain to creating tables in PHP
Thursday, October 3, 2019
Wednesday, September 25, 2019
Tuesday, August 27, 2019
Thursday, August 22, 2019
DBMS
MCA DBMS Lab Syllabus
DBMS UNIT-1 Complete Notes
DBMS UNIT-II Complete Notes
DBMS UNIT-III Complete Notes
DBMS UNIT-IV Complete Notes
DBMS UNIT-V Complete Notes
Book Data base Management Systems, Raghu Ramakrishnan, Johannes Gehrke
Book Data base System Concepts, A.Silberschatz, H.F. Kof dorth, S.Sudarshan
Book Introduction to Database Systems, C.J.Date,Pearson Education.
MCA DBMS Oct 2017 Paper
MCA DBMS Nov 2018 Paper
DBMS UNIT-1 Notes Part1
Write the main characteristics of the database approach and specify how it differs from traditional file system?
Explain the architecture of the DBMS with neat sketch? (or)
Describe the three level architecture of DBMS?
Discuss how ER diagram are used in designing a database
Consider the following schema for database
ACID properties and Transaction States
Explain Lock base concurrency control in detail
Explain Three phase involved in ARIES algorithm
B+ Tree
File Organizations
ISAM
Hash base and tree based indexing
RAID
Serialazability and Locks
Thursday, July 18, 2019
Monday, July 8, 2019
Monday, July 1, 2019
MCA R20 Data Structures Lab
MCA R20 Data Structures Lab Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment 5 Experiment 6 Experiment 7 Experiment 8 Experim...
-
Python Programming Lab for II Semester MCA Syllabus Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment 5 Experiment 6 Experimen...
-
MCA R20 Data Structures Lab Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment 5 Experiment 6 Experiment 7 Experiment 8 Experim...
-
MCA Data Structures R20 R20 DS Syllabus UNIT -1 Notes Part1 Decision making-branching looping ...