What is software engineering? How it is different from computer science?

Software Engineering

        The term Software Engineering is composed of two words, software and engineering. Software is a program code or set of executable codes containing instructions that give desired functionality. Engineering is the process of designing and constructing something which assists a particular purpose and seeks a cost-effective solution to issues. So, Software engineering is an engineering discipline that is concerned with all aspects of software production from the early stage of requirement specification to maintaining the software after it has gone into use. Software engineering was introduced to address the issues of low-quality software projects.
                                          OR, In other words, Software engineering is an engineering discipline whose focus is to develop cost-effective and high-quality software. 


Difference between Software Engineering and computer science

Computer science focuses on theory and fundamentals: software engineering is concerned with the practicalities of developing and delivering useful software. Computer science is concerned with the theory and methods that underlie computer and software systems. Whereas, software engineering is concerned with the practical problem of producing software. Some knowledge of computer science is essential for software engineers as the same knowledge of physics is essential for electrical engineers.



Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Pure Versus Partial EC

Discuss classification or taxonomy of virtualization at different levels.