No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 2 answers

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer..... Sr. No.MultiprocessingMultiprogramming1Multiprocessing 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.2It utilizes multiple CPUs.It utilizes single CPU.3It permits parallel processing.Context switching takes place.4Less time taken to process the jobs.More Time taken to process the jobs.5It facilitates much efficient utilization of devices of the computer system.Less efficient than multiprocessing.6Usually more expensive.Such systems are less expensive.

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.
  • 3 answers

P@Rth Ch@Uh@N 4 years, 11 months ago

No

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer.......... NUMBER SYSTEM - A number is a set of values used to represent different quantities. For example, number of persons watching a particular show, number of students in a class, etc. There are 4 types of number system:- 1. Decimal Number System 2. Binary Number System 3. Octal Number System 4. Hexadecimal Number System

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.

  • 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.
  • 3 answers

Tejesh Banit 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.

Janhvi Mishra 4 years, 11 months ago

Because it handles the main part of computer.

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.

  • 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.

  • 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.

  • 1 answers

Meghna Thapar 4 years, 10 months ago

How to Use Mail Merge in Microsoft Word

  1. In a blank Microsoft Word document, click on the Mailings tab, and in the Start Mail Merge group, click Start Mail Merge .
  2. Click Step-by-Step Mail Merge Wizard .
  3. Select your document type. ...
  4. Select the starting document. ...
  5. Select recipients. ...
  6. Write the letter and add custom fields. 
  7. Open a blank document in Word.
  8. Click on the Mailings tab and select Start Mail Merge.
  9. 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.
  10. Write the body of the letter.
  • 1 answers

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer....... Most Significant Digit - 7
  • 5 answers

Vidushi Malik 4 years, 11 months ago

Hey, when we add 1+1 in binary addition it becomes 10 but, if we wanna do binary subtraction sometimes 0 becomes 10 and when we subtract 1 from 10 at that time 10 will become 2 because if we subtract 1 from 10 the answer would be 9 which is not a binary number Hope it helps....

অতীশ ভৌমিক 4 years, 11 months ago

10

Dinesh Chaurasia 4 years, 11 months ago

1

Sanjana Manish Pardeshi 4 years, 11 months ago

Answer is 2

Abhinav Shende 4 years, 11 months ago

2
  • 2 answers

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer....A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. You have already seen various functions like printf() and main(). These are called built-in functions provided by the language itself, but we can write our own functions as well and this tutorial will teach you how to write and use those functions in programming language. Good thing about functions is that they are famous with several names. Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.

Sumit Kumar Giri 4 years, 11 months ago

Write about biometric devises
  • 0 answers
  • 1 answers

Abhay Sharma 4 years, 11 months ago

Hard ware
  • 2 answers

Baibhabi Chakraborty 4 years, 11 months ago

110

Ayush Mishra 4 years, 11 months ago

01
  • 2 answers

Shlok Kumar 4 years, 11 months ago

By applying antivirus on your CD section

Jitul R Pathak 4 years, 11 months ago

We remove the viruses by washing the computer with Savlon or dettol.
  • 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.

  • 1 answers

Gaurav Seth 4 years, 11 months ago

<th>BASIS FOR COMPARISON</th> <th>COMPILER</th> <th>INTERPRETER</th>
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.
  • 3 answers

Aditya Kundet 4 years, 11 months ago

Sound card is an example of computer

Tejashvi Yadav 4 years, 11 months ago

Sd

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.

  • 3 answers

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer........" True "

Anupama Devi 4 years, 11 months ago

Why is the function average used for

Anushka Pandey 4 years, 11 months ago

True
  • 3 answers

Vidushi Malik 4 years, 11 months ago

Hey, your answer is......." 2 " not 10 and I am confirmed

Abhay Sharma 4 years, 11 months ago

Base =10

Yogita Ingle 4 years, 11 months ago

The base of Binary number system is 10

  • 4 answers

Shlok Kumar 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.

Tejesh Banit 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.

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.

Ankit Joshi 4 years, 11 months ago

Tgh
  • 3 answers

Vidushi Malik 4 years, 11 months ago

Hey, here's your answer.......... NUMBER SYSTEM - A number is a set of values used to represent different quantities. For example, number of persons watching a particular show, number of students in a class, etc. There are 4 types of number system:- 1. Decimal Number System 2. Binary Number System 3. Octal Number System 4. Hexadecimal Number System

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:

  1. Binary number system (base 2)
  2. Octal number system (base 8) 
  3. Decimal number system(base 10)
  4. Hexadecimal number system (base 16). 

Harsh Mahalwar 4 years, 11 months ago

What is number system ?
  • 2 answers

Ujwal Kumar 4 years, 11 months ago

go to power point , choose the design to your background, choose the style of writing and its colour , add some images to attract people and add some info . then you save either as file or screenshots:)

Shail Rai 4 years, 11 months ago

Planning. Storylining. Developing. Refining.
  • 2 answers

Kamakshi Pandey 4 years, 11 months ago

Not know

Usha Devi 4 years, 11 months ago

There are 104 button in keyboard. 18 number key 26 alphabet key 4 arrow key 1 number lock key 1 caps lock key 1 scroll key 28 other key also...
  • 0 answers
  • 1 answers

Riyanshi Bangar 4 years, 11 months ago

1 chapter
  • 1 answers

Summer Vijay 4 years, 11 months ago

Frames
  • 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.

  • 2 answers

Satyam Raj Singh Satyam Rai Singh 4 years, 11 months ago

F

Tomar . 4 years, 11 months ago

Shut up
  • 5 answers

Yangzee Sherpa 4 years, 11 months ago

HYPER TEXT MARKUP LANGUAGE

Saumya Mishra 4 years, 11 months ago

Hyper text markup language

Yangzee Sherpa 4 years, 11 months ago

?Hyper Text Markup Language? HoPe It HeLpS yOu??

Tomar . 4 years, 11 months ago

?????

Maheshwar Gajjam ??? 4 years, 11 months ago

I don't know sorry ??

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App