Rani Chowdary Mandepudi

I am a ELECTRONICS AND COMPUTER ENGINEER &BLOGGER

Student at Sreenidhi Institute of Science and Technology

MINIMIZATION OF SWITCHING FUNCTIONS

This file contains the concept of Minimization Of Switching Functions.Then this type of logic gate only produces and output when “ANY” of its inputs are present and in Boolean Algebra terms the output will be TRUE when any of its inputs are TRUE. In electrical terms, the logic OR function is equal to a parallel circuit.

PROGRAMMABLE LOGIC DEVICES,THRESHOLD LOGIC

This file contains the concept of Programmable Logic Devices which is an important concept of Engineering. A programmable logic device (PLD) is an electronic component used to build reconfigurable digital circuits. Unlike integrated circuits (IC) which consist of logic gates and have a fixed function, a PLD has an undefined function at the time of manufacture.This file was prepared by experts.

FUNDAMENTALS OF FINANCIAL ACCOUNTING

This file contains the topic about Financial Accounting. To run a business you need data, records, reports, analysis, accurate information about assets, debts, liabilities, profits; and that is why Accounting is Importance for any business activities. The accounting information is very important for the management or the decision making the body of an organization.This was prepared by experts.

STRATEGIC MANAGEMENT

This file contains the topic about Strategic Management.This was prepared by experts.From an organisational perspective, “strategy is the direction and scope of an organisation over the long-term: which achieves advantage for the organisation through its configuration of resources within a challenging environment, to meet the needs of markets and to fulfill stakeholder expectations” .

INTRODUCTION TO MANAGEMENT

This file contains concept about Management which will be useful to get great information on this topic.The functions of managerial accounting. Managerial accounting involves collecting, analyzing, and reporting information about the operations and finances of a business. These reports are generally directed to the managers of a business, rather than to any external entities, such as shareholders or lenders.

INTRODUCTION ON MANAGEMENT SCIENCE AND ACCOUNTING

This file contains an important lecture on topic Management Science and Accounting. This was prepared by experts. Importance of Management. It helps in Achieving Group Goals - It arranges the factors of production, assembles and organizes the resources, integrates the resources in effective manner to achieve goals. It directs group efforts towards achievement of pre-determined goals.The purpose of accounting is to accumulate and report on financial information about the performance, financial position, and cash flows of a business. This information is then used to reach decisions about how to manage the business, or invest in it, or lend money to it

IMPORTANT QUESTIONS ON MANAGEMENT SCIENCE AND ACCOUNTING

This file contains some important questions related to Management Science and Accounting. The accounting information is very important for the management or the decision making the body of an organization. ... Accounting gives management information regarding the financial position of the business, such as; profit and loss, cost and earnings, liabilities and assets, etc.

HEAP SORT (TREES)

This file contains the algorithms of Heap Sort.The Heap sort algorithm is widely used because of its efficiency. Heap sort works by transforming the list of items to be sorted into a heap data structure, a binary tree with heap properties. In a binary tree, every node has, at most, two descendants.This was prepared by experts which is very much important to all categories of students want to learn this concept.Having a overview makes everyone to understand the concept.

TREES(C++)

This file contains the concept of C++ with a detailed explanation ... A binary search tree (BST) or ordered binary tree is a type of binary tree where the nodes are arranged in order: for each node, all elements in its left subtree are less-or-equal to the node ().In computing, binary trees are used in two very different ways: First, as a means of accessing nodes based on some value or label associated with each node. Binary trees labelled this way are used to implement binary search trees and binary heaps, and are used for efficient searching and sorting

ENGINEERING MATERIALS

This file contains the concept about Engineering Materials. In an application that demands a high tensile strength, a material with higher tensile strength must be selected. If the product is to be used outdoors, it may be necessary to consider the effect of ultraviolet light.

C-PROGRAMMING

This file covers a clear introduction regarding C which helps the users to get a clear knowledge .One powerful reason is memory allocation. Unlike most programming languages, C allows the programmer to write directly to memory. ... Languages like Java and Perl shield the programmer from having to manage most details of memory allocation and pointers (except for memory leaks and some other forms of excess memory usage).Learning C is very much important as it is the base to all Computer Languages. Gaining the knowledge from this file is very much helpful as this was written by experts from institution.So this give a great grip to the users.The contents of this file: 1.introduction to C Programming 2.Idea of Algorithms.

POINTER FOR INTER FUNCTION COMMUNICATION IN C LANGUAGE

This file shows clearly about inter function communication in C Programming. This topic is very much important to interlink the concepts and have a clear idea about functions .When a function gets executed in the program, the execution control is transferred from calling a function to called function and executes function definition, and finally comes back to the calling function. In this process, both calling and called functions have to communicate with each other to exchange information. The process of exchanging information between calling and called functions is called inter-function communication.This topic is clearly explained with examples in this file.