Get the top 10 most viewed videos till date.
Sort the output in the descending order of
name channel_id no_of_views.........
Get videos from TEDx channel (id=353) with more than 50 thousand views.
Sort the output in the descending order of
video_id name duration_in_secs no_of_views
How to convert basic data to user defined data type
How function overloading is different from operator overloading. Also Write a program to overload binary &&(logical AND) operator using friend function
Your development of the stock control product for the tire company is so successful that your organization decides that it must be re-implemented as a package to be sold to a variety of different organizations that manufacture and sell products via their own retailers. The new product must therefore be portable and easily adapted to new hardware and/or operating systems. What criteria would you use in selecting a life-cycle model for the project?
Software development is a creative process not a manufacturing process. Discuss the characteristics of manufacturing that apply to software development and explain which characteristics of software development are more like a creative endeavor.
How does the Spiral Model address the need of accurately determining the software requirements? Justify
How does the Spiral Model handle the need for risk management? Justify
Search for a C++ code on Doubly Linked list operations:
a) Insertion
b) Deletion
2. Make a video discussion for each operation. Focus on the ff: a) Algorithm
b) Statement for each algorithm
c) Complete code discussion (line per line)
A data compression software utilizes various steps to compress a string of data. One of the steps involves finding the count of characters that are not repeated on the string
Create 4 Variables use input function() (Name (string), Math Grade (float), Science Grade (float), English Grade (integer), Average (float)). Use input statement and display the result:
Write a java program on hotels bookings ask the user for single room, double rooms, family of 6 room and the VIP room bookings the time and the cost must be included.