Answers

Answer 1
Presenter notes are for showing to other people
Answer 2

Answer:

notes on like a presenting app that will help you present better so like your notes

Explanation:


Related Questions

Who Find the exact web server that hosted the website by looking in a huge database of internet addresses

Answers

Answer:

The Internet service provider (ISP)

Explanation:

The internet service provider provides individuals and other companies access to the internet and other web services. The internet service provider looks through a huge database of internet addresses to find the exact web server that a website is hosted on when a query is sent.

Write a method called removeHighPrice that will go through a provided ArrayList called prices and removes the first price that is more than $5.00 and return the new ArrayList. If a price over $5 is not found, it returns the original ArrayList.

Answers

Answer:

The method written in Java is as follows:

public static ArrayList<Double> removeHighPrice (ArrayList<Double> prices){

       for(int i =0;i<prices.size();i++){

     if(prices.get(i) > 5.00){

         prices.remove(i);  

         break;

     }

 }

 return(prices);  

 }

Explanation:

This line declares the method

public static ArrayList<Double> removeHighPrice (ArrayList<Double> prices){

This line iterates through the ArrayList named prices

       for(int i =0;i<prices.size();i++){

This checks if current price is greater than 5

     if(prices.get(i) > 5.00){

If yes, the price is removed

         prices.remove(i);  

And the loop is terminated

         break;

     }

 }

This returns the ArrayList

 return(prices);  

 }

I've added as an attachment, the complete program which includes the main method

SOMEONE PLEASE HELP ME OUT WITH!!!!!

Answers

i’m pretty sure it’s the second one. that’s what i’d choose
I’d chose the second one

How can your web page design communicate your personal style

Answers

Answer:

Web design is very unique, you can express your feelings through creating a page.

differentiate between refraction of light and reflection of light

Answers

Refraction represents a change in the direction of propagation when beams of light encounter a medium with a different density.

Reflection is the return of light to the medium it came from when it encounters a mirror.

Reflection is the bouncing back of light when it strikes the smooth surface. Refraction is the bending of light when it travels from one medium to another .

Which of the following best describes the purpose of an IP address?

Answers

To locate somebody. Mabey to send mail to.

Answer: C

Explanation:

Each connected device has its IP address. However, all the connected devices are included under your main public IP address for your network.

Your ISP (Internet Service Provider) provides a public IP address via your router. The ISP will have a sizeable pool of IP addresses they have bought. They distribute these to their various customers.

-(PROJECT: SHADOW_ACTIVATED.)-

Answers

Answer:

OH NO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Explanation:

WE'RE GONNA DIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

(?_?)             o_O               O_o              (¯(●●)¯)

Consider Emily's balance statement:

a) Emily's supervisor asked her to revise the balance statement. What does she need to revise? Why?

Answers

Answer: The purpose of a balance sheet is to give interested parties an idea of the company's financial position, in addition to displaying what the company owns and owes.

Explanation:

Select the correct answer.

Which aspect of visualizing rationalized space requires that objects must have relative space between two surfaces?

A.
color
B.
light
C.
elevation
D.
shadows

Answers

it’s B i think, not exactly sure though

SOMEONE PLEASE HELP ME FAST PLEASE PLEASE !!!!

Answers

Answer:

what

Explanation:

i don't know this oustion ?

how do you change your snap c hat name plz?

Answers

You can’t change it!! I know it sucks:(

Answer:

You can't change your username but you can change your name.

Explanation:

Tap on the friend's name you'd like to change. Tap on the settings icon that appears next to their name off to the right. Tap on Edit Name in the popup menu. Type in the name you'd like to appear when this person communicates with you.

ull be my american girl american girlr

Answers

Answer:

Wuuut

Explanation:

you crazy

In what type of attack does the attacker have the ciphertext of several messages that were encrypted with the same encryption algorithm, but has no access to the plaintext so he or she must try to calculate the key used to encrypt the data

Answers

in ciphertext-only.

EXPLANATION: it is an attack model for cryptanalysis where the attacker is assumed to have access only to a set of ciphertexts. The attack is completely successful if the corresponding plaintexts can be extracted or, even better, the key.

Some students are studying the amount of pollution in a river They are using a computer to measure the pollution level using sensors to record and print the result.
Name two sensors they should use to measure the amount of pollution.

Answers

Answer:

optical sensors

Explanation:

optical sensors measure the amount of gases like carbon dioxide and carbon monoxide in the air

Please help in Java!! Due tonight!!! Greatly appreciated!!

Answers

Answer:

d. Mystery2

Explanation:

static methods can be called without an object instance.

The getDouble() method uses ints, so pass in an int.

After running the following pseudocode, what will the value of VARIABLE be? 1. Set value of VARIABLE to 5 2. Increase the value of VARIABLE by 3 3. If the value of VARIABLE is odd, increase its value by 1 4. If the value of VARIABLE is even, increase its value by 1 5. If the value of VARIABLE is odd, increase its value by 1​

Answers

Answer:

10

Explanation:

you start with 5       5

you add 3                8

the variable is not odd so skip         8

the variable is even so add 1            9

the variable is odd so add 1              10

10

hope this helps <3

which member of the Jackson family was the spokesperson for the Psychic Friends Network.​

Answers

Answer:

La Toya Jackson

Explanation:

10
Select all the correct answers.
Which statements are true regarding system and application software?
System software consists of only the OS and application software.
A program is a set of instructions that helps the user understand the functioning of the computer.
Ооооо
An OS acts as an interface between the hardware and the user.
Application software allows users to perform various tasks.
Disk cleaner, resource monitor, etc. are all examples of application software.
Reset
Next
Next

Answers

Answer:

Keyboard

Explanation:

l think it is the key board

Liam is at the park an would like to play soccer. He tell another kid at the park that he would hurt him if he couldn't play soccer. The kid at the park should...
1. control his emotions and ask liam to stop because this is intimidation.
2. get angry and ask Liam to stop because this is intimidation.
3. tell someone what happened because this is exclusion.
4. tell Liam he is going to hurt him and walk away because this is exclusion.​

Answers

Answer:

1

Explanation:

We know that he shouldn't get angry because that will only escalate things. It is not 3 or 4 because he isn't excluding him, but rather forcing him to join. Ergo it is option 1

Can you help me with these AP Computer Science Questions. (THIS IS DUE BY 1:30 PM today) you have to evaluate the Boolean Expressions.

Answers

Answer + Explanation:

'and' -> both statements are 'True' to evaluate as 'True'.

'or' -> at least one statement is 'True' to evaluate as 'True'.

1. True (grade has the value of 82, so the statement evaluates to 'True').

2. True (Both statements are true, this expression evaluates to 'True').

3. False (Both statements are false, this expression evaluates to 'False').

4. True (the != operator means not equal. Since the 'name' variable holds the string 'Rumpelstiltskin', name != 'Rumpelstiltskin' evaluates to 'False'. The 'not' operator returns the opposite of the given Boolean expression, so this expression evaluates to 'True').

5. True (name == 'Rumpelstiltskin' evaluates to 'True', so this expression is true).

6. False (All statements evaluate to 'False').

7. True (All statements evaluate to 'True').

8. False (All statements evaluate to 'True' except for not(x == - 3) which evaluates to 'False', so the whole statement now becomes false).

9. True (grade+5 < 90 and grade >= 80 evaluates to 'True', so this whole expression becomes true).

10. True (grade > 0 and x % 2 == 1 evaluates to 'True')

Hope this helps :)

In this exercise we have to have knowledge about computation, in this way it will be possible to analyze the code in python. So we will have:

1) True

2) True

3) False

4) True

5) True

6) False

7) True

8) False

9) True

10)False

In this way to understand the code we have to make clear an important point, that is:

'and' -> both statements are 'True' to evaluate as 'True'. 'or' -> at least one statement is 'True' to evaluate as 'True'.

1) The grade has the advantage of 82, so the charge evaluates to 'True'.

2) Both charge exist valid, this facial appearance evaluates to 'True'.

3) Both account of finances happen dishonest, this facial appearance evaluates to 'False'.

4)The 'not' manipulator returns the opposite of the likely Boolean verbalization, so this facial appearance evaluates to 'True'.

5) The name == 'Rumpelstiltskin' evaluates to 'True', so this facial appearance exist real.

6) All account of finances judge to 'False'.

7) All assertion judge to 'True'.

8) All account of finances judge to 'True' except that not(x == - 3) that evaluates to 'False', so all affidavit immediately enhance dishonest.

9) The grade+5 < 90 and grade >= 80 evaluates to 'True', so this whole verbalization enhance real.

10) The grade > 0 and x % 2 == 1 evaluates to 'True'.

See more about computation at brainly.com/question/26104476

What responds to both visual appeal and functional needs? (1 point) A.) applied art B.) performance art C.) fine art D.) visual art

Answers

Answer:

A.) artes aplicadas

Explanation:

According to the video, what kinds of projects would Computer Programmers be most likely to work on? Check all that apply.

educational software
financial planning software
computer hardware
games
installing networks

Answers

Answer:

educational software

financial planning software

and games

Explanation:

The kind of projects that would Computer Programmers be most likely to work on are educational software, financial planning software, and games The correct options are a, b, and d.

What are computer programmers?

A computer programmer designs computer codes for websites, while an Information Support Specialist oversees the design and maintenance of websites. Computer programming has a close relationship with mathematics.

Code and scripts are written by computer programmers, modified, and tested to ensure that software and applications work as intended. They convert the blueprints made by engineers and software developers into computer-readable instructions.

Therefore, the correct option is

a. educational software

b. financial planning software

d. games

To learn more about computer programmers, refer to the link:

https://brainly.com/question/30307771

#SPJ6

Read each example from the opening of a speech on the topic of video gaming. Identify the type of hook being used According to a recent study, the average American teenager spends nine hours a week playing video games. Too many students are spending too much time playing video games. Once, I played video games for so long that my fingers cramped up, and I couldn't write for a week! Excessive video gaming has "been linked by many studies to aggressive behavior,' according to a 2012 news героrt. 7​

Answers

Answer:

it goes c, b, b, a

Explanation:

how can i fix this???

Answers

Answer:

ummm it seems like that you've destroyed (crack) your screen. Either take it to a repair shop or if you know how, try fixing it yourself

development of smart phone​

Answers

Answer:

The first smartphone, created by IBM, was invented in 1992 and released for purchase in 1994. It was called the Simon Personal Communicator (SPC). While not very compact and sleek, the device still featured several elements that became staples to every smartphone that followed.

When Mark completed his research paper, he decided that he wanted to have all headings to be in bold, underlined, and 14 points. Which keyboard combination could he use to make these changes at once?

Answers

CTRL/CMD + B (BOLD)

CTRL/CMD + U (Underline)

CTRL/CMD + ] or [ (change font size)

How do you send friend requests?

Answers

Answer:

i dont know how too i dont think you can

What is the use of consonant in QBASIC ? Answer me in short and easy answer.​

Answers

Answer:

See Explanation

Explanation:

I'll assume the question is about the use of constants in QBasic because consonants do not have any special function or usage in QBasic.

In simple terms: In QBasic, constants are used to represent elements that do not change in value during program execution.

Take for instance, you intend to use [tex]\pi[/tex] in your program.

Its value is [tex]\pi = 3.142[/tex]

So, 3.142 will always be a constant in your program. One of the ways it can be used in a program is:

10 LET PI = 3.142

The above represents a numeric constant. QBasic also have string constants.

Order the steps for using the Rules Wizard to create an email rule.
Select the Home tab, and
click Rules button.
Click New Rule, and select Make any exceptions, and
a template.
name the rule.
Edit a description of the
rule by adding values.
Select Manage Rules and
Alerts

Answers

To use the Rules Wizard to create an email rule, you can follow these steps:

Select the Home tab and click the Rules button.Click New Rule and select a template.Edit a description of the rule by adding values and making any exceptions.Name the rule.Select Manage Rules and Alerts to save the rule.

What is the email rule about?

Below is the process in a more detailed form:

Open your email client and go to the Home tab.Click the Rules button, which is usually located in the Move section of the ribbon.In the Rules dialog box, click the New Rule button.In the Rules Wizard, choose a template that best fits your needs. You can also choose to create a custom rule by selecting "Start from a blank rule."Follow the prompts in the wizard to specify the conditions and actions for the rule. You can specify values and exceptions, such as the sender or recipient of the email, or the subject of the email.Give the rule a name and click Finish to save the rule.

Therefore, To manage your rules, click the Manage Rules & Alerts button in the Rules dialog box. From here, you can edit or delete existing rules, or create new ones.

Learn more about email rule from

https://brainly.com/question/4783467
#SPJ1

SOMEONE PLEASE HELP ME FAST PLEASE!!!

Answers

Answer:

I think it the first one

Explanation:

Other Questions
A researcher is studying the effect of caffeinated drinks on the activity level of ten-year-old children. Half of the children in the study drank caffeinated soda, and half drank non caffeinated soda. Neither the research team nor the children knew which drinks had caffeine and which drinks did not. The researchers were using Which person is not an officlal part of a party's organlzation at the national level Thank you in advance! Max built a rectangular Prism and a rectangular Pyramid using beach sand. The prism and the pyramid have the same base area and the same height. The amount of sand Max used to build the Prism is how many times the amount used to build the Pyramid? Which equation is graphed here?A) y = -3x + 3B) y = -3x - 3C) y = -1/3x + 3D) y = -1/3x - 3 Tracee buys a shirt for $15 and a pair of Jeans for $32.50. If the sales tax is 8% what is the total price Tracee pays for the items? A food processor draws 8.47 A of current when connected to a potential difference of 110 V.How much electrical energy is consumed by this food processor monthly (30 days) if it is used on average of 10.0 min every day? PLS GIVE A REAL ANSWER ILL MARK BRAINLIEST!! in the three stages of the cell cycle, (interphase, mitosis and cytokinesis) which organelles are affected in the cell? Gas mileage is the number of miles you can drive on a gallon of gasoline. A test of a new car shows it can drive 370 miles on 20 gallons of gas. How far could you drive on 65 gallons of gas? What two estates would always team up against the other in voting. Name one or more changes that arose with the development of agriculture: mushroom cannot be kept in the division algae?why Marcus bought a booklet of tickets to use at the amusement park. He used 50% of the tickets on rides, 13of the tickets on video games, and the rest of the tickets in the batting cage. Marcus says he used 10% of the tickets in the batting cage. Do you agree? Explain. True or False:Changes in the crust happen quickly and can easily be seen Drag each label to the correct location on the image. Identify these elements of photosynthesis.A) Light EnergyB) GlucoseC) Carbon Dioxide The image attached has an arrow pointing to each box in which you have to drag each label. One pointing outward, one pointing from the sun to the plant, one painting to the plant. Ignore any other arrows that don't have a box connected to them. (I had to put the options in the boxes because I couldn't fit them in the picture) You have two options for this task.Option 1: Create your own stage or film interpretation of one scene or chapter from Journey to the Center of the Earth, write it out in script or screenplay format, or you can actually film it and upload it to your instructor. You can conduct an Internet search for sample scripts or screenplays to help you with the basics of formatting.Remember, you are only doing one section. Pick a chapter and go to town!Option 2: Write an analysis of how the filmmakers of one of the adaptations chose to recreate the movie. Pick a scene for example, the desperate search for water and describe and explain how the filmmakers adapted the novel. What parts did they keep? What parts did they change? Why do you think they did that? Do you agree with those decisions? Do you think they made for a better movie? Why or why not?Write these answers up in a 2 paragraph essay and submit it to your instructor. Janna owns a jewelry shop that sells handmade jewelry. Her employees are paid a certain amount for each bracelet and necklace they produce, regardless of the amount of time it takes. This is a Which of these policies involving foreign countries was generally favored by isolationist Americans? (5 points) Group of answer choices sending the United States Army to put down revolutions in Europe joining the League of Nations sending food and money to nations devastated by war pressing Britain and France to pay back their wartime loans Ruben bought 666 comic books for \$21$21dollar sign, 21. Each comic book was the same price.What was the cost for 111 comic book? Haley is trying to pull an object upward. The below forces are acting on the object.Fp= 5500 NFg= 6000 NWhich represents the net force? 500 N 500 N 500 N 500 N