What is a Software Engineering Process Framework?
Software Process framework is a set of guidelines, concepts and best practices that describes high level processes in software engineering. It does not talk about how these processes are carried out and in what order. Although some do.
eg Eclipse Process Framework, Microsoft Solutions Framework.
High level processes like Build, Testing, Elaboration, Open Process Framework etc.
Software Methodologies a.k.a Software Development models build on such frameworks and specify in detail the How and When(order of executing) of the high level processes.
eg. Waterfall, Agile, Iterative models.
Processes like Requirements Analysis, Validation, Verification, Development etc.
Software Processes are contained in the Software development Models and specify in detail how a particular activity is to be performed. This is usually specific to an organization.
eg. Steps to perform Requirements Analysis, Design etc.
In monostable multivibrators Circuits (quasi stable state) is one of two states, stable state and quasi stable state which is invoked by an external trigger and it will stay there for value determined by time constant.
What ITP means in engineering terms?
ITP en términos de ingeniería significa '' Plan de Inspección y Prueba "
Where can you get Fmc 4100 wheel balancer circuit board used?
You can get your FMC/John Bean 2500/4100 or 5800 repaired @ ADER inc.
Transient and steady state response of RC circuit?
To evaluate the transient response of an RC circuit, you start with the steady state just prior to the transient, i.e. just prior to the switch being opened or closed, or just prior to whatever transient event you are modeling. Since you are steady state, assume that capacitors are not present, i.e. they are resistors with infinite impedance. Calculate the voltage and current at each node, using Ohm's law and/or Kirchoff's law and/or Norton/Thevanin equivalents as necessary. Remember that capacitors resist a change in voltage. The equation is dv/dt = i/c. At t=0, assume that each capacitor has the voltage calculated from the initial steady state condition. Initiate the transient and calculate the voltage and current at each node using the initial state differential equation. You can do this analytically, or you can model it in software. If you model, pick an appropriate delta-T, and do a step wise evaluation until the voltages and current settle to their new values. Adjust delta-T to make sure that you are getting consistent results. Just don't go too short, as truncation error can bias the results.
I will try to answer this quickly as I don't have much time.
As the name suggests, the waterfall model follows the path of an waterfall. It starts in the first stage of orientation, and ends at the release. It can only go one way (to the end goal) and the stages are very strict (you cant go back to a earlier stage).
The Spiral model understands that reality doesn't always follow theory, and that an project should be designed to follow that reality. There are multiple prototypes released, and phases can be repeated until the desired result is reached (hence the spiral).
The iterative model combines those two, making (IMHO) the waterfall model more ready for the real world.
You should try googling yourself, I found lots of info about the differences in this article about the advantages of the waterfall model: http://www.waterfall-model.com/the-waterfall-model-avantages-and-disadvantages
Comparing web engineering and software engineering?
Differences between Web and Software engineering
· Software development can help us in web development but a web development or engineering cannot help us in that same way.
· In software engineering programmer has no compatibility issues as he has to program its application just for a same operating system or for some specific era and there is limitation on user who used this application but in web engineering its totally different a programmer have to be very careful and he should tackle or he have to tackle all the critical issues and all compatibility issues because a single web or a web application can be run concurrently by a multiple users with different operating environment so a web engineer must kept all such issues regarding compatibility of its program in different operating environment .
· There always a versatility in web engineering outcome as compared to software engineering product as all works on some sort of same blue prints much time but every time the web product come out it always covered in some new colors, logics and functionality .
· And when comes the question of GUI so web wins this race that in web base application user only interact with the interface all else is not the headache of user that where the application is?
And how is working he just want his task to be achieved an to be in nice manner.
· Moreover in web engineering there is 70% analysis is required and is basic need in this field and it cant be survived without this but when comes the same question in web engineering court it tackles it in different manner as they just want their work be done and in precise manner .
Regards,
Syed Danish Ali
·
The process of converting analog data into digital format is?
Analog to digital conversion done by the ADC's. It's digitization.
... Also referred to as video capture.
What is the difference between deadlock preventation and dead lock detection?
The difference is exactly what you have just stated: deadlock prevention is used to stop deadlocks before they happen (to prevent them), while deadlock detection is used to figure out when a process has deadlocked (to detect it).
Advantages of two phase locking protocol?
Two Phase locking protocol prevent deadlock. This protocol maintain the schedule which lock should be granted or not. For more information I think this link help you.
http://www.databaseidea.com/2012/03/two-phase-locking-protocol.html
The development of a national railway system?
The development of the National Railway System in the United States took place in 1916. This aimed to reduce the cost of moving goods to distant markets.
Advantages and disadvantages of using flow charts instead of text-based programming?
There are quite a few different advantages and disadvantages of using flow charts instead of text-based programming. One pro is that this is a visual aid that helps explain your ideas.
Study material for infosys campus connect?
google it for the result Study material for infosys campus connect
Differentiate abstraction and refinement in software engineering?
Abstraction and refinement are complementary concepts. Abstraction enables
you to specify procedure and data internally but suppress the need for "outsiders" to have knowledge of low-level details.
Refinement helps you to reveal low-level details as design progresses. Both concepts allow you to create a complete design model as the design evolves.
What are the advantages of concurrent engineering?
Manufacturing Personnel are able to identify production capabilities and
capacities .They have thus the opportunity to inform the design group about the
suitability of certain materials on the flipsides the designer would know the
suitability of certain designs in aiding in cost reduction and quality improvement in
production/assembly process.
Early opportunities for design or procurement of critical tooling, some of which
might have long lead times.
early consideration of the Technical Feasibility of a particular design or a portion
of a design. Again this can avoid serious problems during production.
Explain modules and modularization criteria in software engineering?
What is the Modularization Criteria
Main difference between spectrum analyzer and cathode ray oscilloscope?
an oscilloscope give amplitude v/s time display of a wave, whereas the spectrum analyzer gives amplitude v/s frequency display. the oscilloscope gives distribution of energy in wave with respect to time whereas the spectrum analyzer displays frequency components of a wave and their amplitudes.
What does the discipline of software engineering discuss?
to solve the software crisis where software is delivered late, with faults, and over budget. Software engineering aims to deliver fault free software, on time and within budget, meeting the requirements and needs of the client. The software is developed keeping in mind the future maintenance that is involved.
What is the conclusion of software engineering?
learn hard and keep working until you don't get the money
Explain the distinction between total and partial constraints?
Total constraints are those in which a table's existence requires the existence of an associated table in a particular defined relation between them.
whereas Partial constraints are involved with the tables in which presence of one table is partial for the associated table.
How can you increase or double electric power output electronically?
A: Well that is not possible. Someone can change the voltage up or down with no problem but never can it increase power by adding any kind of circuitry for the simple fact of % efficiency loss. If it could be possible then we have infinite power source available.
What are the size factors in software engineering?
1.Population:By taking a static count of Object Oriented Entities,exa:Classes and Operations.
2.Volume:The Population measured but are collected dynamically at given instance of time.(the poulation may be changed after multiple uses of diferent entities so its called Dynamically)
3.Length:A chain of interconnected design elements such as :inheritance tree with its length.
4.Functionality:indirect indication of the value delivered by aplication.(software size depends on user is required functionality of application or a Software
What is real time example of prototype model in software engineering?
maro aa....
4th Generation programming language
When you customer has a legitimate need bit is clueless about details/ requirements then develop a prototype as a first step.
Who elements of business processing engineering are the responsibilities of the software engineer?
business area analysis
When rad model of software development is used?
rad model is used when there is a time constraint............ this model is suitable for big projects where the customer requirements are clear