Answer:
use a wizard or use a design view
Explanation:
i took the test
Since the program is set in such a way that the functions are called directly from the main function multiple times and there is no special mention of any class or object, the type of programming language used by the production line is a structured programming language.
<u>Explanation:</u>
In a structured programming language, all the tasks are performed by different functions.
There are no things such as classes, objects, and access specifiers in structured programming and importance are given to functions and sequences of actions to be taken.
Another name for structured programming is procedure-oriented programming. It follows a top-down approach.
Answer:
Collaborative filtering
Explanation:
This is one out of five on the Recommender system apart from most popular items, Association and Market Basket based Analysis, Content-based analysis, self and hybrid analysis where we use both content-based and collaborative based approach together. And the Recommender system is a very important topic in Data science. For this question, remember that Collaborative filtering focuses on user and various other user's choices which are mathematically alike to concerned users, and which we find with the study of a large data set. Thus, we can predict from our above study that what are going to be likes of concerned users, and at the item level, whether that item will be liked by the concerned user or not. And this is prediction, and we use this approach in Machine learning these days. For this question, and as mentioned in question the requirements, answer is Collaborative filtering.