Ananya Nigotia

Student at MITWPU

Studied at Loreto Convent Intermediate College

Process Control Assignment

A process control block (PCB) is a data structure used by computer operating systems to store all the information about a process. It is also known as a process descriptor. When a process is created (initialized or installed), the operating system creates a corresponding process control block.

SOFTWARE PROJECT MANAGEMENT

Project Management Principles , Process and Project Metrics., Function Point analysis, LOC , Make/Buy Decision, COCOMO II -Project Planning, SWOT analysis, Functions of manager, Team building & development, Risk Management, CPM/PERT.

Management in Protected Mode

Segmentation unit : Introduction, support registers, related instructions, segment Memory descriptors, logical to linear address translations, protection by segmentation, privilege-levels, rules of inter-privilege level transfer for data and code segments .

Introduction to Operating System

An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

REQUIREMENT ENGINEERING

Software Requirements, User requirements, System requirements, Software Requirements Specification, Requirement Engineering Process, Software Design: Abstraction, Modularity, Cohesion & Coupling, Scenario based modeling, SSAD ( ER diagram, Data Flow Diagram DFD), OOAD, Unified Modeling Language (UML)

SOFTWARE PROCESS

Introduction to Software Engineering, Importance of Software Engineering, Software Engineering Practice, Software Myths, Software Process, Perspective and Specialized Process Models.

Shift Regisers

A shift register is a digital memory circuit found in calculators, computers, and data-processing systems. Shift registers are commonly used in converters that translate parallel data to serial data, or vice-versa. Shift registers can also function as delay circuits and digital pulse extenders.

Processor Organization and Control Unit

ALU and CU are the heart of the CPU. ALU is the Arithmetic and Logic Unit which performs all the arithmetic and logical operations such as addition, subtraction, logical AND, OR etc. CU is the Control Unit. It decodes the instructions, and controls all the other internal components of the CPU to make it work.

Memory and Parallel Processor Organizations- Questions

It represents the organization of a single computer containing a control unit, processor unit and a memory unit. Instructions are executed sequentially.Parallelism is to reduce the turnaround time but even increase the CPU time due to overhead and increase the required memory due to duplicate data and instructions. MISD: s a type of parallel computing architecture where many functional units perform different operations on the same data.

Processor Organization and Control Unit - Questions

ALU and CU are the heart of the CPU. ALU is the Arithmetic and Logic Unit which performs all the arithmetic and logical operations such as addition, subtraction, logical AND, OR etc. CU is the Control Unit. It decodes the instructions, and controls all the other internal components of the CPU to make it work.

Memory and Parallel Processor Organizations

It represents the organization of a single computer containing a control unit, processor unit and a memory unit. Instructions are executed sequentially.Parallelism is to reduce the turnaround time but even increase the CPU time due to overhead and increase the required memory due to duplicate data and instructions. MISD: s a type of parallel computing architecture where many functional units perform different operations on the same data.