Answer:
Select and group the table with the DeptName and sum the credits field from the Design Ribbon tab, click the Totals button, then click the credits field's total row, expand the Total row's Group by list, and select the Sum option and then click run.
Explanation:
Microsoft Access is a relational database platform developed by Microsoft. It is used to create a database for storing data and a means of querying the data from storage.
The result of the query can be a grouped dataset, grouping a column by the aggregate of another column. The dataset above is queried to return the grouped DeptName by the aggregate of the sum of the credits field.
Answer: False.
Explanation:
The general case of recursive function is when the solution is obtained recursively by simplification at each step.
However, it is the base case in a recursive function when the solution is obtained directly.
The general case must be reducible to base to arrive at a solution else the recursion would be a infinite recursion.
Question:the music is the soul who says this
Answer: Arthur Schopenhauer
Explanation: he says music is the language of feeling and of passion
question answered by
(jacemorris04)
Answer: Supermarket bar code scanners and Voice-activated telephone menus are not instances of artificial intelligence
Explanation:
(a)Supermarket bar code scanners are only able to read the code however they are not able to perform any kind of machine learning techniques to be able to learn a sequence from the codes. As machine learning is a important part of artificial intelligence (AI) so they are not instances of AI. Similarly for Voice-activated telephone menus they could only display and cannot perform any intelligent task.
Web search engines and Internet routing algorithms are very dynamic and intelligent in processing and retrieving information to the end user.
So they are instances of AI.
Answer:
The code in python is attached.
Explanation:
- A function called CaloriesBurned is defined
- The function accepts 4 inputs: age,weight,heart_rate,time
- Two variables are assigned for the calories burned by men and women
- finally, the function returns the varaibles caloriesburned_men and caloriesburned_women