Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Namita Rupa 4 years, 11 months ago
- 2 answers
Meghna Thapar 4 years, 11 months ago
Following are the differences between multiprocessing and multiprogramming.
<th>Sr. No.</th> <th>Multiprocessing</th> <th>Multiprogramming</th>1 | Multiprocessing refers to processing of multiple processes at same time by multiple CPUs. | Multiprogramming keeps several programs in main memory at the same time and execute them concurrently utilizing single CPU. |
2 | It utilizes multiple CPUs. | It utilizes single CPU. |
3 | It permits parallel processing. | Context switching takes place. |
4 | Less time taken to process the jobs. | More Time taken to process the jobs. |
5 | It facilitates much efficient utilization of devices of the computer system. | Less efficient than multiprocessing. |
6 | Usually more expensive. | Such systems are less expensive. |
Posted by Tejas Hake 4 years, 11 months ago
- 3 answers
Vidushi Malik 4 years, 11 months ago
Yogita Ingle 4 years, 11 months ago
The number system is simply a system to represent or express numbers. There are various types of number systems and the most commonly used ones are decimal number system, binary number system, octal number system, and hexadecimal number system.
Posted by Ujjawal Dubey 4 years, 11 months ago
- 1 answers
Yogita Ingle 4 years, 11 months ago
- Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run.
- Compiled code runs faster while interpreted code runs slower.
- Compiler displays all errors after compilation, on the other hand, the Interpreter displays errors of each line one by one.
- Compiler is based on translation linking-loading model, whereas Interpreter is based on Interpretation Method.
- Compiler takes an entire program whereas the Interpreter takes a single line of code.
Posted by Vaishanavi Singh 4 years, 11 months ago
- 3 answers
Tejesh Banit 4 years, 11 months ago
Gaurav Seth 4 years, 11 months ago
CPU is one of the most important. It is the part of a computer that performs calculations, actions, and runs programs. The CPU takes instructional inputs from the computer's RAM, decodes and processes the action, before delivering an output.
Posted by Vaishanavi Singh 4 years, 11 months ago
- 1 answers
Meghna Thapar 4 years, 10 months ago
The firmware is the deeply embedded, low-level software that provides an interface between the hardware and the application/operating system level software. It resides in the ROM and executes when power is applied to the embedded hardware system. Firmware can remain active after system initialization and supports basic system operations. The choice of which firmware to use for a particular ARM-based system depends upon the specific application, which can range from loading and executing a sophisticated operating system to simply relinquishing control to a small microkernel. Consequently, requirements can vary greatly from one firmware implementation to another. For example, a small system may require just minimal firmware support to boot a small operating system. One of the main purposes of firmware is to provide a stable mechanism to load and boot an operating system. The bootloader is a small application that installs the operating system or application onto a hardware target. The bootloader only exists up to the point that the operating system or application is executing, and it is commonly incorporated into the firmware.
Posted by Ansh Parihar 4 years, 11 months ago
- 1 answers
Gaurav Seth 4 years, 11 months ago
Mail merge is a useful feature supported by Microsoft Word and Microsoft Excel to create multiple copies of a letter at a time without having to type out the same letter over and over again. The steps involved in Mail merge in MS Word are:
* Open a blank Microsoft Word document.
* Click the Mailings tab.
* In the Start Mail Merge Group, click on the Start Mail Merge drop-down list.
* In the list, click on Step-by-Step Mail Merge Wizard followed by the document type. Let us choose the Letters option.
* Select the document in which you want to apply the merge functionality. Let us select the current document for now.
* Click on Next: Select recipients to select the list of people to whom the letter must be sent.
* Click on Address Block to put in addresses at the beginning of the letter.
* In the Insert Address Block window, select the details that must be mentioned in the address and click OK.
* Click on Greeting line to include the greeting at the beginning of the letter.
* In the Insert Greeting Line window, select the greeting line format of your choice and click OK.
* Write down the letter you want to make multiple copies of and click Next: Preview your letters.
* Once the preview is complete and you are satisfied with the letter format, click Next: Complete the merge.
* Click Print to print the copies of the letter.
An example where Mail merge can be used is when you want to print many appointment letters for new joiners of the same designation in an organization.
Posted by Ansh Parihar 4 years, 11 months ago
- 1 answers
Meghna Thapar 4 years, 10 months ago
How to Use Mail Merge in Microsoft Word
- In a blank Microsoft Word document, click on the Mailings tab, and in the Start Mail Merge group, click Start Mail Merge .
- Click Step-by-Step Mail Merge Wizard .
- Select your document type. ...
- Select the starting document. ...
- Select recipients. ...
- Write the letter and add custom fields.
- Open a blank document in Word.
- Click on the Mailings tab and select Start Mail Merge.
- Step 3 (Optional) You can also use the Step-by-Step Mail Merge Wizard (from the Start Mail Merge drop-down menu) to streamline the Word mail merge process.
- Write the body of the letter.
Posted by Ankush Pandey 4 years, 11 months ago
- 1 answers
Vidushi Malik 4 years, 11 months ago
Posted by Ankush Pandey 4 years, 11 months ago
- 5 answers
Vidushi Malik 4 years, 11 months ago
Posted by Sumit Kumar Giri 4 years, 11 months ago
- 2 answers
Vidushi Malik 4 years, 11 months ago
Posted by Shlok Kumar 4 years, 11 months ago
- 0 answers
Posted by Anal Sutar 4 years, 11 months ago
- 1 answers
Posted by Aarya Pawar 4 years, 11 months ago
- 2 answers
Posted by Pritam Das 4 years, 11 months ago
- 2 answers
Jitul R Pathak 4 years, 11 months ago
Posted by Vansh Jorwal 4 years, 11 months ago
- 1 answers
Gaurav Seth 4 years, 11 months ago
In Microsoft PowerPoint, slide transitions are motion effects that occur in Slide Show view when you move from one slide to the next during a presentation. You can control the speed, add sound, and even customize the properties of transition effects. To add a transition first of all select a slide in the left hand panel that contains the Slides and Outline tabs (I'd keep it simple and work in the Slides tab). The transition will occur immediately before the selected slide is displayed. Click Transitions > Transition To This Slide, and then click on the transition you want to use. If you want to see a larger selection of transitions, click on the more button (the down arrow at the bottom right of the group.
Posted by Swati Sahoo 4 years, 11 months ago
- 1 answers
Gaurav Seth 4 years, 11 months ago
Input | It takes an entire program at a time. | It takes a single line of code or instruction at a time. |
Output | It generates intermediate object code. | It does not produce any intermediate object code. |
Working mechanism | The compilation is done before execution. | Compilation and execution take place simultaneously. |
Speed |
Comparatively faster | Slower |
Memory |
Memory requirement is more due to the creation of object code. | It requires less memory as it does not create intermediate object code. |
Posted by Anupama Devi 4 years, 11 months ago
- 3 answers
Gaurav Seth 4 years, 11 months ago
A n s w e r:
The Average function Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.
Posted by Riva Rajpurohit 4 years, 11 months ago
- 3 answers
Posted by Riva Rajpurohit 4 years, 11 months ago
- 3 answers
Vidushi Malik 4 years, 11 months ago
Posted by Paching Simon 4 years, 11 months ago
- 4 answers
Shlok Kumar 4 years, 11 months ago
Tejesh Banit 4 years, 11 months ago
Yogita Ingle 4 years, 11 months ago
A computer virus is a malicious program that self-replicates by copying itself to another program. In other words, the computer virus spreads by itself into other executable code or documents. The purpose of creating a computer virus is to infect vulnerable systems, gain admin control and steal user sensitive data. Hackers design computer viruses with malicious intent and prey on online users by tricking them.
Posted by Jashan Preet Singh Singh 4 years, 11 months ago
- 3 answers
Vidushi Malik 4 years, 11 months ago
Yogita Ingle 4 years, 11 months ago
Number System is a way to represent the numbers in the computer architecture. There are four different types of the number system, such as:
- Binary number system (base 2)
- Octal number system (base 8)
- Decimal number system(base 10)
- Hexadecimal number system (base 16).
Posted by Shail Rai 4 years, 11 months ago
- 2 answers
Ujwal Kumar 4 years, 11 months ago
Posted by Aditya Mishra 4 years, 11 months ago
- 2 answers
Usha Devi 4 years, 11 months ago
Posted by Nikhil Maurya 4 years, 11 months ago
- 0 answers
Posted by Nikhil Maurya 4 years, 11 months ago
- 1 answers
Posted by Summer Vijay 4 years, 11 months ago
- 1 answers
Posted by Rishabh Jain 4 years, 11 months ago
- 1 answers
Yogita Ingle 4 years, 11 months ago
In Hibernation mode, the working functional data are saved in the computer's disk, before the computer is turned off. Once the computer is switched ON everything gets organized and restored to the prior state. Sleep has also some synonyms (Stand By). The entire machine state is held to RAM memory.
Posted by Maheshwar Gajjam ??? 4 years, 11 months ago
- 2 answers
Posted by Neelam Sharma 4 years, 11 months ago
- 5 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Vidushi Malik 4 years, 11 months ago
0Thank You