Industrial Training viva:- 28/12/2020 time 9.00am to 10.00amSeminar presentation:- 29/12/2020 time 9.00am to 10.00amDBMS CA1 and CA2:- 30/12/2020 time 9.00am to 10.00amSE CA1 and CA2:- 4/01/2021 time 9.00am to 10.00amSE Syllabus for CA1:- Unit 1 to Unit 3SE Syllabus for CA2:- Unit 4 to Unit...
Feedjit
Sunday
Wednesday
Experiment no. 2
Title:- B-Trees and B+ Tr...
Magnetic Hard Disk Mechanism

Magnetic Hard Disk Mechan...
Hard disk drive interface

Disks usually connected directly to computer systemDisk interface standards familiesParallel ATA (PATA) ( AT Attachment) also known as ATA or IDE is standard interface for IBM computersSATA (Serial ATA) SATA revision 1.0 (1.5 Gbit/s,...
Functional dependency

&nb...
Tuesday
Design and Quality

&nb...
software design concepts
1. Abstraction:-Abstraction is the act of representing essential features without including the background
details or explanations. the abstraction is used to reduce complexity and allow efficient design
and implementation of complex software systems. Many levels of abstraction can be posed. At
the highest level of abstraction, a solution is stated in broad terms using...
Software Design
Software Design Software design,Preliminary and detailed design activities,Difference between analysis and designItems developed during the software design phaseCharacteristics of a good software designFeatures of a design document &nb...
Saturday
Flow oriented model

&nb...
Behavioral Model
Behavioral Model is specially designed to make us understand behavior and factors that influence behavior of a System. Behavioral models are models of the dynamic behavior of the system as it is executing.Behavioral models describe the internal behavior of a
sys...
Class-Responsibility-Collaborator (CRC) Modeling

Class-Responsibility-Collaborator (CRC) ModelingClass-responsibility-collaborator (CRC) modeling [Wir90] provides a simple means
for identifying and organizing the classes that are relevant to system or product
requirements. Ambler [Amb95] describes CRC modeling in the following...
CLASS-BASED MODELING
What is class based modeling Class-based modeling represents the objects that the system will manipulate, the operations (also called methods or services) that will be applied to the objects to effect the manipulation, relationships.Class-oriented models that represent object-oriented classes (attributes and operations) and the manner in which classes collaborate to...
Wednesday
Use Case
https://www.visual-paradigm.com/guide/uml-unified-modeling-language/what-is-use-case-diagr...
Software Metrics and Measures
Software Measures can be understood as a process of quantifying and symbolizing various attributes and aspects of software.Software Metrics provide measures for various aspects of software process and software product.Software measures are fundamental requirement of software engineering. They not only help to control the software development process but also aid to keep quality...
Software System Analyst
Software System AnalystSystem analyst in an IT organization is a person, who analyzes the requirement of proposed system and ensures that requirements are conceived and documented properly & correctly. Role of an analyst starts during Software Analysis Phase of SDLC. It is the responsibility of analyst to make sure that the developed software meets the requirements of...
Saturday
Notice
Mid term will for software Engineering and DBMS will be conducted as per schedule:CA1 for Software Engineering and DBMS will be conducted on 30 October 2020 Syllabus for Mid term test:SE: Syllabus for Mid term test: Lectures 1 to 11.DBMS: Unit 1 and Unit 2----------------------------------------------------------------------------Syllabus for CA 1:SE: Unit...
Tuesday
Characteristics of Good SRS[Software Requirement Specification]
Characteristics of Good SRS[Software Requirement Specification] Following are the characteristics of a good SRS document: Correctness:User review is used to ensure the correctness of requirements stated in the SRS. SRS is said to be correct if it covers all the requirements that are actually expected from the system. Completeness:Completeness of SRS indicates...
Classification of Software Requirements
sOFTWARE rEQUIREMENT:-
According to IEEE standard 729, a requirement is defined as follows: A condition or capability needed by a user to solve a problem or achieve an objective A condition or capability that must be met or possessed by a system or system component to satisfy a contract, standard, specification or other formally imposed documents A documented representation...
Thursday
https://drive.google.com/file/d/1QxvGAd60xv5rjUW-3we4UhHr30RLjOsZ/view?usp=shar...
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....
DBMS: Assignment 3 Relational Algebra
LinkLast date: 5 October 2020Upload it on gno...
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...
Subscribe to:
Posts (Atom)
- Recent
- Weekly
- Comment
Recent
Weekly
-
Class-Responsibility-Collaborator (CRC) Modeling...
-
Syllabus Text Book Reference Book...
-
What is class based modeling Class-based modeling...
-
Characteristics of Good SRS[Software Requirement...
-
QUESTION BANK Unit 1 part1 Explain different...
-
Syllabus Unit 1: ...
-
ER model stands for an Entity-Relationship model. It is a...
-
Understanding the Course Structure Based on the provided...
-
Unit1: A) What is the Indian Knowledge System (IKS)...