ball.setSize(25, 75);
What does 25 represent in the example above?
1. The SPEED of the ball
2. The WIDTH of the ball
3. The HEIGHT of the ball
4. The 'X' coordinate of the ball

Answers

Answer 1

Answer:

2

Explanation:


Related Questions

35 points!!!!! Brainliest to best answer!
Please don't just answer for the points!!!!!!!!!!!!
Kim's father's company has expanded many times. Therefore, the company's volume of data has also increased. The employees of that company have problems with accessing large volumes of data. Which computer network should she choose so that the employees can access the huge amount of data easily?

A. VPN

B. LAN

C. WLAN

D. PAN

E. SAN

Answers

Answer:

the answer is E. SAN

Explanation:

Answer:

VPN

Explanation:

look at (d), is it accurate? ​

Answers

Answer:

ya

Explanation:

Answer:

yes it is

Explanation:

can you adopt me in the orphanage u saw Tammy after school?

Answers

Answer:

sure I'm on my way

see you soon

who's tammy

1. What is the measure of muscle strength?

A. Number of repetitions in a set

B. Length of muscle stretch

C. Force against resistance

D. Time taken to complete a workout

Answers

Answer:

C. The force against resistance

Which part of the email address signifies the domain name?

A. (Patrick)
B. (at sign)
C. (company_abc_.com)
D. (.com)

Answers

The part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

What is email?

Email is defined as the internet-based transmission of computer-stored messages from one user to one or more receivers. People can exchange emails fast thanks to a global email network. The electronic equivalent of a letter is e-mail, which offers benefits in flexibility and immediacy. Email is a crucial medium for business communication since it is accessible, quick, inexpensive, and easy to replicate.

The email domain is the part of an email address that comes after the sign. The portion that comes before the x sign indicates the name of a mailbox and is frequently the recipient's username. The domain name is the text that follows the sign.

Thus, the part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.

To learn more about email, refer to the link below:

https://brainly.com/question/14666241

#SPJ2

Evaluate if the following function is a good candidate to be placed in a library. Why or why not?

Answers

Answer:

It cannot be a good candidate because the creator of the library is attempting to update the global variables player1Points and player2Points. The updated scores for each player won't be retained unless someone creates the global variables player1Points and player2Points in their program.

The updateScore function is meant to update the point of player1 and player2 ; since the variables player1 and player2 are only defined in the function, then they do not have a global scope. Hence, the function isn't right to be placed in a library.

Variables defined outside a function are called global variables ; hence, they can be referenced anywhere within the program.

Since the function references a global variable, then any program which intends to use the function must have the variables player1 and player2 must be defined globally in the program.

Hence, it is not a good candidate to be placed in a library.

Learn more:https://brainly.com/question/20720413

If a Magnet is Positive what will happen?
A. Metal will be Attracted
B. Metal will not be Attracted

Answers

Answer:

Your answer is A :)

Explanation:

You see, if a magnet is positive it means it will attract metal.

Hope this helps!

Have a good day, Pots ❤

Answer:

a

Explanation:

Use the drop-down menu to correctly identify the numbering system.

This numbering system uses 8 symbols:
This numbering system uses 0 and 1:
This numbering system uses 16 symbols:
This numbering system uses 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9:
This numbering system uses 2 symbols:
This numbering system uses 10 symbols:
This numbering system uses numbers and letters:
This numbering system uses 0, 1, 2, 3, 5, 6, and 7:

Answers

This numbering system uses 8 symbols: octal number

This numbering system uses 0 and 1: binary number

This numbering system uses 16 symbols: hexadecimal

This numbering system uses 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9: decimal number system

This numbering system uses 2 symbols: binary number system

This numbering system uses 10 symbols:   decimal number system

This numbering system uses numbers and letters:   hexadecimal number system

This numbering system uses 0, 1, 2, 3, 5, 6, and 7:   octal number system

This numbering system uses 8 symbols is octal number and that of  0 and 1 is binary number.

What is numbering system?

Other are:

The numbering system that uses 16 symbols: hexadecimal.The numbering system that uses 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9: decimal.The numbering system that uses 2 symbols: binary.The numbering system that  uses 10 symbols:   decimal.The numbering system that uses numbers and letters:   hexadecimal.This numbering system uses 0, 1, 2, 3, 5, 6, and 7:   octal.

The numbering system  is known to be often used in  computer.

Conclusively,  it is known to be a kind of systematic process for depicting or showing numbers through the use of a specific set of symbols such as the ones given above.

Learn more about  numbering system from

https://brainly.com/question/17200227

#SPJ2

What are the limitations of the ASCII character set? State why it is limited in this way?

Answers

The problem with ASCII or extended ASCII is that the ASCII system can only represent up to 128 (or 256 for EASCII) different characters. The limitation on the number of character sets means representing character sets for several different language structures is not possible.

Explain why RAM is used to store running programs rather than the hard disk

Answers

Answer:

it would take up too much space and it would put too much stress on the processer.

Explanation:

Please help me with these short questions >..

Answers

Answer:

bmjcmbbobnkpkkjkbk

Explanation:

vuvkopbbkvkhovjlplbkp

20 POINTS!!!!!!!! ANSWER THE QUESTION DOWN BELOW. IF YOU ANSWER SOMETHING INCOMPLETE OR WRONG, I WILL TAKE IT DOWN. GIVING BRAINLIEST TO WHOEVER DOES IT RIGHT. PLEASE HELP THANKS!!!!!

Answers

Answer:

The missing tags have been added below.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

The complete code for the web page is written below;

<! DOCTYPE html>

<head>

< title > My Favorite Fruits </ title >

</head>

<body>

<h1> My Favorite Fruits </h1>

<p1> I really love fruit. My absolute favorites are in the list below. </p1>

<ol>

<li> Bananas </li>

<li> Strawberries </li>

<li> Watermelon </li>

</ol>

</body>

</html >

Note: The code isn't indented because i'm not using an appropriate code editor.

You should ensure your html document contains a header and a body while using the appropriate tags.

The <head> is the opening tag for the header and it should be closed with the </head> while the <title> </title > tag indicates the title of the page at the top of a web browser.

The body of the document starts with the <body> and </body>.

Also, the <h> and </h> tag is used to hold the text in the body while the <p> and </p> tag is used for paragraphs.

Lastly, since we are creating a document with an ordered list, we would use the <ol> and </ol> patent tag while the child tag <li> and </li> sorts the list numerically.

as we move up a energy pyrimad the amount of a energy avaliable to each level of consumers

Answers

Explanation:

As it progresses high around an atmosphere, the amount of power through each tropic stage reduces. Little enough as 10% including its power is passed towards the next layer at every primary producers; the remainder is essentially wasted as heat by physiological activities.

B. Write your thoughts about the following in your notebook.
1. How will you safely use the computer when you are online?
2. How can one use the computer or mobile devices for business?
3. What would you do if you encounter unsafe and questionable content
or messages?​

Answers

1. stay with adult supervision

2. check on the web and create a site for it

3. quickly remove it and try not to read it

Explanation:

I really hope this helps

please mark as brainliest

Time shifting occurs when

a. Clocks move ahead one hour in the spring

b. Works are copied and kept for future generations

C. Individuals copy works to view at a later time

d. Copyrighted materials comes into the public domain

Please select the best answer from the choices provided

A
B
C
D

Answers

Answer: C

Time shifting is when you move from one period in time to another.

Time shifting occurs when Individuals copy works to view at a later time.

What is Time shifting?

Time shifting is known to be a term that connote a move or a shift of a signal in the aspect of time. This can be done by the use of addition or subtraction.

Conclusively, Time shifting do take place when people copy works to view at a later time as they are moving the work to future time.

Learn more about Time shifting from

https://brainly.com/question/14124969

Use the table on the right to convert from decimal to binary.

The decimal value of binary 1000 is 10.
The decimal value of binary 1100 is 12.

The decimal value of binary 1001 is 11.

The decimal value of binary 1110 is E.

Answers

Answer:

The decimal value of binary 1100 is 12

Explanation:

on edge

These are the records and traces an individual leaves behind as they use the internet
1 point

Digital Path

Digital map

Digital foot

Digital footprints

Answers

Answer:

Option D. Digital footprints

Explanation:

Digital footprint is all the stuff you leave behind as you use the Internet.

Digital footprints fs it’s the best

How did early games in generation 1 or 2 influence zelda botw

Answers

Answer:

Open world exploration and inventory management

Explanation:

In the first Zelda game (NES) and Zelda ii (NES) there were very early open world mechanics along with inventory management.

Answer:

5 or 4

Explanation:

I know that Zelda 1 and Windwaker were inspristions, and then we have Ocarina of Time for the Korok forest, Gerudo Desert, and etc. And A Link to the Past was where Kakriko Village originated and the same theme was used for Botw as an easter egg. You may not believe me, but it's in there. But if you wanna get techinical, tons of outfits from the old games are in botw thanks to the dlcs, so...all of them actually are what botw is on.

The unique identifier for each record in a database table is called the

A. Record Id
B. Id number
C. Primary key
D. Row number

Answers

The answer is C. Primary Key. I hope this helps

Answer:

C

Explanation:

Thank the other person

I figured out the secret message in Dad feels good, I can connect the dots

It was morse code of blinking lights. Here is my translation

Andan
come in
this is base

Luietanat Emily Ridley
this is base
come in

This makes sense.

Dad's base wasn't on CFBDSIR, it was on 22B

Dad said not to forget 22B, Kepler 22B is the base. I think Kepler 22B is the base that some lifeform took over

Can you guys correct me if I am wrong

Answers

Answer:

Nope you figured it out

Explanation:

C) The Cloud makes use of the client-server model.
(i) Explain the roles of the client and server in this relationship.

Answers

Please answer answer question answer

Answer:

But generally the shurikens are considered the best bang for you buck. Followed by the flame vent (if you want to hit apparitions with living weapon) or the Axe for general purpose. The dagger is considered the worst and in many cases actually manages to be WORSE than the piercing variant.

Explanation:

Don’t do number 3 just 1 and 2

Answers

Answer:

for #1 its the 3rd one and #2 its the 4th

Explanation:

:)

1. B
2. A

Hope this helps:)

If the algorithm does not have instructions for unanticipated results, the computer program will

Answers

ANSWER: The computer program will ✔ halt . A(n) ✔ recipe is an algorithm.

BRAINLIEST please and good luck!

HELPPPPP PLEEEAAASSSSEEEEE I'VE BEEN STUCK FOR HALF AN HOUR ALREADY PLEASE HELPPP!!!!!!!!Bella is creating a research paper for the first time in Microsoft Word. She is taking a lot of time to create and format the bibliography section. Which section in Microsoft Word can she use to expedite the process? Bella can use the section called_/_/_/_/_/_/_/ in Microsoft Word to create the bibliography.

Answers

Answer:

Citations & Bibliography section.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;

I. View Mode.

II. Print Mode.

III. Drift Layout.

In this scenario, Bella is creating a research paper for the first time in Microsoft Word. She is taking a lot of time to create and format the bibliography section.

Hence, Bella can use the section called Citations & Bibliography in Microsoft Word to create the bibliography. It is found in the References tab of the Microsoft Word program.

Citations are references or links to all of the sources from which an author, writer, or researcher got his or her information from while bibliography is a list of all the sources used in a literary work such as a research paper.

write a python program to convert a number entered by the user
the input is 985
the output is Nine Eight Five

Answers

Answer:

# Function to convert decimal number

# to binary using recursion

def DecimalToBinary(num):

if num >= 1:

DecimalToBinary(num // 2)

print(num % 2, end = '')

# Driver Code

if __name__ == '__main__':

# decimal value

dec_val = 24

# Calling function

DecimalToBinary(dec_val)

Explanation:

The main difference between \f and \r is that \f produces a

Answers

Answer:

\f is a formfeed, \r is just a carriage return.

why is video game addiction a real problem?​

Answers

Video game addiction is a real problem because it starts interfering with school and other activies such as spending time with family, or being active. It slowly starts taking away your motivation to do anything else and all you want to do is play the game

Well, truthfully there is no such thing as video game addiction.

You see, playing video games is fun, and sure, sometimes some kids (or adults sometimes too) like to play for a lot longer than others would like them to, however, video gaming is a very good thing in many cases. You see, for example, there are gamers who have made a very large impact on the definition of success. Like Jaden Ashman (he was born in the UK) who won the Fortnite World Cup, and signed a contract with the Fortnite team Lazarus. This made Jaden earn over $60,000 a year. Parents and other people may believe that kids can be addicted to video games, but there have always been the people who prove them wrong. We as people get our own assumptions of what is or isn't addicting, video games among them, but we (the younger generation of gamers) know more insight than those others. People just need to re-define the definition of addiction.

Hope this helps and have a nice day.

-R3TR0 Z3R0

Retype the paragraph with the corrections. There are 12 corrections. Look closely at the word and letter highlighted in yellow to determine how to correct them. Please help Thank you

Answers

Answer:

Touch typing is a useful skill. It allows you to increase your typing speed and at the same time and reduces the number of errors you make. Touch typing makes you type faster and more efficient. You can be productive and complete your school assignments much quicker. Touch typing also allows you to type communication documents, like e-mails, in a fast and efficient manner. Most importantly, if you type properly then it will reduce repetitive injuries like carpal tunnel syndrome. There are many benefits of learning how to type correctly.

Explanation:


Where do medical students spend most of their first 2 years of medical
school? *

Answers

The first two years
Much of your time will be spent in the classroom and the lab, and the courses you'll take will give you all the fundamentals you need to start learning the art of medicine and patient care.

Name at least 3 different portable computer devices that can be purchased
either from a local retailer or online.

Answers

Answer:

Smart Phone

Cameras

Console Controller

Brainliest and please say if its right!!

Phones

Laptops/Computers

Consoles

(Also tablets).
Other Questions
Type "me"if you're religion is Christian. a+6, when a=2Help me out please I need help with tests Find the value of x in the isosceles triangle. Word BankAntarcticaMadagascarEquatorNile RiverHorn of AfricaSuez CanalIndian OceanEgyptMt. KilimanjaroGibraltarSahara DesertAtlaMedEuroRedSout1. Theborders Africa to the east. Estimate the difference by rounding each numberto the nearest hundredth: 0.051-0.023 First, we need to figure out how much you want to borrow. You said you wanted to spend $5,000, and you will put $500 down. Based on that, we can estimate your taxes to be $340. Put those numbers into the calculator and press calculate to see how much money you will need for your loan.can anyone tell me the answer pls Do the fractions in the table convert to repeating or terminating decimals in each row of the table select either repeating decimal or terminating decimal as your answer Anthony or Ethan?One is 6'4 (or taller), one is 5'9 (still growing)one has lighter hair, one has darker hair. one is older and one is younger.idek... just pick one. and if you want- say who you think has which trait! 1. What is the current balance that Joe Doe owes? $1270.542.What is the total amount that Joe charged for this billing cycle?a. List the purchases that Joe made.3. How much did Joe pay for his last payment?4. Why was Joe charged $35 by the credit card company?5. How much interest was Joe charged for this month?6. What is the credit limit that Joe has for this credit card?a. What is Joes available credit?7. What is APR for purchases for this credit card?8. What is the minimum payment amount that Joe must make?9. When is the due date for Joe to make a payment? 10. Did Joe take a cash advance on this credit card? 11.Why did you think the federal government requires that financial institutions place a Total Minimum Payment Warning on all credit card statements? meaningb prolificmis Select the italicized word that is not capitalized correctly.When "Gone with the Wind' opened at cinema ll, it was the biggest event in town.O A.WindOB.cinemaO C.eventOD.town About 50 000 years ago, in an area located outside Flagstaff, Arizona, a giant4.5 x 107-kg meteor fell and struck the earth, leaving a 180-m-deep hole nowknown as Barringer crater. If the meteor was traveling at 20 000 m/s uponimpact, with what average force did the meteor hit the earth? Use the drop-down menu to correctly identify the numbering system.This numbering system uses 8 symbols:This numbering system uses 0 and 1: This numbering system uses 16 symbols: This numbering system uses 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9: This numbering system uses 2 symbols: This numbering system uses 10 symbols: This numbering system uses numbers and letters: This numbering system uses 0, 1, 2, 3, 5, 6, and 7: Gawain sa Pagkatuto blg. M. Gawin ito sa sagutang papel. A music store is having a clearance sale. All items are discounted by 20%. What is the sale price of a radio that regularly costs $30? Choose the best revision, if one is needed.esA)NO CHANGEB)on the floor in the parlor of his grandfather's farmhousein the parlor, of his grandfather's farmhouse on the floorD)in the parlor of his grandfather's farmhouse, on the floor Which of the following is not true of the ChelseaPier gymnastics program?o It helps people reduce their stress levels.o It is for experienced and beginner gymnasts.o It attracts men, women, and children.O It keeps men and women in good shape. In triangle QRS, the measure of angle RSQ is 29.1*, and the measure of angleQRS is 76*. What is the measure of angle SQR?* What religion do you see is more popular in eastern China? How did different groups of people in Venezuela understand the Enlightenment ideas of liberty and equality?