Difference between Software engineering and System engineering.

The difference between software engineering and system engineering are:

 System engineering is concerned with all aspects of the development and evolution of complex systems where software plays a major role. System engineering is concerned with hardware development, policy, and process design, and system development as well as software engineering. System engineering is involved in specifying the system defining its overall architecture and then integrating the different parts to create the finished system. 

Software engineering is an engineering discipline whose focus is to develop cost-effective and high-quality software. It is concerned with all aspects of software production from the early stages of system specification to maintaining the system after it has gone into use.



Comments

Popular posts from this blog

Legislations and IT in Nepal MCQ IT Officer(PSC)

Discuss classification or taxonomy of virtualization at different levels.

Suppose that a data warehouse consists of the three dimensions time, doctor, and patient, and the two measures count and charge, where a charge is the fee that a doctor charges a patient for a visit. a) Draw a schema diagram for the above data warehouse using one of the schemas. [star, snowflake, fact constellation] b) Starting with the base cuboid [day, doctor, patient], what specific OLAP operations should be performed in order to list the total fee collected by each doctor in 2004? c) To obtain the same list, write an SQL query assuming the data are stored in a relational database with the schema fee (day, month, year, doctor, hospital, patient, count, charge)