how many ones dose it take to get 9 tens

Answers

Answer 1
It takes 90 ones to get 9 tens
Answer 2
The answer would be 90:)

Explanation: there are 10 ones in one 10 so if you multiply 10 times 9 it’s 90

Related Questions

What piece of equipment changes the signal from the television camera into an electronic signal?
receiver
transducer
transponder

Answers

Answer:

Transponder

Explanation:

Transponder - a device for receiving a radio signal and automatically transmitting a different signal.

Answer:

transponder isnt correct i took the quiz its one of the other 2

Explanation:

the correct answer is transducer

How did New York Governor Hugh Carey handle Sostre’s situation?

Answers

Answer:

The governor found a way to free Sostre without assessing whether or not he was guilty or innocent of drug crime in buffalo.

Explanation:

Answer:

The governor found a way to free Sostre without assessing whether or not he was guilty or innocent of drug crime in buffalo.

Explanation:

correct on e2020 Dawg

A
loop has a built in count variable.
for
while
range
function

Answers

Answer:

For

Explanation:

If what I am thinking is right, it would be for because a for loop counts how many times it needs to be ran

You frequently want to take some sort of action on each value in an array when you have values in an array. To access each element individually while iterating through the entire array, use a for loop. Thus, option C is correct.

What for is included in built in count variable?

A variable is often used in a counting loop to count from an initial value to an end value. The index variable is another name for this variable.

The index variable used in this illustration is i. A counting loop typically consists of the following six parts: Setup clauses.

A counter variable must be given a starting value. Test: It must perform a test on the counter variable by contrasting it with a result.

Therefore, The function accepts an iterable and returns an object with tuples, the first member of which is the item's index.

Learn more about count variable here:

https://brainly.com/question/13218753

#SPJ2

BRAINLIEST

When using design templates, these elements will be determined for you.
bullets
background
color scheme
content
title
font

Answers

Answer:

background

color scheme

font

I think thats all

Explanation:

Please give me Brainly

When using design templates, the elements that will be determined for you are color scheme and background. The correct options are b and c.

What is designing a template?

The template is creating a document that has a copy of itself. Design templates are ready-made layouts and written materials that can be altered.  For example, if you have a template of office content, then you can use it for another word document. You don't have to start from scratch.

In order to maintain consistency among users and media, templates are frequently created to adhere to certain rules or specifications. You can make new templates for later use, or utilize pre-designed templates from template libraries and websites.

Therefore, the correct options are b, background, and c, color scheme.

To learn more about template, refer to the link:

https://brainly.com/question/28193778

#SPJ2

What is the difference between soft copy output devices and hard copy output devices​

Answers

the output printed on the paper is called hardcopy output. some examples are printer and plotter.

the output produced on display screen and audio sound is called soft copy output. some examples are moniter and speaker.

To find the location’s name of the cell, look to the . To add an action to the cell for that data, add commands in the . To move from one cell to the next, use .

Answers

Answer:

Name Box

Formula Bar

Either Tab or Enter

Explanation:

Answer:

To find the location’s name of the cell, look to the

✔ name box

.

To add an action to the cell for that data, add commands in the

✔ formula bar

.

To move from one cell to the next, use

✔ either tab or enter

.

Explanation:

Find and Explain 3 different sources of Kinetic Energy in your house that are utilized on a daily basis?

Answers

1.)When you turn on a light with a traditional incandescent light bulb, it gives off two forms of energy. There is the visible light that you see, as well as the warmth that it generates

2.) When you place a frozen pizza in the oven, you are heating it up and raising its temperature

3.) A light fixture that is plugged into a wall outlet and is turned on is another example of electrical energy

If the larger gear is the
input driven and the small
gear is the output, you get
_____ multiplier?
a

Answers

Answer: A multiplier that's equal or larger than 1

Write a function that takes the name of a file with a .csv extension (a comma-separated value file), and writes a new file that is equivalent (same name and same data) but with a .tsv extension (a tab-separated value file: like a CSV but with tabs instead of commas separating the elements of the file). Note: the character used to represent a tab is ‘\t’.

Answers

Answer:

import pandas as pd

def convert_to_tsv( csv_filename ):

   df = pd.read_csv("csv_file")

   df.to_csv("csv_filename.tsv", sep='\t')

Explanation:

The python program uses the pandas' module to read in the csv file in the function "convert_to_tsv". The file is saved as a tsv file with the pandas to_csv method and the " sep= '\t' " attribute.

what is computer?explain any five characteristic in short.​

Answers

Answer:

A programmable electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed and display the results of these operations. Mainframes, desktop and laptop computers, tablets, and smartphones are some of the different types of computers.

Characteristics of Computer System:

= Speed. A computer works with much higher speed and accuracy compared to humans while performing mathematical calculations. ...

= Accuracy. Computers perform calculations with 100% accuracy. ...

= Diligence. A computer can perform millions of tasks or calculations with the same consistency and accuracy. ...

= Versatility. ...

=Reliability. ...

= Memory.

The ideal hash function:

A. Should be unfeasible to find two inputs that map to the same output
B. Should be unfeasible to learn anything about the input from the output
C. Basically we don’t want people to figure out what was said
D. All the above

Answers

I believe the answer is A
Hope this helps

Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated

Answers

Answer:

Following are the code to this question:

def fun():#defining a method fun

  while True:#defining a while loop  

      g = input("Enter your grade: (I graduated) ")#defining variable g for input value

      if g == "I graduated":#defining if block to check string value

          return 0#return  

      print("{} is a fun grade".format(g))#use print method to print string value  

fun()#calling the method

Output:

Enter your grade: (I graduated) 1st

1st is a fun grade

Enter your grade: (I graduated) 2nd

2nd is a fun grade

Enter your grade: (I graduated) I graduated

Explanation:

In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.

In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.  

A battery is connected to a light bulb in a circuit. There is a current of 2 A in the light bulb. The voltage of the battery is 1.5 V. What is the resistance of the light bulb?

Answers

Answer:

The current in a circuit is directly proportional to the electric potential difference impressed across its ends and inversely proportional to the total resistance offered by the external circuit. The greater the battery voltage, the greater the current.

Explanation:

Imagine yourself writing computer programs in the future. Which do you think would be generally more important to your programming goals: ease of programming or speed of computation? Why do you think this would be more important? Describe a situation for which the other goal would be more important.

Answers

Answer:

to make sure ur comsters are satified

Explanation:

Focusing on the general characteristics of a problem or object, while ignoring the details, is a technique called
O refinement
O abstraction
O decomposition
O pattern recognition

Answers

Answer:

Abstraction

Explanation:

In computer science, abstraction has a similar definition. It is a simplified version of something technical, such as a function or an object in a program. The goal of "abstracting" data is to reduce complexity by removing unnecessary information. At some level, we all think of computers in abstract terms.

Tony, the team photographer, will be accompanying his college football team to their next away game. He will be shooting photos of his team in action on the field. Which equipment would be ideal for Tony to use for his work? A. suction mount B. shoulder mount C. pistol grip D. mini tripod E. crane

Answers

Answer:

I think shoulder mount

Explanation: because you’ll generally use a shoulder mount for video shooting or when you use heavy telephoto lenses.

what is meant by byte in computer terminology​

Answers

Answer:

Byte, the basic unit of information in computer storage and processing. A byte consists of 8 adjacent binary digits (bits), each of which consists of a 0 or 1. The string of bits making up a byte is processed as a unit by a computer; bytes are the smallest operable units of storage in computer technology.

Explanation:

Can I be brainliest? TYSMMMMMM      

A byte is a group of binary digits or bits (usually eight) operated on as a unit. It is considered as a unit of memory size.

how to determine if the behavior of a person using technology is a ethical or unethical? Give some examples. ​

Answers

Answer:

What is ethical behavior? A person who demonstrates ethical behavior has evidence of a strong moral code and a consistent set of values. Ethics can be rooted in belief or the pursuit of making the world better. Those who exemplify ethical behavior do the right thing regardless of whether they get credit for it.

limit the principles to five so that you can best incorporate them into your daily lives.

Make Things Better. ...

Treat Others Fairly. ...

Consider the Consequences of Your Actions. ...

Respect the Rights of Others. ...

Act with Integrity.

Determining What Is Ethical

Morality is based on duty. When you do the right thing, it is not the outcome of the act that is the measure of its morality, but rather your intent.

An act is moral if it could become a universal rule of society.

On deciding the morality of an act, you must consider the perspective of the doer and the recipient.

Explanation:

Sorry if it's wrong

Source of the information : a book

Documentary photographers strive to produce what type of image?
А.
Edited
B.
True
C.
Colorful
D.
Blurred

Answers

I’m pretty sure that the answer is B

Answer:

B. :)

Explanation:

BUYING A NEW COMPUTER
Scott is getting a new computer. He has three options for secondary storage. He could
choose
a 6TB hard disk drive
a 2TB solid state drive
a hybrid 500GB solid state with a 4TB hard disk
For each option provide some reasons why Scott may choose that option instead of the
alternatives.
IS​

Answers

6 TB- Choose this if you are getting the computer for work use, always pick the highest amount of storage for everyday use.

2TB SSD- This is the worst option because its the least among the others, but if you were just a game this may suit you.

500 GB SSD with 4TB- This would be the best option for someone who games, edits, or does graphics, because you get the storage but you also get 500 GB of SSD to load your software on, which will help it launch faster and run smoother.

What are the 3 coding languages?

Answers

Answer:

What theres a code

Explanation:

you are working on creating a business document with two other co-workers. Based on just information, which of the following pre-writing strategies would be the best for you?(A.P.E.X.)

Answers

Brainstorming, Rationalizing, and Rough Drafts.

HELP ME
How does removing the paper backing on photographs allow Michal Macku to create creatively distorted pictures?

Answers

Answer:

Since the end of 1989, Michal Macku has used his own creative technique which ... Created on photographic quality paper, each Gellage is a highly durable print ... Photographic pictures mean specific touch with concrete reality for me, one ... I do what I feel, and only then do I begin to meditate on what the result is.

Explanation:

The inference shows that removing the paper allows the picture to be more flexible so that it can be reformed to something new.

What is an inference?

It should be noted that an inference simply means the conclusion that can be deduced from the information given in a story.

In this case, the inference shows that removing the paper allows the picture to be more flexible so that it can be reformed to something new.

Learn more about inference on:

https://brainly.com/question/1081576

Justify the following statement: “Some Americans’ sedentary lifestyles contribute to their poor health.”

Answers

It is essential that people are active in their lives to fulfill that basic biological need. This will allow blood flow to increase, which is beneficial for health. In addition, it can release healthy chemicals into the brain, which is beneficial for mood, energy, and well-being.

Answer:

Since the average American will spend 24 hours watching television per week, it is safe to say that they suffer from a lack of movement and exercise. This, in turn, will lead more Americans to be overweight and more likely to suffer from serious health problems! :)

Explanation:

Challenge #3: Create a network that keeps everyone connected even if one of the lines is cut Insert as many lines as needed

Answers

Answer:

To create a redundant computer network, The star network topology is adopted.

Explanation:

Note that topology is not a type of network but a top view of how the network looks like or is connected.

To make a network redundant, interconnect every computer to one another in the network, so even when a line or an ethernet cable ( the connector) makes, there is no loss of connection.

This form of network is not recommended for large computer networks as it would result in confusion due to excess connection cables running in the network.

What is NOT a built-in function in python?
sqrt()
string()
fabs()
O print()

Answers

Answer:

sqrt()

Explanation:

In python there more there 100s of core built in codes, the only one that isnt one of those is sqrt()

Sqrt
Your welcome xoxo

What can you do if brainstorming only gives you a small or incomplete idea?
A. Brainstorm again
B. Develop the idea through research
C. Develop the idea through a close reading of a literary text
O
D. All of the above

Answers

Answer:

D. All of the above

Explanation:

To summarize means to
O. Directly quote the main idea
O. Communicate the main idea with supporting details
O. Explain the main idea’s significance
O. Condense the main idea into a few words

Answers

Answer:

To summarize is to explain the main idea in as few words as possible. So the answer is the last statement, to "Condense the main idea into a few words". Hope this helped.

Answer:

Its D

Explanation:

Hope it helped

Before he buys a new smartphone, Tim can best use data to

evaluate which phone he should get.
convince himself he wants a phone.
discredit others’ opinions on his phone choice.
recognize problems that all phones have.

Answers

It’s A or the first one, kinda like process of elimination, the second and third one are obviously eliminated first so then it’s just between a and d. But a makes more sense as to he has to buy one either way

Answer:

A.) Evaluate which phone he should get

Explanation:

Edge2020

In game design, what refers to commands that are executed in a certain order?
blueprints
code blocks
instructions
sprites

Answers

Answer:

instructions

Explanation:

It's just called instructions.

instructions is the answer
Other Questions
The rows in the periodic table are called periods.What is true about elements in the same period?A. They have the same atomic mass.B. Their magnetism increases in strength from left to right. C. Their atomic numbers increase by 1 from left to right.D. They have similar chemical properties. What is 5pi 4 radians in degree pls helpJory wants to create a diagram to compare and contrast the qualifications of the three Energy pathways. Which qualifications could she put in the section common to all three pathways?a. physical stamina, willingness to work long hours, teamwork, stress-management skillsb. physical stamina, color vision, stress-management skills, knowledge of geographyc. color vision, willingness to work long hours, teamwork, customer-service skillsd. knowledge of geography, customer-service skills, teamwork, stress-management skills Solve for x.x 1/4 = 3/8 BRAINLIST Igneous rock. (a )Tilting,(B) Erosion, (c) Folding Parallel lines s and t are cut by a transversal r. In line 56, readers learn that it will take another five or six years for Gregor to pay off his parents debt, and in lines 7677, readers are made aware that in fifteen years of service Gregor had never once yet been ill. Based on these details, what can you infer about Gregors character? Find the value of X, I need help solving this plzz help, I dont understand this. I need this done soon! Jacobs four-month-old infant is crying continuously. While Jacobs wife suggests that he pick up the baby, Jacobs mother thinks that picking up the baby each time she cries is bad for the baby. Why is Jacobs wife right? A. Babies sleep better when carried. B. Babies learn to cry whenever they want someone to hold them. C. Babies may choke if crying while lying on their back. D. Babies develop a sense of trust that someone is there to provide care. help please =)What part of your body has the most touch sensors?tip of your tongueback of your legsfinger tipslips WILL MAKR BRAINLIEST IF CORRECTWhich statement accurately describes one aspect of plate tectonics that involves subduction and seafloor spreading? Older crust is melted at subduction zones.Crust is created at the coastlines of continents.Continents do not move as a result of seafloor spreading and subduction.Crust is created as the mantle hardens under the lithosphere. The baby's vital organs are fully formed in the first 3 months?(1 Point)A. trueB. FalseC. None of the above Which air is driest?Air Temp 66F Dew-point 60FAir Temp 77F Dew-point 19FAir Temp 50F Dew-point 36FAir Temp 30F Dew-point 29F A corn vendor at a farmers market was selling a bag of 8 ears of corn for $2.56. Another vendor was selling a bag of 12 for $4.32. Complete the statement about which bag is the better deal. The bag of ears of corn is better a deal because each of ear of corn costs $ less. Find all the square numbers that are greater than 20 but less than 50 If f(x)=5X^3 - 2 and g(x)= x+1, find (f-g)(x) A. 5x^3+1 B. 5X^4-2 C. 5x ^3-x-1 D. 5x^3-x-3 define categorical grant What is considered to be half of the reason for your risk of an addiction to a drug? Which decimal is greater ? .0203 or .023