Rani Chowdary Mandepudi

I am a ELECTRONICS AND COMPUTER ENGINEER &BLOGGER

Student at Sreenidhi Institute of Science and Technology

SEQUENTIAL CIRCUITS

This file consists of SEQUENTIAL CIRCUITS. Allowing the clock pulse to be too long would result in incorrect circuit function, as there will be two different secondary input values for one clock cycle and therefore lead to potentially two state changes in one clock.This was prepared by experts.

LINKED LISTS

This file contains concept of Linked lists.This was prepared by experts which makes us to understand easily.Linked lists are linear data structures that hold data in individual objects called nodes. These nodes hold both the data and a reference to the next node in the list. Linked lists are often used because of their efficient insertion and deletion.

STRING MANIPULATION FUNCTIONS

This file contains the concept of Strings.Unlike arrays we do not need to print a string, character by character. The C language does not provide an inbuilt data type for strings but it has an access specifier “%s” which can be used to directly print and read strings.In fact, C's only truly built-in string-handling is that it allows us to use string constants (also called string literals) in our code. Whenever we write a string, enclosed in double quotes, C automatically creates an array of characters for us, containing that string, terminated by the '\0' character.

The Cycle Of Happiness

If you want to be Happy, you will get all the happiness and you will get it now! You only have to be present and aware of all your actions at all levels – mental, vocal, emotional and physical. Be aware of your thoughts, habits, feelings, inner voices, emotions and take control of yourself and your life. This file contains The Cycle of Happiness.I wish you all the happiness, peace and pleasure in this world and beyond. If you like this website, please share so others can also get benefits from it. Law of nature tells us – when more people will generate happiness in this world, all of us will get a better share of happy vibes and we will be happier.This presentation contains many examples which will be easily understandable.

HARMONY AND HUMAN BEING

This file contains the importance of Harmony with respect to Human,Nature,Society, Family.Our basic aspirations are happiness (mutual fulfilment) and prosperity (mutual prosperity). Happiness is ensured by the relationships with other human beings and prosperity is ensured by working on physical facilities. ... It means the feeling of having or being able to have more physical facilities than is needed.

ATOMIC AND MOLECULAR STRUCTURE

This file contains clear description about atomic structure and molecular structure. Clear explanation about all the principles which are very much important to ask in point of exams.Atoms are extremely important structures that make up all of the materials on earth. Atoms are in our bodies and they bond together to form molecules, which make up matter. Matter is any substance that takes up space, meaning it has mass and volume. The three main forms of matter are solid, liquid, or gas.

ELECTROCHEMISTRY AND BATTERIES

This file consists of the topic Electrochemistry.Electrochemistry is also vital in a wide range of important technological applications. For example, batteries are important not only in storing energy for mobile devices and vehicles, but also for load leveling to enable the use of renewable energy conversion technologies.So reading this ppt helps to understand Electrochemistry and have a clear review over it.

QUESTION BANK ON SIGNALS AND SYSTEMS

These documents are purely related to the questions of Signals and Systems. These contain the important questions related to Signals and Systems and it covers the wide range of typical and important questions.These questions help in writing exams as you can have a clear overview regarding topic after reading them.This Question bank cover all the important questions related to Signals and Systems.

DATA STRUCTURES

This file contains an important concept Data Structures which means a back bone to engineering .They are important because, they are what you do after you've become a computer scientist. Without,data structures and algorithms, you will be only a monkey coder. ... Data structures refers to the way we organize information on our computer.It is axiom that data structures and algorithms are base of computer science. It is actual computer science. Any developer or cs student must have to write code which provides a required output. ... Using combination of data structure and algorithms, we can improve performance of program drastically.

WATER TECHNOLOGY

This file is clear description of Water Technology which is a subtopic of Chemistry. Water Technology Sustainable water technology - our goal for the future. Water Technology is one key point of Environmental Engineering and therefore a key part of our future. ... The importance of water as essential resource and industrial raw material as well as the treatment of wastewater is increasing steadily.So having overview of this helps everyone to answers any questions regarding Water technology.

HUMAN VALUES AND PROFESSIONAL ETHICS

Human Values in Ethics. ... They are essential for positive human behaviour and actions in our daily lives. They are formed on the basis of interests, choices, needs, desires and preferences. They have played important role in not only sociology, but also psychology, anthropology and related disciplines.It has a great value in human personal and professional life both. Everything is directly or indirectly depends on ethics. 1.If you have all the qualities and you do not have good ethics to respect and understand other emotions then will not be able to connect and enjoy the world. 2. To maintain a good relationship either you partner, family, friends, in your workplace or anyone else ethics plays a great role in human life. 3. Ethics also shows the human behavior and their background the way they had brought up. That other the way you want to be treated, never try to shown down others.So its everyone's duty to know the importance of Ethics and Human Values.

FUNCTIONS

This File is all about a important topic 'Functions' which is a subtopic from C Programming. This concept is the base for a user to use that programming language. Why we need functions in C? a) To improve the readability of code. b) Improves the reusability of the code, same function can be used in any program rather than writing the same code from scratch. c) Debugging of the code would be easier if you use functions, as errors are easy to be traced.Everything related to functions are discussed in this ppt which will be very easy to understand the concept.This knowledge is written by experts.The first reason is reusability. Once a function is defined, it can be used over and over and over again. You can invoke the same function many times in your program, which saves you work. Imagine what programming would be like if you had to teach the computer about sines every time you needed to find the sine of an angle! You'd never get your program finished! Another aspect of reusability is that a single function can be used in several different (and separate) programs. When you need to write a new program, you can go back to your old programs, find the functions you need, and reuse those functions in your new program. You can also reuse functions that somebody else has written for you, such as the sine and cosine functions.This ppt helps you to understand the concept.