Category: 4th semester
DSA chapter wise year Question
Uni-1 Complexity analysis What is Big Oh(o) notation? 2007. 2009 When is approximation algorithm used as problem solving approach? 2011 Arrange the following expressions by their growth rate from slowest to fastest. Logn,logn2,n!,n5 2014 What is data structure? What is average case complexity of algorithm? Unit-2 Linked List What do you mean by linked list? […]
Continue ReadingUnit 7: Working with Databases
What is MySQL? MySQL is a a database. The data in MySQL is stored in database objects called A table is a collections of related data entries and it consists of columns and Databases are useful when storing information categorically. A company may have a database with the following tables: “Employees”, “Products”, “Customers” and […]
Continue ReadingDBMS || Short Answer || 2019
Asian IMS NCC Orchid Asian What is mean by inconsistency? => Data inconsistency is a condition that occurs between files when similar data is kept in different formats in two different files or when matching of data must be done between files. Define Data independence. => The ability to modify […]
Continue Reading