Cbse, class 7, IT COMPUTER, united 1types of software
Cbse, class 7, IT COMPUTER, united 1types of software
2. How is an interpreter different from a compiler?
S.No. | Compiler | Interpreter |
1. | The compiler scans the whole program in one go. | Translates the program one statement at a time. |
2. | As it scans the code in one go, the errors (if any) are shown at the end together. | Considering it scans code one line at a time, errors are shown line by line. |
3. | The main advantage of compilers is its execution time. | Due to interpreters being slow in executing the object code, it is preferred less. |
3. List and explain the function of any four utility software.
· Antivirus utilities scan files for computer viruses and remove them.
· Backup utilities are used to make a copy of all the information stored on a disk so that it can be restored in case of a disk failure.
· Data compression utilities are used to compress files into a smaller size so that they occupy less disk space. Compressed files are also easier and faster to send through mail as their size is small.
· Disk cleaners remove unnecessary or duplicate files, thereby freeing up the memory space.
· Disk defragmenters move fragments of files stored across several locations to a single memory location to increase efficiency
4. Write a short note on the role of an Operating System.
Operating System
Operating system manages the hardware resources and provides some common services for the users. The primary objective of an operating system is to make a computer system convenient to use and utilise hardware in an efficient manner.
Some of the basic tasks of an operating system are:
1. Receiving input from input devices and send output to output devices
2. Keeping track of files and directories on the hard disk and other storage devices
3. Allocating memory to various programs and files
4. Ensuring security by specifying user access rights
Some examples of operating systems are DOS, UNIX, Windows, LINUX, Ubuntu and Mac OS
Comments
Post a Comment