Category: 4th semester
DSA 2018
Group A A data structure is a collection of different forms and different types of data that has a set of specific operations that can be performed. It is a collection of data types. It is a way of organizing the items in terms of memory, and also the way of accessing each item […]
Continue ReadingDSA 2019 Makeup
Group A Big Theta notation (Θ) : The equation simply means there exist positive constants C 1 and C 2 such that f(n) is sandwich between C 2 g(n) and C 1 g(n FIFO stands for First In – First Out, which simply means the request which has come first will be dealt first. As […]
Continue ReadingDSA 2019
DSA year 2019 Group A A queue is an ordered collection of items where the addition of new items happens at one end, called the “rear,” and the removal of existing items occurs at the other end, commonly called the “front Big-O notation is the language we use for talking about how long an algorithm […]
Continue ReadingDatabase 2018 (Make up)
Group A 1. What is the advantage of Database Management System over File Management System? The advantage of Data Management System over File Management System are: i. Data independence ii. Data integrity and security iii. Efficient data access 2. What is data independence? Data independence is an ability to modify a schema definition […]
Continue Reading