Skip to main content

Posts

Showing posts from January, 2024

DSU Micro project of IMPLEMENTETION OF QUEUE

  “ IMPLEMENTETION OF QUEUE ” Queue is a linear data structure in which items  inserted at one  end called ‘Rear’ and deleted from the other end called ‘Front’. Queue  are based on the FIFO (first-in-first-out) principle that means the data  item is insert first in the queue is also the first one to be removed from  the queue There are two operations on queue:  Insert/enqueue &Delete/dequeue. The insert operation adds an element  at the rear end of the queue while the delete operations removes  an element from the front end of the queue Click here to open         Queue implementation involves choosing thedata storage mechanism                                                                                   ...

OOP Micro project of HOSPITAL MANAGEMENT SYSTEM

  “HOSPITAL MANAGEMENT SYSTEM” A hospital information system (HIS) is an element of health informatics that focuses mainly on the administrational needs of hospitals. In many implementations, a HIS is a comprehensive. CLICK HERE TO OPEN PDF Hospital information systems provide a common source of information about a patient's health history, and doctors schedule timing. The system has to keep data in a secure place and controls who can reach the data in certain circumstances. These systems enhance the ability of health care professionals to coordinate care by providing a patient's health information and visit history at the place and time that it is needed.

PCI micro project of “ Function ”

 “ Function ” Functions that the programmer creates are known as User-Defined functions or “tailor-made functions”. User-defined functions can be improved and modified according to the need of the programmer. Whenever we write a function that is case-specific and is not defined in any header file, we need to declare and define our own functions according to the syntax. CLICK HERE TO OPEN PDF Function in C allows performing a certain action, which is important for reusing code. Within a function, there are a number of programming statements enclosed by {}, having certain meanings and performing certain operations. Let us understand what it means and how it works in this article Functions are sets of statements that take inputs, perform some operations, and produce results. The operation of a function occurs only when it is called. Rather than writing the same code for different inputs repeatedly, we can call the function instead of writing the same code over and over again.

OOP micro project of “BANK MANEGMENT SYSTEM”

  “BANK MANEGMENT SYSTEM” Each class represents and organizes the different responsibilities within the banking system. Through keeping an organized structure, the code can be easily updated and maintained. All user and manager account data are stored in users.txt and managers.txt respectively while both User Manager and Bank Manager provide login abilities for these accounts. The main function takes care of user interactions and ensures all users can easily access and use their bank account to perform their banking needs. In this article at Open Genus, we will cover how to create a bank management system in C++ programming language. A bank management system can be used to manage a bank account, withdraw and deposit funds, and check the account balance. Specifically, our system will support user login with a username and password as well as the ability to save data of an account and its banking information. Program Design CLICK HERE TO OPEN PDF

DTE micro project of ADDRES OF COMBINATION LOGIC CIRCUT.

 “ADDRES OF COMBINATION LOGIC CIRCUT” The combinational logic circuits are the circuits that contain different types of logic gates. Simply, a circuit in which different types of logic gates are combined is known as a combinational logic circuit. The output of the combinational circuit is determined from the present combination of inputs, regardless of the previous input. The input variables, logic gates, and output variables are the basic components of the combinational logic circuit. There are different types of combinational logic circuits, such as Adder, Subtractor, CLICK HERE TO OPEN PDF    

CGR Micro project of “DRAW A MOVING CAR USING C & C++”

“DRAW A MOVING CAR USING C & C++”             In computer graphics, use graphics.h which provide direct functions to draw different coordinate shapes (like circle, rectangle etc). By using these functions we can draw different objects like car, hut, trees, etc. In this program, we will draw a moving car using line and circles. CLICK HERE TO OPEN PDF  

Most popular 10 course

Field Popular Courses Duration Platform Data Science Data Science and Machine Learning Bootcamp 12 weeks Coursera, Udacity Web Development Full Stack Web Development 6 months Codecademy, Udemy Programming Python for Everybody 4 months edX, Coursera Digital Marketing Digital Marketing Specialization 3 months LinkedIn Learning Finance Financial Modeling and Valuation Analyst (FMVA) 5 months Corporate Finance Institute Graphic Design Graphic Design Specialization 6 months Coursera, Skillshare Cybersecurity Certified Ethical Hacker (CEH) 12 weeks EC-Council, Udemy Language Learning Duolingo (Various Language Courses) Self-paced Duolingo Photography Photography Basics and Beyond 8 weeks Creativelive, Udemy Project Management Project Management Professional (PMP) 3 months PMI, Udemy

DSU micro project of “CYBER MANEGMENT SYSTEM”

“CYBER MANEGMENT SYSTEM”                   This C Cyber Management System small project makes use of a variety of C technologies such as sockets. CLICK HERE TO OPEN PDF                                                                                    multithreading, and more. It might be quite beneficial for novices in the programming sector who are learning C languages. To store records, file management has been employed as a database. Understanding this project can aid you in developing management software or micro-projects such as personnel records, bank management, library management, and so on. The project is split into two parts: one for the client and another for the server.  

Business communication micro project of “STUDY OF ORAL PRESENTAION OF FAMOUS BUSSINESS LEADERS ”

“STUDY OF ORAL PRESENTAION OF FAMOUS BUSSINESS LEADERS ”                 A presentation conveys information from a speaker to an audience. Presentations                           are typically demonstrations, introduction, lecture, or speech meant.                                     Click Here to Open PDF inform, persuade,inspire, motivate, buildgoodwill, or present a newidea/product. Presentations usually requirepreparation, organization, event planning, writing,use of visual aids, dealing with stress, andanswering questions. “The key elements of apresentation consists of presenter, audience,message, reaction and method to deliver speech fororganizational success in an effective manner.Theterm can also be used for a formal or ritualizedintroduction or offering, as with the presentat...

BEC Micro Project of “Sensor”

In this article, we will look at the different types of sensor. The origin of the word sensor is from the word ‘to perceive’. In this project we have learne about Information About sensor management system                   Click Hear To Open PDF