(CS&IT) Title | Software Engineering-I | Code | CS-321 | Credit Hours | Theory/week: Weight 3 Cr. Hrs. Lectures 2 Duration 1.5 Hrs | Instructor | Saliha Zahoor | Office | B Block Room# :B208 2nd Floor | Email | saliha.zahoor@uog.edu.pk | Prerequisite | Programming fundamental‚ Object Oriented Programming | Category | Core -Computer Science | Aims and Objectives | Aim: Application of software engineering practices to the development of software in information system
Premium Software engineering Software development process Software development
Work of a Software Developer Software developers obviously spend their days developing software programs. The job duties are pretty self-explanatory. No matter how transparent the work may be‚ there are other elements surrounding it that may not be so obvious. For instance‚ do you know where software developers work or how much money they make? Probably not. That is what this article is all about. Here we will assess some of the background factors that make up the career of a software developer
Premium Software engineering Bachelor's degree Microsoft
Introduction to Software Engineering Somnuk Keretho‚ Assistant Professor Department of Computer Engineering Faculty of Engineering‚ Kasetsart University Email: sk@nontri.ku.ac.th URL: http://www.cpe.ku.ac.th/~sk Somnuk Keretho/Kasetsart University Outline of this presentation • • • • • • Scope of Software Engineering Object-Oriented Software Development Software Process Software Life-Cycle Models Object Orientation Software Quality Assessment Reference to Chapter 1/2/3 of “Software Engineering
Premium Software engineering Object-oriented programming Software development process
PRACTICAL-1 Write a program in C/C++ to find the roots of a quadratic equation and perform the following on it: Boundary Value Analysis (BVA). #include #include void main() { int a‚b‚c; int d=0; clrscr(); printf("The Quadratic Equation is of type ax2+bx+c=0"); printf("Enter value of a‚b‚c:"); scanf("%d \n %d \n %d"‚&a‚&b‚&c); d=((b*b)-(4*a*c)); if(a100) { printf("Invalid input"); } if(d==0) { printf("Real and Equal Roots"); } else if(d>0) { printf("Real roots"); } else
Premium Real number Quadratic equation Output
Software Configuration Management is the ability to control and manage change in a software project. Change is inherent and ongoing in any software project. The ability to track control such changes in a proper manner form the basis of a good software project. Software Configuration Management tries to bridge this gap by defining a process for change control. Change Management defines processes to prevent unauthorized changes‚ procedures to follow when making changes‚ required information‚ possibly
Premium Software engineering
OPEN SOURCE SOFTWARE What are reasons for business to use open source software? Robert Keidel Western Governors University What are reasons for business to use open source software? With the current economy difficulties‚ companies are trying to find areas in their businesses where they can save money. Many companies are having no choice but to let people go. Some businesses try to avoid lay-offs and instead are looking in other areas to save money. One of the areas is‚ of
Premium Free software Linux Source code
Associate Level Material Appendix E Hardware/Software Components In your own words‚ describe the following hardware/software components |Legacy systems |Is an older system that remains vital to organizations. The reason that it remains so| | |vital is because they were developed many of years ago and when the system was updated| | |there were no notes made to tell what changes
Premium Personal computer Integrated circuit Computer
Software Engineering SOFTWARE DEVELOPMENT • • • • • • • MODELS Build And Fix Model Prescriptive Model Water Fall Model Or Liner Sequential Model Incremental Model RAD Model Evolutionary Process Models Prototyping Spiral Model Concurrent Development Model Fourth Generation Techniques (4GT) Component Based Development (CBD) Agile Model Extreme programming Scrum Build And Fix Model • This model is the worst model for developing a project. The product is built without proper specifications
Premium Agile software development Software development process Waterfall model
Accounting Software Memo I want to offer this advice to help guide you in the purchasing of our new accounting software. First form a technology advisory committee (TAC). This committee will oversee the project. This committee should be made up of people from each of the company’s major departments. This committee will help determine the software needs for each department. The next step after the committee is established is to have each department prepare an analysis or walk thru of the jobs
Premium
Software development is big business right now. Almost everything we do today has some type of program design component to it. Every new gadget and gizmo must have a unique software platform to allow it to function seamlessly. From an Electronic Medical Record to a Leap Pad‚ ever changing rules‚ regulations‚ and advancements in technology keep analysts and programmers busy creating the “stuff” that runs your stuff. In order to stay at the top of the game‚ software companies need to use the most
Premium Software engineering Management Software development