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

How the wrong software process model will affect the software failure?

When you create a software you create a model or psuedocode then a flowchart for the preocess which can be called as Process Model then execution of the Software. If you have made the model correclty minimal issue wil be found during beta testing and perhaps common issue and every problem are possible to fix since you know where in the process model causes the problem. Process model can really affect the software if we did not implement and go throurh a series of testing.

How you get the size of arrays from user?

in c simply add three lines in the begining of your program:

int x;

printf("enter the size of the array to be entered :");

scanf("%d",&x);

after that use x as your maximum limit of array in your program.

in c++ just replace above printf & scanf statements by

cout<<"enter the size of the array to be entered :";

&

cin>>x;

respectively and do not use brackets.

How do you convert letter Z into its bit pattern?

First you will need to know the character code being used, there are several:

  • Unicode
  • UTF-8
  • ASCII
  • MASCII
  • EBCDIC
  • BCDIC
  • Hollerith punchcard code
  • Remington-Rand punchcard code
  • Zone + Digit codes
  • APL
  • FIELDATA
  • CDC display code
  • DEC Radix-50
  • BAUDOT
  • etc.
Then you need to find Z in that character code's encoding table.

What are the advantages and disadvantages of novell directory service?

pro: technical,easy to use, understandble, smells nice, looks good

con: unreliable, sucks me, has a virus.

What are the basic data processing principles?

There are three basic principles of data processing. These are ETL that is extraction, transformations and loading.

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.