explain the major innavotions made from the establishment of abacus​

Answers

Answer 1

Answer:

The abacus is one of many counting devices invented to help count large numbers.

Explanation:


Related Questions

If you are working on doing senior portraits and want a lens that will give you the best shallow depth of field which lens would you choose?
a) 55mm f1.2 (focal length of 55mm, maximum aperture of 1.2)
b) 28-80mm f4.5 (Zoom lens with focal length from 28-80mm, max aperture 4.5)
c) 18mm f5.6
d) 50mm f1.4
45 points and brainliest

Answers

Answer: The answer is C     Hope this helps :)    Please mark Brainliest

Explanation:

Answer:

c) 18mm f5.6

Explanation:

For the best lens that offers the best shallow depth of field, you need to choose the one with the maximum apertature but does not zoom.

Hence choice c) has the maximum aperture and does not zoom.

Hope this helps :)

I am having trouble with doing this code on Python:Develop the Car class by creating an attribute purchase_price (type int) and the method print_info() that outputs the car's information.Ex: If the input is:2011 18000 2018where 2011 is the car's model year, 18000 is the purchase price, and 2018 is the current year, then print_info() outputs:Car's information: Model year: 2011 Purchase price: 18000 Current value: 5770Note: print_info() should use three spaces for indentation.

Answers

Answer:

class Car:

   def __init__(self, model_year, purchase_price):

       self.model_year = model_year

       self.purchase_price = purchase_price

       self.current_year = 0

       self.current_value = 0

   def set_current_year(self, year):

       self.current_year = year

   def calc_current_value(self, current_year):

       if self.current_year == 0:

           return "Must first input the current year"

       depreciation_rate = 0.15

       car_age = current_year - self.model_year

       self.current_value = round(self.purchase_price - (car_age * (self.purchase_price * 0.15)))

   def print_info(self):

       print("Car's information:")

       print(f"Model year: {self.model_year}")

       print(f"Purchase price: {self.purchase_price}")

       if self.current_value > 0:

           print(f"Current value: {self.current_value}")

       else:

           print("Current value: Unknown")

Explanation:

The python program above defines the class "Car" that accepts the model year and purchase price of an instance. The class has a set method for the current year variable that is used to calculate and update the current value variable of the object. The print_info method prints the car model year, purchase price and its current value after nth years.

dad always arrives home from work thoroughly exhausted​

Answers

Yes plz explain your answer


If you wanted readers to know a document was confidential, you could include a ____ behind the text stating
"confidential".
watermark
theme
text effect
page color

Answers

I have no idea for that

Answer:

watermark

Explanation:

Is it important to study information systems

Answers

Answer:

There is massive importance if you want to study information study.

It can help you understand the data, organize, and process the data, using which we can generate and share information.

Explanation:

It largely depends on your interest and requirement, but a better knowledge or clue about information systems may help analyze the data especially if you want to become a data scientist, machine learning, Artificial intelligence or deep learning, etc.

It can help you understand the data, organize, and process the data, using which we can generate and share information.

A great understanding of information systems may exponentially increase the productivity, growth, performance, and profit of the company.

Most Professions get exposed to information Systems no matter what their career objective is, as it may help in having better decision making based on the information they get through data.

So, yes!

There is a massive importance if you want to study information study.

If I want to control the aperture and I want the camera to control the shutter speed which setting on the mode dial is most appropriate?
a)AV
b) TV
c) M
d) P
since this is my last question im giving 100 points and brainliest

Answers

Answer:

answer is a

hopes this helps

Amanda would like to add text to a slide in her presentation. Select all of the correct methods she can use to add text.
Select "Text" from the Insert menu.

Click in the Task pane and enter text.

Draw a text box, click in it, and enter text.

Click in a placeholder and enter text.

PLEASE help

Answers

Answer:

Draw a text box

Explanation:

Because if she draw it she can edit and write what she want

Ryan is a manager who maintains an official record of the events that happen in his company. At the end of the day, he writes about the events that took place. The words that he frequently mentions in his record are today, client, and meeting. The moment he types the first two letter of these words, they appear as a suggestion. Which feature of the word processing program makes these suggestions

Answers

Answer: word completion

Explanation:

Answer:

Word Completion

Explanation: because i took the test.

The U.S. military's standard for computer security is known as
DCS-3000.
TEMPEST.
Daubert standard.
Carnivore.

Answers

Answer:

TEMPEST.

Explanation:

TEMPEST is an acronym for Telecommunications Electronics Materials Protected from Emanating Spurious Transmissions and it is a secret (classified) project of the government of the United States of America that originated with its military in the 1960s based on the study of security with respect to telecommunication devices emitting Electromagnetic Radiation (EMR).

Hence, the U.S. military standard for computer security is known as TEMPEST.

The main purpose of the Telecommunications Electronics Materials Protected from Emanating Spurious Transmissions (TEMPEST) is to prevent the theft, compromise or interception of informations that are being transmitted on various telecommunications devices through the use of Electromagnetic Radiation (EMR).

Which feature should be used prior to finalizing a presentation to ensure that audience members with disabilities will be able to understand the message that a presenter is trying to get across?

Compatibility Checker
Accessibility Checker
Insights
AutoCorrect

Answers

Answer:

Accessibility Checker

Answer:

answer is accessibility checker or B on edge

write algorithm and flowchart to calculate sum,difference, product and quotient of two integer number given by the user.​

Answers

Answer:

Step1: Start

Step2: Initialize the count variable to zero

Step3: Initialize the sum variable to zero

Step4: Read a number say x

Step 5: Add 1 to the number in the count variable

Step6: Add the number x to the sum variable.

Step7: Is the count variable in the memory greater than 50?

           If yes, display the sum: go to step 8.

           If No, Repeat from step 4

Step8: Stop

Explanation:

Write a program that reads a list of integers into a list as long as the integers are greater than zero, then outputs the smallest and largest integers in the list.

Ex: If the input is:

10
5
3
21
2
-6
the output is:

2 and 21

Answers

n = 1

lst = []

while n > 0:

   lst.append(n := int(input()))

lst.pop(-1)

print(str(min(lst)) +" and "+str(max(lst)))

I wrote this code in python 3.8. I hope this helps

For an interview, the most used microphone types are

A. Boom mics, long range mics
B. Strap, studio recording mics
C. Lapel or handheld
D.No mics are needed

Answers

The answer is A; hope this helps you

Learning Task 3: Below are different electronic diagrams. Write the name of
the diagram on your answer sheet.
BELL
Input
Video
Transform
Quantization
Entropy
Coding
Output
Bitstream
Inverte
Quantization
1 2 3
Inverse
Transform
Number to be
dropped when
energized by
electric current
Annunciato
DOOD
Intor intra
Prediction
Frame
Buffer
Ordinary
Push Button​

Answers

Answer:

WAOW

Explanation:

You did better than I can

Other Questions
How would the Wilmot Proviso affect California and New Mexico if passed? Es nuestro secador? Si, es __________feminine Madeline has to earn at least 80 points for her science fair project. So far on the rubric she has 64 points. What is the minimum number of points that Madeline needs to earn?F. x 96G. 96 xH. x 16J. 16 x I need help please i will give brainiest. what is the major message that the author suggest about life? Book is Percy Jackson & the Olympians: The Lightning Thief please help only if you read the book please What is the value of the expression shown? 4[4.5 2(1.2)] 4.06 = 0.19 = 0.29 = 0.86 = 19% 29% 38% 332% 247% 293% 2.98 = 406% 0.81 = 353% 2.93 = 22% 4.61 = 86% 6% 81% 483% 41% 422% 461% 3.35 = 298% 0.68 = 68% FINISH 55% 0.38 = 424% 71% 413% 315% 26% 88% 92% 2.4 = 335% 0.74 = 74% 3.32 = 3.53 = 172% 248% 240% 125% 28% What is the importance of cell membranes to supporting life? Coral needs sunlight to grow. True or false identify if it is false. what is 1+1, please answer -6m - 1 = -31m = ___please show work The volume of an Amazon package is given by the function below.8x^3+30x^2+13x15A. What is the area of the bottom of the box if the width is (4x+5) and the length is (x+3)?B. Using the volume formula, find the height of the package. (V=lwh)Please show work identify the subject of the following sentence.Racoons and deer are running wild in our neighborhood and town. Tara is using Search Audiences to reach her most valuable customers. Which direct benefit might she obtain by using Search Audience? The regular price of a hooded jacket is $25.75. During a sale, the jacket was marked as 20% off. What was the approximate price of the jacket during the sale? A. $5.15 B. $20.60 C. $21.62 D. $23.75 Practice exercises: Write the correct Spanish subject pronoun for each subject. Modelo: Miguel y yo ________ 1. Ana y Mara __________ _______________ 2. T y t _________________________ 3. T y Jos _________________________ 4. T y yo _________________________ 5. Ustedes y el profesor _________________________ 6. Mi amiga y yo _________________________ 7. T y ella _________________________ 8. Marcos _________________________ 9. Manuel y Andrs _________________________ 10. Susana _________________________ help please Ill give brainlist if its outstanding How do parachutes work? Two paragraphsUse all these terms in your paragraph: Gravity, Acceleration, terminal velocity, force, air resistance.Help plssss Read the excerpt from A Journey West.However, from the start of our journey, misfortune followed us everywhere. Our first trouble happened in St. Louis when our guide disappeared, taking all the money we paid him!What are we going to do? I asked as I kicked the dirt at my feet. I dont want to go back to Louisiana, but I guess well have to. Theres no way for us to get to Kansas now.Rosetta looked up, set her shoulders, and said, Hmmph. Well, weve come this far. Well just have to go on without him.HELP HELP lll give the brainlest for you so helpWhat does the dialogue reveal about Rosetta?She believes that the family should return to Louisiana.She knows how to get to Kansas without the guide.She is angry at Nate for taking them on the journey.She feels confident about continuing on to Kansas. Determine which situation could be represented by the system of linear equations given below Peter bought 12 collectable coins for $8.00. What was the price per coin? How did you get that answer? Bea is asked to graph this system of equations:8x - 6y=3-3y + 4x + 4How many times will the lines intersect?