Sucheta Kulkarni

Student at Kls gogte institute of technology

Studied at Mary immaculate girls high school mumbai

FINS : heat transfer

in the study of heat transfer, fins are surfaces that extend from an object to increase the rate of heat transfer to or from the environment by increasing convection.

jigs and fixtures

A fixture is a work-holding or support device used in the manufacturing industry. Fixtures are used to securely locate and support the work, ensuring that all parts produced using the fixture will maintain conformity and interchangeability.

CONTROLLING

Process of gathering and feeding back information about performance so that decision makers can compare actual results with planned results and decide what to do about any apparent discrepancies or problems.

CIM THEORIES

An immediate issue is the proper cost/benefit analysis. Since CIM represents an innovation, traditional economic analysis is not appropriate. Another problem are is to convince departments used to operating independently that computer integration is going to benefit them.

CIM PROBLEMS

An immediate issue is the proper cost/benefit analysis. Since CIM represents an innovation, traditional economic analysis is not appropriate. Another problem are is to convince departments used to operating independently that computer integration is going to benefit them.

Fuzzy Logic

Fuzzy logic is an approach to computing based on "degrees of truth" rather than the usual "true or false" (1 or 0) Boolean logic on which the modern computer is based. The idea of fuzzy logic was first advanced by Dr. Lotfi Zadeh of the University of California at Berkeley in the 1960s.

C programming: Shopping Cart

This program which is written in C implements the shopping cart software using data structures , structures, arrays , and other c constructs

HTML : newspaper article

This code depicts a newspaper page , it shows us how to give the spoacing betwwen the articles on the webpage and stuff like that.

Java script.

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

Data Base Management System : sql and ER diagrams

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. It also defines rules to validate and manipulate this data.

data structures: queues

Queue is a linear data structure where the first element is inserted from one end called REAR and deleted from the other end called as FRONT. ... In a queue, one end is always used to insert data (enqueue) and the other is used to delete data (dequeue), because queue is open at both its ends

Jquery code no. 3

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites