VEDANT MILIND ATHAVALE

B-tech| EXTC| VJTI| Mumbai | Python| C++| WebDev |

Student at Veermata Jijabai Technological Institute (VJTI)

Studied at PACE Jr. Science College

Skilled in Programming in Python and C++, Web Designing , Marketing

Interference of Light

These are the notes of the subject Physics-1 for engineering and are targeted to one of the difficult subtopics of Interference. These will prove beneficial to both FY and SY Engineering students of all branches and help them to score good marks in their exams.

Projections of Solids

These are the notes of the subject Engineering Drawing for engineering and are targeted to one of the difficult subtopics of Projection of Solids. These will prove beneficial to both FY and SY Engineering students of all branches and help them to score good marks in their exams.

Biogas and Biomass- EC

These are the notes of the subject Chemistry for engineering and are targeted to one of the difficult subtopics of Biogas and Biomass. These will prove beneficial to both FY Engineering students of all branches and help them to score good marks in their exams. • Traditionally, biomass had been utilized through direct combustion. Cow dung cake is one of the most important and widely used biomass for the production of daily energy needs. It has been estimated that 2.5 billion people around the world are not being able to access modern fuels. They are highly dependable on locally available wood and cow dung cakes. • About nine-tenth of the rural households in India uses traditional biomass-wood and dung-as a household fuel annually. Burning of biomass or cow dung cakes through direct combustion creates indoor air pollution and ultimately contributing to serious health problems, particularly cancer and respiratory infections. • Approximately half a million premature deaths and nearly 500 million cases of illness are estimated to occur annually as a result of exposure to smoke emissions from biomass use by households in India, making indoor pollution the third leading health risk factor. • Biogas represents a renewable source of energy that derives mainly from the decomposition of organic wastes in the absence of oxygen. In India, biogas mainly produced from cattle dung.

FCRIT - IT UNIT TEST 2- Question Papers

These are the unit test papers specifically targeted for the Information Technology/Computer Science Students. They comprise all the subjects of Second Year- Unit Test 2 questions that are completely from the exam point of view and will help the student to get more ideas about the subject.

Transmission Media -with types of Cables

Guided media, which are those that provide a conduit from one device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable. Topics discussed in this section:- Twisted-Pair Cable Coaxial Cable Fiber-Optic Cable

Congestion Control and Quality of Service

The main focus of congestion control and quality of service is data traffic. In congestion control, we try to avoid traffic congestion. In quality of service, we try to create an appropriate environment for the traffic. So, before talking about congestion control and quality of service, we discuss the data traffic itself. • Congestion occurs when a switch or router receives data faster than it can send it.

Data Base Management System (DBMS 2019)

Prerequisites Basic knowledge of operating systems and file systems, Any programming Introduction, Characteristics of databases, File system V/s Database system, Users of a Database system Data Models, Schemas, and Instances, Three-Schema Architecture and Data Independence, Database Administrator (DBA), Role of a DBA Conceptual Modeling of a database, The Entity-Relationship (ER) Model, Entity Types, Entity Sets, Attributes, and Keys, Relationship Types, Relationship Sets, Weak Entity Types

Operating System (OS) in Detail

Topics Covered:- What Operating Systems Do Computer-System Organization Computer-System Architecture Operating-System Structure Operating-System Operations Process Management Memory Management Storage Management Protection and Security Distributed Systems Special-Purpose Systems Computing Environments Open-Source Operating Systems What it is and what is the overview? A program that acts as an intermediary between a user of a computer and the computer hardware Operating system goals: Execute user programs and make solving user problems easier Make the computer system convenient to use Use the computer hardware in an efficient manner

Address Mapping, Error Reporting, and Multi-casting

The delivery of a packet to a host or a router requires two levels of addressing: logical and physical. We need to be able to map a logical address to its corresponding physical address and vice versa. This can be done by using either static or dynamic mapping. Content:- Mapping Logical to Physical Address Mapping Physical to Logical Address

Process-to-Process Delivery: UDP, TCP, and SCTP

The transport layer is responsible for process-to-process delivery—the delivery of a packet, part of a message, from one process to another. Two processes communicate in a client/server relationship, as we will see later. The transport layer is responsible for process-to-process delivery.

Input/Output - Organisation

Content: Input Output systems I / O modules and 8089 processor Types of data transfer techniques : Programmed I/O Interrupt driven I/O DMA FAQs covered in this PDF:- Frequently asked University questions : (10M) 1. Explain DMA based data transfer techniques for I/O devices. 2. Write detailed notes on ( All three very important) : 1. Programmed I/O 2. DMA 3. Interrupt driven I/O 3. What are the major requirements of an I/O module? 4. Explain the structure of an I/O module.

Data Representation and Arithmetic Algorithms

It consists of typed notes of Data representation and Arithmetic Algorithms. It is shared with me by a student studying at FCRIT, Vashi, and I thought of uploading it here so that the students of first and second-year ITE and CSE would benefit a lot from it. Thank You! Enjoy learning. To understand : 1. Different data ( number ) representation systems like: Binary Data representation Two’s Complement representation Floating Pointing representation IEEE 754 floating-point number representation 2. Different techniques for performing arithmetic operations on Integer and Floating point numbers. Integer Data Computation : Addition Subtraction Multiplication: Signed Multiplication, Booth’s Algorithm Division: Restoring and Non-Restoring division Floating-Point Arithmetic : Addition Subtraction