answersLogoWhite

0

What else can I help you with?

Related Questions

How do you find average of three numbers in 8085 microprocessor code in a given address and data?

You add the three numbers, then divide the result by 3.


The AVERAGE function displays the lowest value in a range?

No. The MIN function displays the lowest value in a range. The AVERAGE function gets the arithmetic mean of a set of values. It totals them up and divides by the amount of numbers.


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


How do you write a pseudocode that accepts five numbers and displays the sum and average of the numbers?

To write pseudocode that accepts five numbers and displays their sum and average, you can follow these steps: Initialize a variable sum to 0. Loop five times to accept input for each number, adding each to sum. After the loop, calculate the average by dividing sum by 5. Display both the sum and the average. Here’s a simple representation: BEGIN sum = 0 FOR i FROM 1 TO 5 DO INPUT number sum = sum + number END FOR average = sum / 5 OUTPUT "Sum: ", sum OUTPUT "Average: ", average END


How do you add and subtract 16 bit numbers using 8051 microprocessor?

The 8051 is a microcontroller, not a microprocessor. To add or subtract, use the ADD or SUBB opcodes.


Why the microprocessor starts with four number?

the binary numbers are in four bit number


Excel displays numbers as percentages?

Yes. Excel can display numbers as percentages. Do you have a question?


Write a program to add two 8 bit numbers in microprocessor 8051?

write it in 8085


Specific way in which excel displays numbers in a cell is referred to as?

Format


A specific way in which Excel displays numbers in a cell is refferred to as the?

Format.


How to write an algorithm that accepts five numbers and displays the sum and average of the numbers?

1.Start Algorithm 2.Enter first number 3.Enter second number 4.Enter third number 5.Enter fourth number 6.Enter fifth number 7.Add five number 8.display five number / 2 9.Display result 10.End Algorithm