Ananya Nigotia

Student at MITWPU

Studied at Loreto Convent Intermediate College

Analog to Digital converters

A common use for an ADC is to convert analog video to a digital format. ... This is why all sound cards that have an analog audio input also require an ADC that converts the incoming audio signal to a digital format. The accuracy of the audio conversion depends on the sampling rate used in the conversion process.

COA Question Bank

Computer Organization and Architecture lets you know how exactly each instruction is executed at the micro level. The data flow, timing analysis, memory hierarchy, trade offs between execution cycles, hardware requirements/costs, software-hardware trade-offs can be known.

COA Question Bank

Computer Organization and Architecture lets you know how exactly each instruction is executed at the micro level. The data flow, timing analysis, memory hierarchy, trade offs between execution cycles, hardware requirements/costs, software-hardware trade-offs can be known.

Peripheral Interfacing and Programming-I

The 8255A is a general purpose programmable I/O device designed to transfer the data from I/O to interrupt I/O under certain conditions as required. It can be used with almost any microprocessor.

Operating System Question Bank

An operating system is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer's language.

MICROPROCESSOR AND MICROCONTROLLER Assignment

A microcontroller can be considered a self-contained system with a processor, memory and peripherals and can be used as an embedded system. The majority of microcontrollers in use today are embedded in other machinery, such as automobiles, telephones, appliances, and peripherals for computer systems. A device that uses a microprocessor is normally capable of many functions, such as word processing, calculation, and communication via Internet or telephone. However, for the device to work properly, the microprocessor itself has to communicate with other parts of the device.

SEPM Assignment

It helps in planning of software development. Implementation of software development is made easy. Monitoring and controlling are aspects of software project management. It overall manages to save time and cost for software development.

Linked List

Linked List makes insertion and deletion operations are Easier. Efficient Memory Utilization ,i.e no need to pre-allocate memory. Faster Access time,can be expanded in constant time without memory overhead. Linear Data Structures such as Stack,Queue can be easily implemeted using Linked list.

Question bank of M3

Doing preparation from the previous year question paper helps you to get good marks in exams.

Basics of Communication System

Introduction to Data Communication, Analog and Digital Signal, Baseband Transmission, Transmission Impairment, Data rate limits, Data Transmission (parallel and serial: synchronous and asynchronous transmission), Analog Transmission: Analog-to-Analog conversion, Digital-to-Analog conversion.

Study of Peripherals-Serial Communication

Synchronous &Asynchronous, Universal Synchronous Asynchronous Receiver Transmitter USART 8251: Features, Block Diagram, Control & status registers, Operating modes, Interfacing & Programming Programmable Interrupt Controller 8259: Features, Block Diagram, ICWs, Operating modes & Interfacing .

Queue

Queue is useful in CPU scheduling, Disk Scheduling. When multiple processes require CPU at the same time, various CPU scheduling algorithms are used which are implemented using Queue data structure. When data is transferred asynchronously between two processes.