InterviewSolution
Saved Bookmarks
| 1. |
1. Email cannot be sent to more than one person at a time. 2. Using a web browser we can only view but cannot create web pages.3 Linux is aultitasking operating system, |
| Answer» EMAIL cannot be sent to more than ONE person at a time - falseUsing a web browser we can only view but cannot create web pages.-trueLinux is a multitasking operating system- trueFrom the PROCESS management point of view, the Linux kernel is a preemptive multitasking operating system. As a multitasking OS, it allows multiple PROCESSES to share processors (CPUs) and other system resources. Each CPU EXECUTES a single task at a time. | |