Answer: Record system
Explanation:
The record system is one of the type of information storage system that stored all the records or data in the form of management system.
- We can also retrieve the our data or information by saving it in the system so that we can use that specific data for future use.
- It also helps in ensuring the data integrity and providing an efficient security to our data or information in the system.
According to the given question, record system is one of the information management system that helps in accomplished the goals in the form of record.
Therefore, Record system is the correct answer.
This is true
We can simply put media convergence as the merging of previously distinct media technologies into one core technology or ecosystem. All it takes is separate ideas being smashed together to form one big idea. An example of media convergence is a smartphone. The smartphone is the technological convergence of communication. It can be used to communicate while functioning as a computer on which we share and view content. Before, this could have taken several devices to accomplish the above task individually.
I took this quiz and got A right.
Hop helps even though i'm kinda late.
Answer:
pancakes = int(input("Enter number of pancakes "))
if pancakes>3:
print("Yum!")
else:
print("Still hungry!")
Explanation:
It is a very simple program in python programming language
The input function is used to prompt user to enter a value for the variable pancakes
Using if and else constructs the program outputs Yum! or Still Hungry