Tuesday

Agile

 The Agile movement proposes alternatives to traditional project management. Agile approaches are typically used in software development to help businesses respond to unpredictability which refer to a group of software development methodologies based on iterative development, where requirements and solutions evolve through collaboration between self-organizing...

Monday

Rapid Application Development Model

 The Rapid Application Development Model was first proposed by IBM in 1980’s. The critical feature of this model is the use of powerful development tools and techniques.A software project can be implemented using this model if the project can be broken down into small modules wherein each module can be assigned independently to separate teams. These modules can finally be...

Software Engineering syllabus

UNIT I Software Development Process: Software crisis and myths, Software process and development: Generic view of process, Software life cycle and models, Analysis and comparison of varies models, an agile view of process. UNIT II Requirement Engineering: Requirements engineering tasks, Initiating requirement engineering process, Eliciting requirement, developing use-cases,...

Sunday

Query Language

In simple words, a Language which is used to store and retrieve data from database is known as query language. For example – SQLThere are two types of query language:1.Procedural Query language2.Non-procedural query language1. Procedural Query language:In procedural query language, user instructs the system to perform a series of operations to produce the desired results....

Relational Calculus: Tuple Relational Calculus, Domain Relational Calculus

 Relational CalculusRelational calculus is a non-procedural query language. In the non-procedural query language, the user is concerned with the details of how to obtain the end results.The relational calculus tells what to do but never explains how to do.Types of Relational...

Relational algebra

 Relational algebra is a procedural query language, which takes instances of relations as input and yields instances of relations as output. It uses operators to perform queries. An operator can be either unary or binary. They accept relations as their input and yield relations as their output....

Wednesday

Unit 2: Keys

Types of keys in DBMS Super Key – A super key is a set of one of more columns (attributes) to uniquely identify rows in a table. Candidate Key – A super key with no redundant attribute is known as candidate keyPrimary Key – A primary is a column or set of columns in a table that uniquely identifies tuples (rows) in that table. PPTStudy Material:10 Different Keys in DBMSFinding...

Unit 2: Integrity Constraints

 Integrity ConstraintsIntegrity constraints are a set of rules. It is used to maintain the quality of information.Integrity constraints ensure that the data insertion, updating, and other processes have to be performed in such a way that data integrity is not affected.Thus, integrity constraint is used to guard against accidental damage to the database.PPThttps://drive.go...

Unit 2: Relational Model (Introduction)

 Relational Model was proposed by E.F. Codd to model data in the form of relations or tables. After designing the conceptual model of Database using ER diagram, we need to convert the conceptual model in the relational model which can be implemented using any RDMBS languages like Oracle SQL, MySQL etc. So we will see what Relational Model is....

Monday

SE

 BookSyllabusUnit 1:Lecture 1:  PPT Definition, characteristics, Myths,Crisis Lecture 2:  PPT1  PPT2Lecture 3: PPT SDLC, Build and fix, water fall, iterativeLecture 4: PPT Prototype modelLecture 5: PPT1    PPT2  Spiral model , V modelLecture 6: RAD modelLecture 7: Agile Model Agile Model...

DBMS

Syllabus  Text Book Reference Book ---------------------------------------------------------------------------------------------------------------Introduction: [Basic concepts, Advantages of DBMS over file-processing systems, Data abstraction, Data models and data independence, Components of DBMS and overall structure of DBMS] Introduction (PPT) Question...