Skip to main content

Software Engineering


Unit 1
         

Unit 2

      2.1  Software Requirements
      2.2  Software Prototyping
      2.3   Formal Specification

Unit 3

       3.1  Architectural Design
       3.2  Object Oriented Design

Unit 4
       
       4.1  Verification and Validation
       4.2   Software Testing
       4.3   Critical System Validation
       4.4   Software Cost Estimation
       4.5   Software Re-Engineering

Extra

Comments

Post a Comment

Popular posts from this blog

Top 10 Programming Languages to Learn in 2017

We are almost halfway through 2017, and it’s always exciting for web developers to know which programming languages have been the best picks lately in the programming world. In this blog, I am unveiling 10 most preferred languages in 2017 so far. Please note that the top 10 languages I am going to list below are strictly based on GitHub’s recent data and TIOBE Index for June 2017 - the most credible sources to track the popularity of programming languages. Let’s Begin!!! Java Java , an open-source language that’s been around since the 1990’s, allows developers to “write once, run anywhere”. So, you can run compiled Java code on all platforms without having to recompile. Java is the product of Oracle corporation and is widely used for creating server-side applications, video games, mobile applications and smart TV applications. Since both large and small businesses use applications written in Java, this language is high in demand and ranked among the top ones by Tiobe In...

7 Top Python GUI Frameworks for 2017

As a Python developer, sooner or later you’ll want to write an application with a graphical user interface. Fortunately, there are a lot of Python GUI options: The Python wiki on GUI programming lists over 30 cross-platform frameworks, as well as Pyjamas, a tool for cross-browser Web development based on a port of the Google Web Toolkit. How to choose between all these options for Python GUI? I started by narrowing it down to those that included all three platforms (Windows, Mac, and Linux) and, where possible, Python 3. After that filtering, I found four toolkits (Gtk, Qt, Tk, and wxWidgets) and seven frameworks (Kivy, PyQt, gui2Py, libavg, wxPython, Pyforms, and PyGOBjects). Here’s why I like them. Kivy One of the more interesting projects, the liberal MIT-licensed Kivy is based on OpenGL ES 2 and includes native multi-touch for each platform and Android/iOS. It’s an event-driven framework based around a main loop, and is thus very suitable for game development. Your appli...

Google’s lightweight OS Android Go launches as Android Oreo (Go Edition)

 What is Android?  A Software platform and operating system for mobile.  Based on the Linux kernel.  Android was found way back in 2003. It was developed in Palo Alto, California.  Android was developed by the Andy Rubin, Rich Miner, Nick Sears and Chris White.  Android was purchased by the GOOGLE in AUGUST,2005 for 50 million $. Android Oreo  It is the 8th major version of the Android OS.   It was officially released on August 21,2017  There are lot of new features of Oreo 8.0 is integrated. Oreo Features It easier and faster for hardware makers to deliverAndroid updates. Restructured Settings by regrouping in sections similar entries Redesigned Quick Settings and Settings with background. Picture-in-picture support Adaptive icons and Notification improvements. Multi-display support and 30% times faster boot time. Google Play Protect & Downloadable fonts  It is installed in Sm...