Sucheta Kulkarni

Student at Kls gogte institute of technology

Studied at Mary immaculate girls high school mumbai

SOFTWSRE ENGINEERING: SOFTWARE PROCESSES

This power point will tell you anything you need to know about how to develop a software step by step. it will tell you about different models on how to systematically arrange your processes and stage and make it easier for the client to understand the software

Java: array lists

this file will give you the basic way of using arrays in java. it includes how to declare it , how to use it, how to access it, and all the basics you need to know about array lists to use in java. do refer to this and enjoy learning

Student registration form using AJAX

these files include the codes to create an html page of student registration form using AJAX methodology i.e , jquery, html,css,php,etc

Jquery code no. 2

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

Java script.

This code shows you how to use the dynamic language of javascript to change the web page dynamically

data structures: queues code 2

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 here we are implementing job allocation for staff memberrs using queues

Jquery code no. 1

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

Jquery code no. 4

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

Hotel management system

this is a c code that implements a retail service for hotel managment systems usinf files , data structures in c.

Professional ethics and human values

Professional ethics are principles that govern the behaviour of a person or group in a business environment. Like values, professional ethics provide rules on how a person should act towards other people and institutions in such an environment.

Operational Research

Operational research (OR) encompasses a wide range of problem-solving techniques and methods applied in the pursuit of improved decision-making and efficiency, such as simulation, mathematical optimization, queueing theory and other stochastic-process models, Markov decision processes, econometric methods,

Java script. code 1

This code shows you how to use the dynamic language of javascript to change the web page dynamically