What is Software Engineering? Explain two categories of software in detail.
Parking lot charges rs.30.00as a minimum fee to park a vehicle for upto 3hours.an additional charge of re 5.00 per hour will be added if exceed three hours.for 24hours the parking fee are 80.00 write a program to define an array and read the vehicle registration bumber,and hiurs parked for each customer and calculate the parking for n customer and display the output
Design ahealth booking system using oop concepts the system enabled the patient to book afree slot for medical checkup.every patient is associated with int registeration no,char name,bool booking slot .your health booking slot should do the following
1-create an abject of patient
2-register a particular paitient(the pateint details)
3-display the patient details
4-book a particular free slots
5-cancel already booked slot
Enumerate the differences between Email and website address
Write a program that implements the following using C++ structure. The program should finally displays the values stored in a phone directory (for 10 people)
1)Name
2)phone number
3)city and country
store your name, ID, SSC Grade, HSC Grade using linked list and display it.
What do you understand by tree transversal?
State 2 similarities and one difference between recursion and iteration
State one type of instruction that would cause a pipeline system to be reset, explaining why such reset is necessary.