Answer:
Advantages :
Management of hardware and software
easy to use with GUI
Convenient and easy to use different applications on the system.
Disadvantages:
They are expensive to buy
There can be technical issues which can ruin the task
Data can be lost if not saved properly
Explanation:
Operating system is a software which manages the computer. It efficiently manages the timelines and data stored on it is considered as safe by placing passwords. There are various advantages and disadvantages of the system. It is dependent on the user how he uses the software.
Answer:
Scratch is a programming language and an online community where children can program and share interactive media such as stories, games, and animation with people from all over the world.
Explanation:
Answer:
INPUT "What is the amount of rupees you want converted into paisa"; rupees
paisa = rupees*100
PRINT paisa
Explanation:
done in QBASIC
the semicolon in the 1st line makes the question have a ? at the end. the rupees key word in the 1st line saves the input as a variable
then the second line multiplies by 100 since there are 100 paisa in 1 rupee