answersLogoWhite

0

📱

Software Engineering

Software engineering is the process of applying well-developed techniques and practices in order to create new software products. Questions about everything from design patterns to requirements and specification belong here.

1,663 Questions

What are the two ways in which an architectural model of a system may be used?

1. As a way of facilitating discussion about the system design. A high-level architectural view of a system is useful for communication with system stakeholders and project planning because it is not cluttered with detail. Stakeholders can relate to it and understand an abstract view of the system. They can then discuss the system as a whole without being confused by detail. The architectural model identifies the key components that are to be developed so managers can start assigning people to plan the development of these systems.

2. As a way of documenting an architecture that has been designed. The aim here is to produce a complete system model that shows the different components in a system, their interfaces, and their connections. The argument for this is that such a detailed architectural description makes it easier to understand and evolve the system.

What is the basic structure of ram?

ram have divided into five part

a) heap

b)satck

c)code

d)global

e) unpatition space

How do you remove a program from the all programs menu?

you first go to the start menu then search up add or remove hardware.

\

What does a software engineer do apart from producing software?

While most people think of a "software engineer" only as the person who sits around and writes code, this job is actually much more complex.

Software engineers must see a software product through its whole lifecycle. This starts with some idea a customer has, goes through multiple stages each of: gathering requirements, setting formal specifications, implementation, testing, and maintenance.

What do you understand by severity and priority of a defect?

Severity and Priority are the attributes of a defect. If we talk about 'Severity of a defect' then it describes how the defect is impacting the functionality of software product whereas 'Priority of a defect' indicates the importance of the defect and when it should be addressed or fixed.

  • In the software project, the severity of a defect should be defined by QA whereas the priority should be defined by Product Owner.
  • Severity of the defect can be categorized into four levels: blocker, critical, major & minor. Similarly, Priority of the defect can be high, medium & low.
An organization that provides software testing services needs to ensure that while opening defects, each defect should be assigned with right severity. Incorrect severity and priority mapping will impact overall STLC process and the whole product.

What are some ways to compose or develop a paragraph?

There are many ways to begin writing - I usually recommend just making a list of everything you know and turning the facts into sentences.

Here are some more formal ways to start thinking about your paragraph:

  • Analogy - list ways that your topic is like something else
  • Analysis - explain how your topic works in detail
  • Anecdotes - tell a story to explain your topic
  • Cause and Effect - explain how your topic causes other things to occur; OR explain how your topic is caused by other things
  • Classification and Division - list all of the things that go into your topic
  • Compare and Contrast - list all the ways in which your two topics are alike and all the ways in which they are different
  • Definition - list each definition for your topic (you can also list things which your topic is NOT, which is called Elimination, but this is seldom used)
  • Description - list everything you can use to describe your topic
  • Enumeration - list a set of observations about your topic
  • Exemplification - list all of the examples of your topic
  • Facts - list all of the facts you have looked up about your topic
  • Narration - list the events that make up your topic in chronological order
  • Persuasion - list arguments that might make a reader take an action or believe in your opinion
  • Process - describe step-by-step how the actions in your topic may be carried out in sequence
  • Statistics - list all of the statistics you have looked up about your topic

Click on the Related Questions to learn even more about each type of development!

More from out Wiki Contributors:
  • At school we use TEEL's to write our paragraph.
    • T-topic sentence.
    • E-evidence.
    • E-explanation for your evidence.
    • L-link the conclusion back to your topic sentence.




What are the two classifications of inputs?

  • Digital (numeric)
  • Analog (voltage or current)
  • Discrete (individual switch/relay closures)
  • Analog (frequency or phase)
  • Serial
  • Analog (polyphase syncro or servo)
  • etc. application specific classifications of input

C programming language bsc it notes?

different between defining value definition section and defining value declaration section

Planning is looking ahead and control is looking back?

Planning is Looking Ahead is true because it contributes heavily to success and gives us some control over the future. By, planning we set aside our tasks and deadlines so we can enlarge our mental focus and seeing the bigger picture. By, planning we can set our Personal or organizational goals and for this defiantly we have to look ahead.

But, Planning is not ending with such strategies or guidelines. It has relation with Implementation and controls. Because plans are not always proceed as conceived. The control process measures progress towards goal attainment and indicate corrective action if too much deviation is detected.

Controlling investigates whether planning was successful.

Controlling referred to as terminal management function, takes place after the other functions have been completed. And for this process we have to look back and have to analyze the performance of our planning, organizing and leading. And therefore we have to look back also.

So, yes we can say Control is looking back for Investigation, Analysis, and Understandings and for checking our effectiveness and efficiency.

What are the five components of a design method?

The design method is used in a variety of fields. The common thread is the steps used in the method. It includes situation, research, ideaton, development and realisation.

Why do menu-driven interfaces continue to be popular in the modern computing age?

Menu-driven interfaces continue to be popular because they are easier to figure out and work with than command-line interfaces, with frequently cryptic and hard to recall commands and option selections.

What is the difference between level 0 DFD and level 1 DFD?

"If you go through a Kendall and Kendall's Book it shows Context Level and Zero "0" Level as a different level DFD. According to Book by James A. Senn Both are same.
So, Whatever method you follow just mention the reference you have taken from that book.
From my point of view James A. Senn's book have clear and Correct approach toward DFD."

Ref: dataflowdiagram.blogspot.in/2010/04/common-mistakes-in-dfd.html

The level 1, called context DFD, shows the whole system in one process. Level 2 focuses more closely on one particular process in level 1, and level 3 focuses on a single process from level 2.

What is the meaning of tools?

An instrument such as a hammer, saw, plane, file, and the like, used in the manual arts, to facilitate mechanical operations; any instrument used by a craftsman or laborer at his work; an implement; as, the tools of a joiner, smith, shoe-maker, etc.; also, a cutter, chisel, or other part of an instrument or machine that dresses work., A machine for cutting or shaping materials; -- also called machine tool., Hence, any instrument of use or service., A weapon., A person used as an instrument by another person; -- a word of reproach; as, men of intrigue have their tools, by whose agency they accomplish their purposes., To shape, form, or finish with a tool., To drive, as a coach.

Differences or similarities between OMT and UML?

OMT is a modelling technique and UML is a Modelling language. OMT stands for object modelling technique and is given by Jim Rambaugh . UML is unified Modelling language and has a layered architecture.

What is the single variable?

single variable is a that variable which works witout the interaction of other.it does not concern with any other variable

What are the requirements for prototype?

The requirements for a prototype typically include a clear definition of the problem it aims to solve, specifications of the desired features and functionality, and the materials or resources needed for its construction. Additionally, it should have a defined scope, including any constraints such as budget and time limits. Finally, user feedback mechanisms should be in place to evaluate its effectiveness and guide future iterations.