Ananya Nigotia

Student at MITWPU

Studied at Loreto Convent Intermediate College

Digital Transmission

Digital Transmission: Digital-to-Digital conversion (line coding, block coding, scrambling), Analog-to-Digital conversion(Pulse Code Modulation, Delta Modulation) Multiplexing techniques: Frequency Division Multiplexing, Time Division Multiplexing, Network Model, Networking Devices

Analog to Digital Conversion

Digital Transmission: Digital-to-Digital conversion (line coding, block coding, scrambling), Analog-to-Digital conversion(Pulse Code Modulation, Delta Modulation) Multiplexing techniques: Frequency Division Multiplexing, Time Division Multiplexing, Network Model, Networking Devices

Multiplexing

Digital Transmission: Digital-to-Digital conversion (line coding, block coding, scrambling), Analog-to-Digital conversion(Pulse Code Modulation, Delta Modulation) Multiplexing techniques: Frequency Division Multiplexing, Time Division Multiplexing, Network Model, Networking Devices

networking devices

Digital Transmission: Digital-to-Digital conversion (line coding, block coding, scrambling), Analog-to-Digital conversion(Pulse Code Modulation, Delta Modulation) Multiplexing techniques: Frequency Division Multiplexing, Time Division Multiplexing, Network Model, Networking Devices

8086 Architecture

8086 Architecture: Architecture and Functional Pin description of 8086, Programmers model (Register Set) and Segmentation of 8086, logical to physical address translation, Addressing modes, Instruction set of 8086 in detail, 8086 Programming examples. Assembly Language Programming, Assembler, Linker, Debugger, Directives, Procedures (Near & Far), Macros, Loop constructs

Fundamentals of Mobile Communication

Introduction to Wireless communication, Spread Spectrum: Frequency Hopping Spread Spectrum and Direct Sequence Spread Spectrum, FDMA, TDMA, CDMA, Cellular Telephony: Frequency-Reuse Principle, handoff, roaming, Mobile Generations, Architecture of GSM.

Memory and I/O Interfacing

Memory/I/O Read/write cycle timing diagrams, Memory and I/O space of 8086. Memory organization: even and odd banks. Address decoding for memory/IO interfacing. Using NAND gate and Decoder. Programmable Peripheral Interface 8255: Features, Block Diagram, Control & status registers, Operating modes & Interfacing Concept of ADC and DAC.

Math-Controller & Study of Motherboard

8087(NDP) - Features, Block Diagram, Control & status registers, typical Instruction Set & Programming. Study of IBM PC Motherboard, functional description of Blocks (Overview of 8237, 8254, 8279).

z transformation question bank

In mathematics and signal processing, the Z-transform converts a discrete-time signal, which is a sequence of real or complex numbers, into a complex frequency-domain representation. It can be considered as a discrete-time equivalent of the Laplace transform.

Searching and sorting

Searching is the process of finding a given value position in a list of values. It decides whether a search key is present in the data or not. It is the algorithmic process of finding a particular item in a collection of items. It can be done on internal data structure or on external data structure.

Introduction to Data Structures

Data structure is a process through which data is stored and arranged in the disk space of the computer or memory storage, in a way that the data can be easily used and manipulated in the future. It is an effective way of performing various operations related to data management.

Stack

Stacks can be used to check parenthesis matching in an expression. Stacks can be used for Conversion from one form of expression to another. Stacks can be used for Memory Management. Stack data structures are used in backtracking problems.