Find out the actual instruction given in binary

Answers

Answer 1

Your question is incomplete.

hope its helpful.


Related Questions

what is software? what are two types of software?​

Answers

Software is the programs and other operating information used by a computer. Two types of software are system software and Application software. Hope this helps :)

Answer:

Software is the collection of programs which makes computer work. The two types of software are 1)Application software

2)System software

Write a function using a loop to approximate the value of PI using the formula given including terms up through 1/99, 1/999 and 1/9999. As the number of iterations increase, the estimate gets closer to the value of PI. The function should accept the number of iterations and return the estimate of PI.

Answers

Answer:

Following are the code to the given question:

#include <stdio.h>//header file

double estPi(int precision)//defining a method estPi that accepts value in parameter  

{

   double pi = 0, sign = 1, n = 1;//defining a double variable

   while (n <= precision) //use while loop that checks n value less than equal to precision

   {

       pi += sign / n;//defining pi variable that holds quotient value

       sign *= -1;//holding value in sign value

       n += 2;//increment value in n

   }

   return 4 * pi;//return value

}

int main() //main method

{

   int n;//defining an integer variable

   printf("Enter number of iterations: ");//print message

   scanf("%d", &n);//input value

   printf("Estimated PI is %lf\n", estPi(n));//print method that calls method

   return 0;

}

Output:

Please find the attached file.

Explanation:

In the given code a method "estPi" is declared that holds an integer variable "precision" is declared inside the method multiple double variable is declared inside the loop it calculate the value and return its values.

Inside the main method an integer variable "n" is declared that use print method to input the value and accepting value from the user-end and passing value in the method and print its values.

Answer:

Following are the code to the given question:

#include <stdio.h>//header file

double estPi(int precision)//defining a method estPi that accepts value in parameter  

{

  double pi = 0, sign = 1, n = 1;//defining a double variable

  while (n <= precision) //use while loop that checks n value less than equal to precision

  {

      pi += sign / n;//defining pi variable that holds quotient value

      sign *= -1;//holding value in sign value

     n += 2;//increment value in n

}

  return 4 * pi;//return value

}

int main() //main method

{

  int n;//defining an integer variable

  printf("Enter number of iterations: ");//print message

  scanf("%d", &n);//input value

  printf("Estimated PI is %lf\n", estPi(n));//print method that calls method

  return 0;

}

Output:

Please find the attached file.

In the given code a method "estPi" is declared that holds an integer variable "precision" is declared inside the method multiple double variable is declared inside the loop it calculate the value and return its values.

Inside the main method an integer variable "n" is declared that use print method to input the value and accepting value from the user-end and passing value in the method and print its values.

Answer: Following are the code to the given question: #include - 1

Explanation:

Other Questions
Why x rays have different properties from light even though both originate from orbital transition of electrons in excited atoms? What is gravitational force? -,- what is the pH of a 2.58 x 10^-6 M solution of an acid? A triangle has side lengths of [tex] \sqrt{125} [/tex][tex] \sqrt{5} [/tex][tex] \sqrt{20} [/tex] What is the perimeter of the triangle? [tex]4 \sqrt{5} [/tex][tex]6 \sqrt{5} [/tex][tex]8 \sqrt{5} [/tex]none of the answers are correct A right triangle is shown below. What is the length of the side X, to the nearest tenth of a centimeter? The base of a prism is a square 7 cm on a side. The height of the prism is 10 cm. The volume is _?_ cm3. What should I order from McDonald's? best order gets brainliest Which characteristic is associated with winter as compared to summer?Choose the correct answer.noon sun lower in the skyhigher daytime temperaturesmore daily hours of sunlightlonger days and shorter nights Seeking help to solve the problem shown in the image. What is the simplified form of the rational expression below?3^2 - 48/2^2 + 8x 7. What does Justyce say Roosevelt just proved? Choose the correct pronoun to fill in the blank.When the old friends arrived, my parents anddays.started to reminisce about the pastthemtheirtheyus. Previous00:00 00:00 find the surface area of the shape. Based on the passage, which does the phrase "face the music" mean?0 1. express anger and disappointment2. make up excuses for something03. deal with the consequences04. speak sweetly to someone Question 1 of 6 How does the narrator affect the readers understanding of details in Gentleman of Ro en Medio? A. Details in the story are limited to the narrators first-person point of view. B. Details in the story are presented by a narrator who knows everything. C. Details in the story are provided by a narrator who is outside the story. D. Details in the story are given from the point of view of multiple characters. what is the area?A) 99 sq unitsB) 132 sq unitsC) 198 sq unitsD) 264 sq units 4. What did Ulysses do to kill the last of the suitors? He threw his javelin at them He threw his throne in their direction He threw an enormous Firestone slab at them He throw a torch of flame directly at theme. what arebthe importance of nomenclature for advancement of science a). Por Qu medio se lleva a cabo la poltica?.b).Que procura la democracia Y por qu medio se lleva a cabo?. i need help i dont have a caculator that need to use for it sadly