Rani Chowdary Mandepudi

I am a ELECTRONICS AND COMPUTER ENGINEER &BLOGGER

Student at Sreenidhi Institute of Science and Technology

SEMI CONDUCTORS

This file contains important concepts related to semi conductors. This is one of the most important concept in Engineering Physics and was prepared by experts. Semiconductors. ... This makes it possible to construct devices from semiconductors that can amplify, switch, convert sunlight to electricity, or produce light from electricity. In electronics the usefulness of semiconductors stems from the structure of the atoms that make up semiconductor crystals.Semiconductors are employed in the manufacture of various kinds of electronic devices, including diodes, transistors, and integrated circuits. Such devices have found wide application because of their compactness, reliability, power efficiency, and low cost.

LASERS AND FIBRE OPTICS

This file contains important concept based on Laser and Fibre optics.Laser light is used for optical fiber communications for the simple reason that it is a single wavelength light source. ... Because ordinary light contains many different wavelengths of light, differences emerge in speed of transmission, reducing the number of signals that can be transmitted in any set time.

HOMOPHONES English literature

The document contains the information related to the engineering English literature that is the HOMOPHONES that are different from the other and ensure the development of the fluency in the language.

Raspberry Pi and the Robotics

The document is a complete guide to work on the raspberry pi which is a microprocessor and it ensures the development of the various complicated robotics projects and ensures the product development.

Measures of the central tendency

The above pdf contains the information related to the engineering related concepts that ensures the measures of the central tendency with the basic mathematics and the clear understanding of the concepts is explained accordingly.

NUCLEAR ENERGY (NUCLEAR PHYSICS)

This file contains the concept about Nuclear Energy which is a sub topic from Nuclear Physics.Nuclear research includes finding ways to make reactors more safe and efficient. ... Notably, nuclear energy has a major role in the development of the instruments and equipment used in the diagnosis and treatment of certain medical conditions, and nuclear engineers are developing more medical applications.

Correlation and Regression

The pdf contains the information related to the Regression and Correlation and it is completely related to the probability and statistical analysis of the data .

STORAGE CLASSES-C PROGRAMMING

This file contains Storage classes concept which is very important concept in Computer language. Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program.

CIRCULAR QUEUE-PROGRAMMING LANGUAGE

This file contains the clear program of Circular Queue which is very much important to Programming users.In circular queue, memory is utilized. ... Circular queue consumes less memory than linear queue because in queue while doing insertion after deletion operation it allocate an extra space the first remaining vacant but in circular queue the first is used as it comes immediate after the last.

Color Sensor Robotis Sensors

The document contains the information related to the color Sensor and its integration with the microcontroller and the various processors to enhance its application and the use of it in the real world scenario.

MAGNETISM- IMPORTANT CONCEPT OF PHYSICS

This file contains important concepts based on Magnetism.This was prepared by experts. Magnetism plays an important role in Electrical and Electronic Engineering because without it components such as relays, solenoids, inductors, chokes, coils, loudspeakers, motors, generators, transformers, and electricity meters etc, would not work if magnetism did not exist.Perhaps the most important feature of the Earth's magnetic field is that it protects us from the Sun's solar wind and radiation. Magnets can also be created by using electricity. By wrapping a wire around an iron bar and running current through the wire, very strong magnets can be created.

DEMONSTRATE PROGRAMS FOR READ,WRITE AND APPEND FILE

This file contains exampular programs based on file which are prepared on the basis of interviews.File handling is an important part for any language. Be it C,C++,Java, Python or any other language, File handling helps you to store data (any type of data) in a controlled manner like for cookies, for any type of configurations etc.