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 is pro engineer software?

Pro Engineering Software is a

Computer Aided Design (CAD)

program that is used for mechanical

design purposes. The software is

capable of producing complex 3 -

dimensional models. Pro Engineering

Software works on both Linux and

Windows operating systems.

Development of an application for receiving orders for printing digital photographs?

Sounds like a great project. Are you asking someone at WikiAnswers to do it for you? I don't think so.

What is the advantage of using a CPU register for temporary data storage over using a memory location?

Simple answer - speed. By using the CPU register, the information is kept "local" to the CPU. By storing a value in a memory location, a lookup has to be performed to retrieve it.

What is flexlm?

FLEXlm software is a license management solution that allows software vendors to limit the number of software seats available to their users. FLEXlm supports different licensing polices such as Floating (or Concurrent) and Node-Locked licenses. These type of software systems are also called DRM Solutions (Digital Rights Management).

FLEXlm is used by many software vendors.

What is the application of bipolar junction transister?

bipolar junction transistor is known as BJT in short form.they are made by cascading two P-N junction.we can not imagine any electronics circuit without Bjt.they have plenty of applications,one of the most important application is of switch.it can act as a switch.

moreover it can act as a resistor.they can amplify weak signals into strong signals.

in a chip which is used to run a computer or laptop there are millions of transistors cascaded in a chip which has size nearly of fingernail. you can find more information on youtube

By-Nihar.N.Suryawanshi.

What is dirty page in virtual memory management?

it's the page that has been modified in main memory(physical memory), but not yet rewritten in the disk.

What is nano programming?

Nano programs can take effect instantly (such as heals and damage), or are continuously in effect for the duration (Buffs and Debuffs), intermittently (instantly, at regular intervals for the duration, such as (HoTs and DoTs), or intermittently add a short duration buff or debuff (Pulsing Effects).

What is an unpolarized capacitor?

A capacitor that does not have a designated + and - side. Electrolytic capacitors are usually polarized. Ceramic capacitors are not.

What are the advantages and disadvantages of parallel and serial communication?

Serial Data Transmission

Parallel Data transmission

Advantages

Disadvantages

Advantages

Disadvantages

Used over long distances

Slower to send data

Faster than serial

Not reliable over long distance

Reduces requirement of wiring

Data may arrive at different times

Why maximizing cohesion and minimizing coupling?

I am not an expert but I believe I can address the coupling question. In design, one generally adopts a divide and conquer strategy whereby the problem is solved through a set of cooperating elements that interact with one another. One sign of a good design is that the interactions required between these elements are as few as possible. Why do we want this? Consider elements A and B that interact with one another. If we want to replace A with a new version, the amount of rework to A and to B to ensure that they still interact properly is reduced if the "interface" or "coupling" between A and B is as simple as possible.

Can structured programs be inheritance?

Structured programming is not at all related to inheritance.

Structured programming is a paradigm that allows, amongst many other things, one to write code in a manner that nests decisions and processing in a logical, "structured" way. Inheritance, on the other hand, is an aspect of Object Oriented Design and Programming.

What are brightness and contrast in image processing?

Brightness and contrast represent a way to adjust an image. They come from the display technology, being common controls in all monitors.

The color brightness/contrast are similar to the grayscale counterparts, in most cases being applied to all channels (even if from the physical point of view this is wrong - a transformation into HSI with adjustment of the I component would be correct -.

For a grayscale image, brightness represents an image adjustment where a constant value is added to all pixel values.

The contrast adjustament is a multiplication of the pixel values with a constant.

Most of the image processing programs use a different scale, for example from 0 to 10. If you wish to experiment with it, you can do it photoshop, gimp. To apply a brightness/contrast correction to a bunch of images is easier with an image converter like AZImage - see related link.

What are the advantage of explicitly designing and documenting a software architecture?

Stakeholder communication

§Architecture may be used as a focus of discussion by system stakeholders.

System analysis

§Means that analysis of whether the system can meet its non-functional requirements is possible.

Large-scale reuse

§The architecture may be reusable across a range of systems

§Product-line architectures may be developed.

Yg ni lah kot...

Difference between writing software and developing software?

Writing software is a part of developing software. The actual process of writing code can be called "writing software."

"Developing software" includes includes the entire process of turning an idea into a program: everything from requirements and specifications to writing software.

Three real life situations in which end user and customer are same?

Three real time situation when the customer are the End user..

1:-component software like

A:-joomla cloner

B:-metamod

C:-Ajax modules designer

etc

As above all are the software component in which the customer as the developer use it to design the interface and become end user and the other user only navigate through these module.

There are number of plug-in available which is customer need and use it as a enduser like,jquery etc

2:-CAD Software

A:Autocad

B:allycad

In the cad software category as you can see that the customer is civil engineer which uses this software as a enduser and implies in service

The customer to whom it give after modeling are not directly use the

Software so they are not end user.

3:-CMS(Content management systems)

A:-wordpress

B:joomla

C:smf

D:-phpbb bulletin

This above are the example the developer or the customer are end user in this which they use the product but the third hierarchy of user are not end user.

Three product in which they are not

A:-railway reservation system

B:-Airline reservation sytem

C:-online poll system

Etc.

As you can see that all of these are purchased by the customer or client and they are used by end-user us not by them.

In railway reservation system the railway board is customer ans we are user

In Airline reservation system the air company is customer and we are user similar in online poll system.

by : abhishek singh rathore(MCA) rathoreabhi1990@gmail.com

What is the meaning of ubuntu logo?

Ubuntu means "an ethic or humanist philosophy focusing on people's allegiances and relations with each other". And the logo is a graphical representation of 3 people holding their arms out, making a circle.

How do you program a vending machine using c plus plus?

Assuming you are taking an object-oriented approach (which I recommend), first identify the various objects involved (for example, "CoinSlot", "ProductRow", "ProductSelectButton", etc.) Then, for each of those, identify their attributes and methods. For example, an attribute of CoinSlot might be CoinAmountInserted and methods might include CoinInserted and CollectCoins.