Which options can be used for totaling numbers?

Answers

Answer 1
Which options can be used for totaling numbers?

Related Questions

write the html to place an image called prime logo.gif on a web page. The image is 100 pixel high by 65- pixel wide

Answers

Answer:

Um, HOW??????????????¿??

Discuss the important role of remote sensing application in agriculture. Do you think that the use of remote sensing is applicable in the Philippines scenario? Why? Give some of the pros and cons of remote sensing.​

Answers

Answer:

Remote sensing gives the soil moisture data and helps in determining the quantity of moisture in the soil and hence the type of crop that can be grown in the soil. ... Through remote sensing, farmers can tell where water resources are available for use over a given land and whether the resources are adequate.

Animations
Animations are !
Blank which can be Applied to blank in a presentation?

Answers

Animation is a graphic element that depicts movement. Animations are visual effects applied to individual items on a slide

~Trivia~

Harry Potter Edition

Answer All Correct For Brainliest



What house does Harry Potter belong to in Hogwarts? __________________

What position does Harry Potter play in Quidditch? _____________________

Who is Fluffy? __________________

What does the Imperius Curse do? ___________

Answers

Answer:

What house does Harry Potter belong to in Hogwarts? Gryffindor __________________

What position does Harry Potter play in Quidditch? Seeker _____________________

Who is Fluffy? Hagrid's old cerberus __________________

What does the Imperius Curse do? ___________ places cursed under sorcer's control

Explanation:

I would like to thank SWANGOADRIANA for this answer and the ten points.

Liquid-liquid extraction is best suited to separate a mixture of compounds when:
A. The mixture contains compounds with similar polarities but different solubilities.
B. The mixture contains compounds with similar solubilities but different molecular weights.
C. The mixture contains compounds with similar melting points but different polarities.
D. The mixture contains compounds with similar molecular weight but different polarities.
E. The mixture contains compounds with similar molecular weight but different melting points.

Answers

Answer:

A. The mixture contains compounds with similar polarities but different solubilities.

Explanation:

Liquid – Liquid (LLE) extraction is a process for the isolation of compounds or metal complexes, also known as solvent extraction and partitioning, based on their relative solubility in two distinct liquids, generally water- (polar) liquids and an organic solvent (non-polar). Net transition from a liquid to a liquid process of one or more species, normally from aqueous to organic.

In MIPS, all operation codes (op-codes) use ______ only.

A- 5 bits
B- 8 bits
C- 6 bits
D -32 bits

Answers

Answer:

5 bits

Explanation:

ue82ijevw8ey जभछतड।णृबदजठणब

Cloud computing security risks

Answers

Answer:

Risks:

Network issues or outages caused by attackers can limit or completely deny access to data stored in the cloud

Attackers could find an exploit and steal company data without ever physically touching the company's computer.

That's what I can think of.

Explanation:

Do you know the energy unit question?

Answers

Answer:

Fossil Fuels

Explanation:


Change the following sentences using 'used to
a. We went to school together.
b. How did you spend the winter evenings?
c. We had our milk delivered.
d. I was in love with him.
e. At one time there were trees in the garden.

Answers

Answer:

a. We used to go to school together.

b. How did you use to spend the winter evenings?

c. We used to have our milk delivered.

d. I used to be in love with him.

e. At one time there used to be trees in the garden.

Identify at least 6 errors from the following program code. Write all the errors and rewrite the correct program.(11 pts)

1. public E2
2. {
3. Public static void main(String )
4. {
5. System.Out.Println(“hello)
6. }

Answers

Answer:The code after rearrange the question segment:

public class Q// Class declaration of Q name.

{// Open the class body.

    public static void main(String[] a) // Main function declaration.

{ //Open the main-function body.

           System.out.println("Q"); // Print statement which print Q.

} //close the main-function body.

}//close the class body.

Output:

Q

Explanation:

the ISA standard buses are used to connect​

Answers

Answer:

The ISA standard buses are used to connect Hard disk and Processor

Hope this helps you. Do mark me as brainlist

Case Study
Dr. Thomas Waggoner, an information systems professor at the local university,
is at the Will Call window at the Medallion Theatre, trying to pick up tickets he
had reserved. However, due to an oversight which turns out to be rather
frequent, his tickets were sold to another patron. Fortunately for Dr. Waggoner
and his wife, who are celebrating their wedding anniversary, the box office
manager finds two box seats which had not been claimed. In talking with the
box office manager, Dr. Waggoner starts thinking that he could perhaps help the
theatre avoid this type of problem in the future. His students could design and
build a system to help keep track of ticket sales, and hopefully help the theatre
become more efficient and improve customer satisfaction.
Q # 1 Write down the purpose of the given requirements HINT: purpose of a
system?
Q # 2 Write down the Modules and also extract the functional requirements of
the given requirements?
Q # 3 Create a use Case Diagram and Use cases of the above requirements?
Q # 4 Create a Class Diagram and its GUI interfaces of the system? NOTE:
Write down the caption on each interface.

Answers

Answer:

1. Design system to avoid theatre tickets selling issue.

2. Resources provided to student who can built a system for the theatre tickets booking.

3. Medallion Theatre Booking System

Add/edit patron

Add/edit production

Add/edit performance

Add/edit seats

Purchase tickets

Generate Tickets Sold Report

4.GUI or graphical user interface allows the user to connect through graphical icons.

Explanation:

The main purpose is to avoid problems of duplicate tickets sales in future. The system will enable the selling of each seat to one customer only and when an attempt is made to resold the seat the system warns the user creating a check for original sale. This will help theatre to avoid any issues in future and customers will be happy with their ease of confirmation of booking.

Example of vector image format​

Answers

Answer:

JPEGs, GIFs and PNGs are common raster image types. ...

Vector images, alternatively, allow for more flexibility. Constructed using mathematical formulas rather than individual colored blocks, vector file types such as EPS, AI and PDF* are excellent for creating graphics that frequently require resizing.

Suppose the message 111010 is to be transmitted (beginning with the leftmost bit) using
CRC with generator polynomial X 4 +X+1.
Determine the entire message that would be transmitted. Show all your work. Also show how receiver will check and confirm that there is no transmission error.

Answers

Answer:

Explanation:

Given that:

generator polynomial = x⁴ + x + 1

This form can be expressed in binary form as:

[tex]= 1 *x^4 + 0*x^3 +0*x^2 + 1*x^1 + 1*x^0[/tex]

= 1             0           0           1            1

=10011

The given message = 111010

Now, we can see that the length of the polynomial generator = 5

The next thing to do is to add (5-1) = 4 0's to the given message end

i.e. message = 1110100000

The next process is to divide the message with the generator to deduce the remainder which ill be added to the message for us to create a transmitted message

10011║1110100000║111

          10011              

           1 1 100

          1 0011              

              1 1 1 1 0

             1 001 1                  

                1 1 0 1 0

                1 0 01 1              

                  1 0 010

                 1 0 01 1              

                     0 010     → Remainder

∴ Transmitted message = 1 1 1 0 1 0 0 0 0 0

                                                           0 0 1 0

                                           [tex]1 \ 1 \ 1 \ 0 \ 1 \ 0 \ 0 \ 0 \ 1 \ 0[/tex]

To check and confirm that the message transmitted is correct at the receiver's end, we have to divide the transmitted message with the generator.

So, if the end result of the remainder is 0, then the message is correct, otherwise incorrect.

10011║1110100000║1111

          10011              

           1 1 100

          1 0011              

              1 1 1 1 0

             1 001 1                  

                1 1 0 1 0

                1 0 01 1              

                  1 0 010

                 1 0 01 1              

                     00000     → Remainder

Hence, the received message is correct.

Convert Dec 185 to Binary Byte
Bit Position
8
7
6
5
4
3
2
1
Bit State
O or 1
Bit state
Value
128
64
32
16
00
4.
2
1
Bit Position
Value
Convert Dec 252 to Binary Byte.
Bit Position
8
7
6
5
4
3
2
1
Bit State
O or 1
Bit state
Value
128
64
32
16
8
4
2.
1
Bit Position
Value

Answers

Answer:

185 = 1011 1001

252 = 1111 1100

Explanation:

If you add the decimal values corresponding to the bit positions that are 1, you get your decimal number.

Pulling out specific differences


Answers

Answer:

Terms in this set (24) abstraction. Pulling out specific differences to make one solution work for multiple problems. algorithm. A list of steps to finish a task. binary. A way of representing information using only two options. bug. code. command. computational thinking. conditionals.

WHY ARE APARTMENTS CALLED APARTMENTS IF THEY ARE TOGETHER LOL

Answers

Answer:

cause architects are weird

Explanation:

Explanation:

Cause apartments is apartments so therefore its called apartments

disadvantages assembly level language for programming ​

Answers

It takes a lot of time and effort to write the code for the same. It is very complex and difficult to understand. The syntax is difficult to remember. It has a lack of portability of program between different computer architectures.

Hope that helps

Answer:

what are the question

Explanation:

please write full question step by step


Question text
In a spreadsheet program, worksheets and documents are present in

Answers

Answer:

workbook

Explanation:

A workbook is a file that contains one or more worksheets to help you organize data.

write the steps to find the LCM of three numbers​

Answers

Answer:

First factor of three number ,then take common numbers between three factor ,then common ×remaining number ,hope you will find your answer

What are the best legendary pokemon?

Answers

PICACHU PICACHUUUUUUUUUU

Answer:

Any EX

Any GX

Pikachu

Raichu

Mew Two

Charizard

Taurus

Gumshoos

Lurantis

Lapras

Incineroar

Dialga

Guzzlord

Lugia

Darkrai

Sigilyph

Xerneas

Explanation:

There are more but it takes a little while to get them all

Design a program named GradeDistribution.java that reads in 10 grades from the keyboard, then counts and displays grade distribution as follows:

Grade Range No.
[90 - 100] 2
[80 - 89] 5
[70 - 79] 1
[0 - 69] 1
Others 1

Answers

Answer:

[70 — 79]

Explanation:

Case Study Dr. Thomas Waggoner, an information systems professor at the local university, is at the Will Call window at the Medallion Theatre, trying to pick up tickets he had reserved. However, due to an oversight which turns out to be rather frequent, his tickets were sold to another patron. Fortunately for Dr. Waggoner and his wife, who are celebrating their wedding anniversary, the box office manager finds two box seats which had not been claimed. In talking with the box office manager, Dr. Waggoner starts thinking that he could perhaps help the theatre avoid this type of problem in the future. His students could design and build a system to help keep track of ticket sales, and hopefully help the theatre become more efficient and improve customer satisfaction. Q # 1 Write down the purpose of the given requirements HINT: purpose of a system? Q # 2 Write down the Modules and also extract the functional requirements of the given requirements? Q # 3 Create a use Case Diagram and Use cases of the above requirements? Q # 4 Create a Class Diagram and its GUI interfaces of the system? NOTE: Write down the caption on each interface.

Answers

Answer:

1. The primary purpose of a system is system development, analysis and design to avoid inappropriate and duplicate selling of theatre tickets.

2. The function requirements are development of a system which automatically reserves the ticket when a person books it and marks it appear booked for all the customers.

3. The customers can book the ticket through online system. The system then marks the ticket as unavailable for all the other customers until and unless the original customers cancels the ticket.

Explanation:

Dr. Waggoner had an issue with ticket booking as his booking was sold to another customer. This could lead him to a bad experience at theatre but since the box office manager assisted him with another available seats. This issue has been resolved with good faith but there can be problems in future where many customers can claim a single seat. To avoid this the theatre should introduce online booking system based on computer application which can be accessed by all the customers through website.

Consider the declaration of the struct houseType given in this chapter. Suppose firstHouse and secondHouse are variables of houseType. Write C11 statement(s) to compare the style and price of firstHouse and secondHouse. Output true if the corresponding values are the same; false otherwise. (2, 3)

Answers

Answer:

See Explanation

Explanation:

The question is incomplete as there is no link pointing to the houseType struct of chapter 1.

So, I've answered the question from scratch

See attachment for explanation where I used comments to explain each line.

The program is as follows:

#include <iostream>

using namespace std;  

struct houseType{

   int firstHouse, secondHouse;

};

int main() {

   houseType hT;      

   cout << "Enter the price of both house: ";

   cin>> hT.firstHouse;

   cin>> hT.secondHouse;

   if(hT.firstHouse == hT.secondHouse){ cout<<"true";    }

   else{ cout<<"false";    }  

   return 0;

}

Ryan has some kpis to help his fitness center archive the business goal of improving overall client satisfaction review these four kpis which do you think fit the criteria of being specific, measurable attainable relevant and time-bound

Answers

Answer: (C) A score of 85% or more in the annual survey for the question ‘Would you recommend this gym to a friend?’

(D) Ensure 90% of new gym members book an induction session within the first two weeks of joining

Explanation:

From the options that are given in the question, the kpis that fit the criteria of being specific, measurable attainable relevant and time-bound are options C and D that is,

• A score of 85% or more in the annual survey for the question ‘Would you recommend this gym to a friend?’

• Ensure 90% of new gym members book an induction session within the first two weeks of joining

A computer connected to the internet that ask for data is a

Answers

Answer:

Client

Explanation:

When your computer is connected to the internet it is always asking and sending data. Your computer is the client which recieves the data from the sever.

1.2.6: Anonymity Reflection

1) What are some reasons a person might choose to remain anonymous on the Internet?

2) What are some harmful outcomes that stem from Internet anonymity?

3) Do you think that people have a “right” to remain anonymous online? Why or why not?

Answers

Answer:

1. they are too afraid to say it in person or are afraid of getting in trouble if they give their identity.

2.more cyber crimes committed and no filter for what is okay to say or not as they have the security no one knows who they are.

3. yes because you may not want your full personal info out there even though negative outcomes could occur from anonymity

There are several reasons why a person might choose to remain anonymous on the internet, including: privacy, security, Whistleblowing, etc.

What is Internet anonymity?

Internet anonymity is the capacity of a person to remain unidentified and anonymous online, generally through concealing or obfuscating their real identity.

A person could decide to remain anonymous on the internet for a number of reasons, such as:

Concerns about privacy: People might prefer to keep their internet activities or personal information hidden, especially if they are discussing sensitive or divisive viewpoints.Safety worries: Some people could feel unsafe or vulnerable if they reveal their identify online, especially if they have previously been the target of abuse or threats.Whistleblowing: In order to protect themselves from retaliation, those who seek to bring attention to wrongdoing or unlawful activity may decide to remain anonymous.

Internet anonymity can have a number of negative effects, such as:

Online bullying and harassment.Misinformation and hate speech propagation.Absence of responsibility.

Some contend that anonymity is an essential part of free speech and expression and that people should have the freedom to share their thoughts without worrying about being judged or subjected to retaliation.

Thus, these are some harmful outcomes that stem from Internet anonymity.

For more details regarding internet anonymity, visit:

https://brainly.com/question/13264093

#SPJ2

a program execution is called ​

Answers

a program execution is called a process

Explanation

In the process, they process the data and also execute the data.

What happen in process?

First the data came from input, then go to the memory. The process take the data from the memory and process it and divide it, if there's arithmetic data thingy it will go to ALU and the rest to CU. After the data finish being proceed, the data will be sent to CU and executed there, then send back to the memory and go to the output to be shown.

#Sorry my grammar sucks

#Moderators please don't be mean, dont delete my answers just to get approval from your senior or just to get the biggest moderation daily rank.

will give brainlyist

Which sentence in the following paragraph correctly describes mobile technology?
Mobile devices have become the main source of communication for many people around the world. However, businesses are still to capitalize on the wide reach mobile communication. Social media is being increasingly used in marketing research. Customized advertising can be integrated based on specific users' location. Smartphones do not have videoconferencing capabilities that is becoming a major business tool.

Answers

i think its the first sentence: Mobile devices have become the main source of communication for many people around the world

if im wrong im dum ;-;

Answer:

Customized advertising can be integrated based on specific users location.

Explanation:

Right for Plato/edmentum

Draw a flowchart or write pseudocode to represent a program's logic that allows the user to enter a value. The program multiplies the value by ten and outputs the result.

Answers

Ill choose flowchart. Look picture for the answer

ask me if you have any doubts about my answer.

Other Questions
Help PLzzzzzzzzzzzzzzzzzzz A supersized laundry detergent has 60% more detergent than the regular size. The supersized has 144 ounces. How many ounces of the detergent are in the regular size Question 1 (2 points) Why was Martin Luther more successful than previous critics of the Catholic church?Question 1 options:The Crusades strengthened the churchNew Latin Bibles printedThe use of the printing pressThe Church's power had weakenedQuestion 2 (2 points) Which Protestant idea directly challenged the authority of the Pope?Question 2 options:No need for priests to interpret the bibleCreation of an Inquisition to try hereticsSelling indulgences to raise money to build new churchesTranslation of the bible into vernacular languagesQuestion 3 (2 points) What was the main focus of the Catholic Reformation?Question 3 options:To rewrite the books of the BibleTo persecute all Protestants To raise money to build churches by selling indulgencesGoal to refocus church on spiritual needsQuestion 4 (2 points) Followers of John Calvin who fled to the New World were called......Question 4 options:PuritansCatholicsProtestantsHuguenotsQuestion 5 (2 points) In what country was a civil war fought between people who supported the Monarchy and people that supported Parliament?Question 5 options:PortugalFranceSpainEngland What is the promoter? look at the picture attached. 18 points! What is the equation of a line that has slope = -4 and y-intercept is (0, 3)? Karen and Sara invent a game. They roll a number cube twice and read the two digits shown as a two-digit number. So, if Karen gets a 6 and then a 2, she has 62.1) Draw an area model to show all possible outcomes.2) What is the least number possible?3) What is the greatest number possible?4) Are all numbers equally likely? Which statement best justifies whether (x 3) is a factor of the polynomial p(x) = x - 3x? - 2x - 6? What does it feel like to be in high school? dont report me i just wanna know also im in the 7th grade ^.^ Where does condensation occur?lithosphere (rocky, crust of earth)atmosphere (clouds) hydrosphere (lakes and oceans)biosphere (where the living things are) which is an example of a probability adverb?A. cloudB. probablyC. usuallyD. none of the above Can you Help me please Write a letter to the editor of a Canadian newspaper and express your opinions on whether Quebec should be independent or not. Include the following:1. Evidence for your conclusion as well as background information regarding the independence movement.2. Conflicts that have existed between the French-speaking and English-speaking residents regarding independence should be included.(Im on mid winter break right now but this is due at 11:59 PM so uh yeah if any of you can ACTUALLY help that would be amazing. Will give brainliest) a Ahmad_____tow languages.speakspeaksspeaking Use 3.14 for Pi. *Answer choices may be rounded.* 5 points 1. 15 cm 7.5 cm 176.6 706.5 1324.7 5298.8 Substitute24y = -6 ( ) there is a blank in the parentheses I just need 1 number tell me how is your life as a youngster What is 1+1? I need help fast. 5. What do Jems remarks about Dolphuss children reveal about racial prejudice in Maycomb? How much African American blood did it take for a person to be a victim of discrimination which of the following words could be an antonym for the word swine