Sucheta Kulkarni

Student at Kls gogte institute of technology

Studied at Mary immaculate girls high school mumbai

leadership and innovation

Innovation leadership is a philosophy and technique that combines different leadership styles to influence employees to produce creative ideas, products, and services. ... As an approach to organization development, innovation leadership can support achievement of the mission or the vision of an organization or group.

lubrication and bearing

Lubrication provides a thin film between the contact areas in a bearing to reduce friction, dissipate heat and inhibit corrosion on balls and raceways. The lubricant will affect maximum running speed and temperature, torque level, noise level and, ultimately, bearing life.

elements of managment

Activities like, planning, organizing, controlling, coordinating and motivating are described as the fundamental functions of “Process of Management” or “Management Process”. These are the basic five elements of Process of Management Process.

creativity and innovation

Creativity is the capability or act of conceiving something original or unusual. Innovation is the implementation of something new. Invention is the creation of something that has never been made before and is recognized as the product of some unique insight.

Data Base Management System : basics , syntax of sql

A database management system (DBMS) is a software package designed to define, manipulate, retrieve and manage data in a database. A DBMS generally manipulates the data itself, the data format, field names, record structure and file structure.

Data Base Management System

A database management system (DBMS) is a software package designed to define, manipulate, retrieve and manage data in a database. A DBMS generally manipulates the data itself, the data format, field names, record structure and file structure.

Computer Organization

Computer Organization refers to the level of abstraction above the digital logic level, but below the operating system level. ... A closely related term, computer architecture, emphasizes the engineering decisions and tradeoffs that must be made in order to produce a "good" design.

HTML CODE: simple calculator

The most simple mathematical operations: addition, subtraction, multiplication, division. This is a simplified version of the online calculator.

HTML CODE: time table

This code creates a timetable for school , college , etc. useful for people who are students , etc.

HTML CODE: Scientific Calculator

This code in html and javascript creates a a scientific calculator which allows us to perform multiple operations like addition , multiplication , division , substraction , etc.

Java: maze code

This code creates a game called maze in the programming language of java. use either netbeans . intelli j or eclipse to execute this file.

doubly linked lists

In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains three fields: two link fields (references to the previous and to the next node in the sequence of nodes) and one data field.