what data type do we use to store numbers that will be used for calculations?

Answers

Answer 1

Answer:

The integer data type is often used to hold information like transaction IDs and store numbers

Explanation:

Answer 2

The integer data type is used to store numbers that will be used for calculations.

What is a caluclation?

An intentional mathematical process known as a computation converts one or more sources within one or maybe more outcomes or conclusions.

In the context of numbers or amounts, calculation implies ascertaining quantitatively. In the context of an abstraction topic, calculation implies arriving at a conclusion based on logic, reasoning, or practical wisdom.

The INTEGER value is generally used to maintain counts, amounts, and other data since it is saved as a binary notation integer.

Numbers that could be used in simple computations are stored using the data type types. Such numbers can either be squares, which seem to be valued without decimals, or they could be numerical integers.

Learn more about caluclation, here:

https://brainly.com/question/13042594

#SPJ2


Related Questions

Why does a folder change color when you click and drag a file over it

Answers

It is the third dot

And what type of question is this lol

If something is sustainable, then what is it?


Enduring

Brittle

Expensive

Short-term

Answers

The answer is Enduring
Enduring hope this helps

The colors of the pixels in a digital image are often represented by red, green, and blue values
between 0 and 255 (an RGB triplet). A photographer is manipulating a digital image to lighten it
because all of the RGB values in the image are less than 100, making it very dark. He does this
by adding 20 to the R, G, and B values of each pixel, then overwriting the original image. What
type of transformation is the photographer using on the digital image? plz help !!

Answers

Answer:

Lossless Transformation

Explanation:

Note that common tasks are listed toward the top, and less common tasks are listed toward the bottom. According to O*NET, what are some common tasks performed by Tellers? Check all that apply.

analyzing investment opportunities
reviewing statistics to determine customer risk
advising customers regarding commodity purchases
cashing checks and paying out money
receiving checks and cash for deposit
entering transactions into computers

Answers

Answer:

cashing checks and payout money

receiving checks and cash for deposit

enter transitions into computers

Explanation:

lol im doing this on edge btw

The Tellers task are:

Cashing checks and payout money.Receiving checks and cash for deposit.Enter transitions into computers.

What is a teller?

A teller is known to be an individual that is said to be employed to handle the day to day activities with customers' transactions.

Conclusively, note that by carrying out the task above such as Cashing checks and payout money, a teller is said to be performing its functions.

Learn more about Tellers from

https://brainly.com/question/18078464

#SPJ2

about "How can computer help us in our life?​

Answers

Answer:

Explanation:

Computer also facilitate comfort to our life and provides convenience. For transportation, it facilitate the way people travel. Airways, Roadways and waterways uses computers to control their operation. It saves time and relieve severity of traveling difficulties.

What is 16/17 simplified?

Answers

16/17 can't be simplified but if you want it as a decimal it's 0.9412 or 0.94

what is the standard unit used to measure mass?​

Answers

Answer:

the standard unit used to measure mass is gram.

For those that play pc games how do you go outside in The Sims 2?

Answers

Answer:

My sister plays a lot of the sims 4 but I do recall she also played the Sims 2 so when she would go outside she would command them to do that.

Explanation:

If this does not work I would suggest you get a video that can explain it better than I possibly would? Considering the Sims 2 was made a while back you would maybe want somebody with a little more experience.

Answer:

To go outside you have to command the Sims to do so , otherwise it wont work.

Explanation:

Hey Asia? Its me from lats summer. Im the one who answered your question on humans needing each other. If you remember me and our long conversation reply to this comment.

According to institutional anomie theory, why is there a need to maintain cooperation between economic and non-economic institutions?
A.
to support and balance the interdependency of social institutions
B.
to maintain harmony
C.
to educate people
D.
to raise the standard of living

Answers

I believe the answer should be (A)

Answer:

A. to support and balance the interdependency of social institutions

Explanation:

PLATO

Ballet was originally created for the wedding celebration of Louis XVI and Marie Antoinette. (True or False)

Answers

Answer:

true

Explanation:

10 EASY POINTS❗️

1. If I give brainlist, will one of my brainlist be gone?
2. How do I make a question with 5 points instead of 10?

Answers

Answer:

You can't make something 5 points bc 10 is the minimum I believe. As for the BRAINIEST I'm not sure

Answer:

your brainiest wont be gone and there should be a button under where you type the question to change the point value

How do
you
encode the Copyright logo?

Answers

Answer: © or ™ you can copy them or you can ALT+0169 for the copyright but it dont work on all keybords

Explanation:

Which visual aid would be best for showing changes inacts population size over time?
a line graph
a map
a pile grain
a table

Answers

Answer:

a line graph

Explanation:

I think so . hope this helps

Write a program which takes a string input, converts it to lower case, then prints the same string with all vowels (a, e, i, o, u) removed.

Hint: one good way to do this is to make a new String variable and add all the letters you want to print (i.e. everything except vowels) to it.

Sample Run:

Enter String:
Animation Rerun
nmtn rrn


NOTE: This is in Java :)

if you can do this... It will be helping me a lot for my Java Exam ....

Answers

import java.util.Scanner;

public class JavaApplication66 {

   

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("Enter String:");

       String vowels = "aeiou";

       String text = scan.nextLine();

       text = text.toLowerCase();

       String newText = "";

       

       for (int i = 0; i < text.length(); i++){

           char c = text.charAt(i);

           if (vowels.indexOf(c) == -1){

               newText += c;

           }

       }

       System.out.println(newText);

   }

   

}

This works for me. Best of luck.

Answer:

Scanner scan = new Scanner(System.in);

   System.out.println("Enter String:");

   String v = "aeiou";

   String t = scan.nextLine();

   t =t.toLowerCase();

   String nt ="";

   for(int i = 0; i < t.length(); i++){

   char c = t.charAt(i);

   if (v.indexOf(c) == -1){

   nt += c;

     }

     }

   System.out.println(nt);

   

 }

 

}

Explanation:

Good Luck!

Why is Net WPM a better formula than Gross WPM to calculate typing speed?

Answers

Answer:

I think it is because a gross is equal to 144 and that is a hard way to count

Explanation:

Which option identifies what the computer will yield in the following scenario?

Simon has created many drawings of a new bridge he is designing. He is now ready to create a technical drawing using a computer program.


The computer program will add additional sketches to the design.

The computer program will compile different angles.

The computer program will create a design with the exact dimensions.

The computer program will allow an isometric projection to be viewed.

Answers

I think it would be the computer program will create a design with the exact dimensions

Answer:

The computer program will create a design with the exact dimensions.

Explanation:

That ones the correct option which ever one it is.

4.9 lesson practice quiz
Need help on 4

Answers

Answer:

thank youuu

Explanation: : )

Answer: sum

Explanation:

It worked for me.

Multirotor drones are a type of _______ aircraft.

a. recreational

b. manned

c. lighter-than-air aircraft

d. heavier-than-air

Answers

Answer:

C. lighter-than-air aircraft

Explanation:

A multirotor is a rotorcraft with more than two lift-generating rotors. An advantage of multirotor aircraft is the simpler rotor mechanics required for flight control.  Multirotor drones are used by hobbyists so it could be recreational, but mostly it's used in radio control aircraft so not recreational. It's unmanned so it's not b. If not a or b it has to be c or d. Most of it's airborne time is it being lighter-than air. I'd choose c.

PLEASE HELP!! WILL MARK BRAINLEST
What positive and negative impact does Instagram have on you?

Answers

Instagram has many and negative impacts depending on what users are interacting and what posts are made.

Negative:

Toxic peopleDiscouraging commentsRude judgementNeed for popularity

Positive:

A way to shareCommunication between friendsEncouraging commentsSomewhere to find inspiration

There's many more things, but I just listed a few that I can remember.

WILL GIVE BRAINLIEST!!!!!!!
MRV is able to is car that can do 0 degree turns and drive in any direction.


True

False

Answers

Answer:

True

Explanation:

Answer:

it is b true

Explanation:

plz i need BRAINLIEST  can u give it to me plz

Complete the sentence.
The binary number represented by the voltage graph below is _______

Answers

Answer:

00100110

Explanation:

100% on the quiz

The binary number represented by the voltage graph below is  00100110.

A bit (i.e., a 'binary digit'), refers to the smallest unit of data of a computer, which only can take two different values: either zero (0) or one (1).In general, voltages around five Volts (5 V) represent 1, whereas voltages around zero (0 V) represent 0.Voltage signals used to indicate either zero (0) or one (1) are referred to as bits.What are the numbers 1 to 10 in binary?

The numbers from 0 to 10 are thus in binary 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, and 1010.

Binary Number System: According to digital electronics and mathematics, a binary number is defined as a number that is expressed in the binary system or base 2 numeral system. It describes numeric values by two separate symbols; 1 (one) and 0 (zero). The base-2 system is the positional notation with 2 as a radix.

To learn more about binary system, refer

https://brainly.com/question/8649831

#SPJ2

Which best describes what databases do?

They guarantee users find needed data.

They create categories for data.

They identify important data.

They enable users to search for data.

Answers

They guarantee users find needed data

Answer:

a. they guarantee users find needed data.

Pokémon Brick Bronze...

Answers

Well we dont need to get political but bronze

How did the invention of an airplane totally change people’s views of the world?

Answers

airplanes have played an important role in the social life of so many people. after this marvellous invention, people became more socially interactive. they have been able to explore the world and travel to so many places.

The beginning of the WWW was at the European Organization for Nuclear Research (CERN). Tim Berners-Lee built a database, in which you had to link every new page to an existing page. What is the name of this database?

Answers

Answer:

ENQUIRE database system

Explanation:

Tim Berners-Lee developed the ENQUIRE database for the European Organization for Nuclear Research (CERN) in 1980. The ENQUIRE was a hypertext software program. ENQUIRE worked by using cards and hyperlinks between them in a similar manner than the internet (WWW) uses pages. The problem with ENQUIRE was that it was a close system that needed continuous manual updates. Simply too much time was needed to keep ENQUIRE's data updated. The CERN team realized that they needed a similar program but open to external users.

Answer:

ENQUIRE

Explanation:

Plato correct (I put it in all caps)!!

PLZZZ HELP! Your smartphone screen to turn it on, and nothing happens. It appears to be turned off and will not turn on. What should you try first to fix it?

perform a hard reset

submerge it in a bag of rice for 24 hours

plug it into a charger for an hour

perform a soft reset

Answers

Answer:

plug it in if that dosnt work do a soft reset

Explanation:

I think

Choose the appropriate assistive technology for each situation.

A person with a visual impairment could use a

to help them interact with a computer.

Someone with a mobility impairment might use

to interact with web sites and applications.


are an assistive tool that helps someone with a hearing impairment, access audio content.

Answers

Answer:

-Screen Reader

-Tracking Device

-Transcript

Explanation:

Just did it :p

Answer:

-Screen Reader

-Tracking Device

-Transcript

Explanation:

after processing ,data is converted into ____​

Answers

Answer:

Information.

Explanation:

Information is the answer

Data is best described as
statistical details.
factual or numerical information.
calculations and conclusions.
multimedia content.

Answers

Answer:

it is B i just got it corect

Explanation:

Data is best described as factual or numerical information. The correct option is 2.

What is data?

Data is information that has been transformed into a format that is useful for transfer or processing in computing.

Data is information that has been transformed into binary digital form for use with modern computers and communication mediums. The topic of data may be used in either the singular or the plural.

The information is mostly divided into four categories:

Nominal dataRegular data.Separate data.Constant data.

Data can include words or numbers that are recorded on paper, bytes and bits that are kept in the memory of technological devices, or truths that are retained in a person's memory.

Information that is factual or numerical is what data is best known as.

Thus, the correct option is 2.

For more details regarding data, visit:

https://brainly.com/question/10980404

#SPJ6

Your question seems incomplete, the probable complete question is:

Data is best described as

statistical details.factual or numerical information.calculations and conclusions.multimedia content.

Which term best describes the collection of technological systems made by engineers, technologists, and scientists that meets people's needs and improves their quality of life?

Answers

Answer:

The designed world.

Explanation:

The designed world is a term that best describes the collection of technological systems made by engineers, technologists, and scientists that meets people's needs and improves their quality of life.

Basically, a designed world gives an insight into a systematic collection of a design process which transforms technological systems, machines, tools,  people, energy, time, and information to better change the world so as to improve and suit the needs or wants of the people.

For example, the city of Philadelphia, Lincoln, San Francisco in the United States of America is a good description of the designed world.

Other Questions
The radioactive rock inside of the earthA) is hotB) is caused by volcanoesC) glows in the darkD) is cold Different interest groups promote many different causes, often working against each other on the same issue. This effect is called __________. A. pluralism B. hyperpluralism C. electioneering D. lobbying Please select the best answer from the choices provided Who likes animes and mangas?? help plzzzzzzzzzzzzzz helppppp please i tont get these answers will get brainly i swear Why is physical activity important? Use in your own words. what statement is the best description of how physical geography of iraq has impacted the nations population distruibition Due in 8 hours, 21Farming: A farmer owns 73 acres of land. How many hectares is that?The farmer ownshectares of land.TIPEnter your answer as an integer or decimal number. What is the purpose of radio waves? .......................................................................... Place the major developments in ancient Egypt in the order in which they occurred.the rise in the belief of life after deaththe building of the Great Pyramid of Gizathe settlement of the Neolithic farmersthe building of the Step Pyramidthe unification of Upper Egypt and Lower Egypt Answer two questions about systems A and B Write one paragraph from "The Long Walk to Freedom" on how Mandela uses contrasting ideas and irony to express his understanding of the meaning of freedom. Cite examples from the text. I need help your supposed to rewrite the following words in order to form a question. In what way are the scientific revolution and the Industrial Revolution connected?A.Industrial Revolution technology used principles discovered during the scientific revolution.B.Advances during the Industrial Revolution allowed for the scientific revolution to take place.C.Both revolutions led to a better overall quality of life in rural area and in large cities.D.During both, people in Europe turned to religion to cope with the changing nature of work. model explain please Triangles ABC and DFG are similar.Which proportion can be used to find the value of DG?157=5DG5DG=156DG15=5757=15DG pls help i will give u brainliest! The Dramatists Guild of America establishes a standard rate of pay for original scripts.True or false The Bill of Rights promises that punishment for a crime cannot be cruel or unusual, meaning that it cannot be painful or degrading to the person's dignity. What punishment would be considered cruel and unusual? Someone who commits assault is beaten as punishment. Someone caught shoplifting is made to pay a fine and write an apology. Someone caught driving while drunk is punished by revoking driving privileges. Someone caught littering is punished by being made to pick up trash on the highway.