Operational Research BCA Eight Semester note TU

Operational Research Concepts Quiz Next Reset Quiz  Unit 1: Introduction to Operations Research 5 Hrs Unit 1: Introduction to Operations Research (5 Hours) Operations Research (OR) is a scientific approach to decision-making that applies mathematical models, statistical analyses, and optimization techniques to solve complex problems in management, business, and industrial settings. The aim of OR … Read more

Mobile Programming BCA Sixth Semester TU

Mobile programming mobile programming bca materials: Mobile Programming Concepts Quiz Sixth Semester Next Reset Quiz Unit -1 Introduction to Mobile and Mobile Programming [2 HRS] Unit 1: Introduction to Mobile and Mobile Programming (2 HRS) Overview This unit serves as an introduction to the field of mobile devices and mobile programming. It covers the basic … Read more

Distributed Systems BCA Sixth semester TU

Distributed Systems Distributed Systems all materials TU BCA Distributed Systems Concepts Quiz Next Reset Quiz Unit 1: Introduction Distributed System: Comprehensive Note 1. Introduction (4 Hours) A distributed system is a collection of independent computers that appear to the users as a single coherent system. These systems aim to share resources, enhance performance, and ensure … Read more

Database Management System BCA fourth Semester TU

Database Management System BCA TU Database Management System BCA TU a comprehensive Guides: Database Management System Concepts Quiz Next Reset Quiz Unit 1: Introduction to DBMS Unit 1: Introduction to DBMS 1. Introduction to Database Management System (DBMS) A Database Management System (DBMS) is a software system designed to store, retrieve, define, and manage data … Read more

Software Engineering BCA fourth Semester TU

Software Engineering BCA TU

Software Engineering Concepts Quiz



1.Introduction :

Introduction to Software Engineering


Definition of Software

Software is a collection of programs, data, and related documentation that performs specific tasks or functions for users. It is intangible and serves as the core element enabling computers and devices to perform operations.


Types of Software

  1. System Software:

    • Manages hardware and provides a platform for other software.
    • Examples: Operating Systems (Windows, Linux), Utility Programs.
  2. Application Software:

    • Designed to perform specific user tasks.
    • Examples: Microsoft Word, Google Chrome.
  3. Embedded Software:

    • Operates within hardware devices to control functionalities.
    • Examples: Software in washing machines, medical devices.
  4. Middleware:

    • Acts as a bridge between system software and applications.
    • Example: Database middleware.
  5. Programming Software:

    • Provides tools for developers to write and test programs.
    • Examples: Compilers, Debuggers.

Characteristics of Software

  1. Functionality: Performs specified tasks as expected.
  2. Reliability: Operates consistently under defined conditions.
  3. Usability: Easy to learn and use.
  4. Efficiency: Optimized use of system resources (e.g., memory, CPU).
  5. Maintainability: Easy to update and improve.
  6. Portability: Ability to function across different platforms.

Attributes of Good Software

  1. Correctness: Accurately performs its intended tasks.
  2. Scalability: Can handle increasing amounts of work or data.
  3. Interoperability: Works seamlessly with other software.
  4. Security: Protects against unauthorized access and vulnerabilities.
  5. Adaptability: Can be modified to meet changing requirements.

Definition of Software Engineering

Software Engineering is the application of engineering principles to the design, development, testing, and maintenance of software. It emphasizes systematic, disciplined, and measurable approaches to software creation and management.


Software Engineering Costs

  1. Development Costs: Effort involved in designing, coding, and testing.
  2. Operational Costs: Running and maintaining the software.
  3. Maintenance Costs: Updating the software to adapt to changes or fix issues.
  4. Quality Assurance Costs: Ensuring the software meets standards and requirements.

Key Challenges in Software Engineering

  1. Meeting User Requirements: Addressing complex and evolving needs.
  2. Managing Cost and Time: Delivering within budget and deadlines.
  3. Ensuring Quality: Delivering software that is reliable, efficient, and secure.
  4. Scalability and Performance: Designing systems to handle growth.
  5. Changing Technology: Adapting to rapid advancements in tools and platforms.
  6. Global Collaboration: Managing teams distributed across geographies.

System Engineering vs. Software Engineering

Aspect System Engineering Software Engineering
Focus Entire system, including hardware, software, and processes. Software components of the system.
Scope Broader, encompassing multiple disciplines. Narrower, focusing solely on software.
Outputs System specifications and designs. Software programs and related documents.

Professional Practice in Software Engineering

  1. Ethical Standards: Adhering to codes of conduct to ensure fairness, honesty, and integrity.
  2. Team Collaboration: Working effectively with cross-functional teams.
  3. Lifelong Learning: Keeping skills updated with the latest trends and technologies.
  4. Documentation: Maintaining clear and thorough records of designs, processes, and decisions.
  5. Risk Management: Identifying, analyzing, and mitigating project risks.

Software engineering plays a critical role in modern technology, ensuring that software systems are efficient, reliable, and scalable while meeting user expectations and organizational needs.

Read more

Operating System BCA fourth Semester TU Notes

 

View/Download


Past Question 2079 View

Tribhuvan University

Institute of Science and Technology

2079

Bachelor Level / fourth-semester / Science

Computer Science and Information Technology( CSC264 )

Operating System

Full Marks: 60 + 20 + 20

Pass Marks: 24 + 8 + 8

Time: 3 Hours

Candidates are required to give their answers in their own words as far as practicable.

The figures in the margin indicate full marks.

Section A

Long Answer Question

1Discuss about single level and two level directory system. Consider the following process and answer the following questions.

 

       Process

          Allocation

    Max

      Available

     A    B    C     D

    A    B    C    D

     A   B    C     D

       P0

     0    0     1      2

   0     0     1     2

     1    5      2     0

       P1

     1     0     0     0

   1      7      5     0

       P2

     1     3     5      4

   2      3     5      6

       P3

    0     6     3       2

   0      6     5       2

       P4

    0     0    1        4

    0    6      5       6

a. What is the content of matrix Need?

b.  Is the system in safe state?

c.  If P1 request (0,4,2,0) can the request be granted immediately.

2When does race condition occur in inter process communication? What does busy waiting mean and how it can be handled using sleep and wakeup strategy?

3Define shell and system call. suppose  a disk has 201 cylinders, numbered from 0 to 200. At  same time the disk arm is at cylinder 95, and there is a queue of disk access requests for cylinders 82,170,43,140,24,16 and 190. Calculate the seek time for the disk scheduling algorithm FCFS,SSTF,SCAN and C-SCAN.

Section B

Short Answer Questions

4Distinguish between starvation and deadlock . How does the system schedule process using multiple queues?

5List any two demerits of disabling interrupt to achieve mutual exclusion. Describe about fixed and variable partitioning

6For the following dataset, compute average waiting time for SRTN and SJF.

        Process

      Arrival Time

      Burst Time

     P0

      0

     7

     P1

      2

     4

     P2

      4

     1

     P3

     5

     4

7Discuss the advantages disadvantages of implementing file system using Linked List.

8Consider the page references 7,0,1,2,0,3,0,4,2,3,0,3,2, Find the number of page fault using OPR and  FIFO, with 4 page frame.

9Describe the working mechanism of DMA.

10What is the task of disk controller ? List some drawback of segmentation.

11Write the structure and advantages of TLB.

12Why do we need the concept of locality of reference ? List the advantages and disadvantages of Round Robin algorithm.

 

Read more