can you please help look at the picture i will give you a. brainliest and 10 points​

Can You Please Help Look At The Picture I Will Give You A. Brainliest And 10 Points

Answers

Answer 1

Answer:

The last one

Explanation:

Answer 2
B Sofia should Distraction free Study environment. So she be Free to study with nothing Distracting Her.

Related Questions

True or False, A variable can be called or referenced before it has been defined.

Answers

Answer:

false?

Explanation:

im 99% sure

The copy mouse pointer looks like a
white plus sign
O white arrow
white arrow with a small plus sign
black cross

Answers

I’m confused?????????

In critical thinking, an argument is:
A reflection about someone's thinking
A pointless dispute with someone
An attempt to persuade someone
An explanation of something

Answers

c... it’s c ok.......................
An attempt to persuade because you want as many people on your side as you can get

What is a composite primary key made up of?
O an autonumber field/
a reference to a different table
more than one field
multiple records in the table

Answers

Answer:

what

Explanation:

What is the importance of renaming layers in GIMP?

Answers

Answer:

They allow for a more organized workspace. Specially in larger projects, having properly named layers helps keep things organized an sane.

Explanation:

PLEASEEEEEEEEEEE HELPPPPPPPPPP MEEEEEEEEEEE
This software application can be used to organize, analyze, and illustrate data. Which one is it?

a.Excel
b.Outlook
c.PowerPoint
d.Word

Answers

The answer is excel

Hope this helps

Wires,plugs,speakers, chis are all examples of what

Answers

Answer:

Ch1kenT3nders

Explanation:

Select the three statements that best describe benefits to testing a system.
allows you to capture the required behavior of the system
allowS you to correct inaccurate requirements
allowS you to have a good foundation from which to work
allows you to validate characteristics
allows you to verify the project scope
O allows you to create a prototype
allows you to provide a basis for testing

Answers

Answer:

Following are the three statements which best describe  benefits to testing a system.

Explanation:

First

Allows you to correct inaccurate requirements

Second

Allows you to validate characteristics

Third

Allows you to capture the required behavior of the system

hi who plays among us

Answers

Answer:

Me

Explanation:

Lol

Answer:

used to, i like that the game is inexpensive and run well, i hate the thirst boys though

Explanation:

Sharl downloads images from an online library and uses them in her work. The images are shared under the Creative Commons Attribution (CC BY) license. What is she required to do to comply with the terms of the license?
A. share derivatives of the images on identical terms

B. acknowledge the sources of the images

C. use the images for noncommercial purposes

D. use the images in their original form, without modification​

Answers

Answer :

She needs to B. acknowledge the sources of the images

Why ?

As it is stated on the creativecommons . org :

"Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits."

As a result of the Internet, people today

use more mobile devices.

go to the movies more often.

no longer read newspapers.

no longer need computers.How long has the environment been a major issue in the United States?

Answers

Answer:

hi there, the answer is

a. use more mobile devices

hope this helps :)

have a good day!

Explanation:

i just took the quiz rnnn

Answer:A

Explanation:

edge 2023

A client in Nebraska asks you to create a cover image that is 2000 pixels high by 1200 pixels wide for catalog that will be displayed on its website. Which of the following new documents types will you select for this new project?


Select one:
Art & Illustration
Web
U.S. Paper
Photo

Answers

Answer: WEB

Explanation: this is the correct answer.

1 Which of the following could work as bits for a binary system?
А The flip sides of a coin
B The fingers on one hand
C The days of the week
D The colors of the rainbow​

Answers

It’s B you can count it on ur fingers

What does the following loop do?

val = 0
total = 0

while (val < 10):
val = val + 1
total = total + val
print(total)

Prints the numbers backwards from 10 to 1.

Prints the sum of the numbers from 1 to 10.

Finds the average of the numbers between 1 and 10.

Prints the numbers from 1 to 10.

Answers

Answer:

Prints the sum of the numbers from 1 to 10.

Explanation:

YOU NEED BETTER INDENTATION

Total is the sum.

Each loop it's added

:)

ten(10) examples of wearables or wearable technologies?​

Answers

Answer:read

Explanation:

airpods

headphones

earbuds

AirPods  pro

watch

fitbit (type of watch that counts your miles) &you can say workout watch&

VR set

technology bracelet

smart glasses

Smart ring

Selena made a diagram to compare and contrast transmitters and receivers.

A Venn diagram of two ovals. The left oval is labeled Transmitters. The right oval is labeled Receivers. There is an X inside the overlap.

Which label belongs in the area marked X?

Amplifies radio waves
Demodulates radio waves
Sends out radio waves
Captures radio waves

Answers

Answer:

A. Amplifies radio waves

Explanation:

e2021

Answer:

its A on ED

Explanation:

Hi I will Venmo or cash app 50$ to whoever can get all my school work in a week 8th grade btw.

Answers

Answer:

i gotchu dawg

Explanation:

Answer:

UwU Can't, thanks for le points sowwy

Explanation:

Some people argue that it is acceptable to pirate digital media be a no one really gets hurt. How would you respond to someone who made that argument?

Answers

Answer: I say that it is not acceptable to pirate digital media. I say this because it is the exact same thing as cyber bullying.

Explanation:

Guys I need help I cant download anything in the app store I restarted my phone and I know it's not the space on my phone I have alot of space I exited the app store but I still can't download anything help ​

Answers

Can you give me further explanation? For example, how is your phone not letting you download things? What model of a phone is it? what update is it on? and to what extent can you download something?

Select each of the tasks that you could complete using a word processor.

Create a table that lists your favorite movies and actors

Make a list of homework assignments

Take notes for science class

Search for information on the Internet

Write a manuscript of a book

Schedule a meeting

Answers

Answer:

Create a table that lists your favorite movies and actorsWrite a manuscript of a bookMake a list of homework assignments

Explanation:

Word processing tool is used for different purposes such as typing reports, preparing notes and books etc.

Now from the given options, following tasks can be performed using a word processor

Create a table that lists your favorite movies and actorsWrite a manuscript of a bookMake a list of homework assignments

Create a table that lists your favorite movies and actors

Write a manuscript of a book

Make a list of homework assignments

(Yes I did copy the person above me)

What is missing in the following program?
count = 0
1for numA < 3:
count = count + 2
print(numA)

answer:

Answers

Answer:

Replace for with while or if

Explanation:

The question has been answered by you before posting. However, I'll help with the explanation.

In python, for is used to iterate through a particular range. So, the for statement as used in the given program is incorrect.

Now, with what do we replace for?

The function of the program is not stated. So, I'll answer with likely options.

1. Replace for with while:

This will repeat the code in the while block as long as the condition numA<3 is true

2. Replace for with if statement:

This checks if numA is true and performs the operations in the [if] block.

The representation would be:

if numA < 3:

     count = count + 2

     print(numA)

After either of the above has been implemented, variable numA has to be initialized properly before the program functions well.

Answer:

The answer is while. Have a wonderful safe day.

Explanation:

How would a person giving a persuasive speech use projection to make a key point?

a. by talking at a faster pace
b. by using a louder voice
c. by pronouncing words clearly
d. by using an upward intonation

Answers

Answer:

B: by using a louder voice

Explanation:

if Edge quiz then B

Answer:

B: by using a louder voice

Explanation:

correct on e2020 :)

What is output? Select all that apply. c = 3 while (c < 10): c = c + 2 print (c)

Answers

Answer:

5, 7, 9, 11

Explanation:

its on quizlet

As a sports store owner, the higher the price you charge for gear?

Answers

Answer:

The greater the profits no matter how high the price

it could be bottom left or bottom right because people won’t buy the gear if it’s to expensive losing profits

Question 8 of 10
What can be defined as an information technology environment?
A. The tools and processes that surround us to gather and interpret
data
O B. The rules and regulations that government and businesses must
follow to be secure from hackers
C. The energy used to create and maintain technology
D. The buildings and materials that house computer services
SUBMIT

Answers

Answer:

C. The energy used to create and maintain technology

#Carry on learning po

You want to use the dist() method. Which line will allow you to enter the following code in IDLE?
>>>dist([2.5).(5.9))
5.0
from dist import math
from math import dist
from random import dist
from dist import random

Answers

Answer:

from math import dist

Explanation:

The dist() method is a part of the math module. So, to include it you have to use the following line of code:

from math import dist

hope this helped :D

The line which will allows you to enter the following code in IDLE is from math import dist.

What is dist() method?

The dist() function can be used to calculate a distance matrix, which shows the distances between the rows of a matrix.

The dist() method is a part of the mathematics module. Then, for

>>>dist([2.5).(5.9))

5.0 ,

we have to use code in IDLE as;

from math import dist

Thus, the line which will allows you to enter the following code in IDLE is from math import dist.

Learn more about dist() method.

https://brainly.com/question/25373810

#SPJ2

Describe the scope of the variables in this code.

class pet:
def __init__(self,strSpecies,strName):
self.species = strSpecies
self.petName = strName

def __str__(self):
return self.species + " named " + self.petName

def changeName(self, newName):
self.petName = newName

class petCarrier:
size = 'medium'
color = 'red'

The scope of petName ______.

The scope of color is ______.

Accessible to the entire program
limited to the petCarrier class
limited to the pet class


(both of the blanks need one of those answers)

Answers

The scope of petName is local to the class pet.

The scope of color is accessible by all parts of the program.

How to interpret programming variables?

The variable petName is local to the class; This isdue to the fact that the variable was created in a function whose name begins with two underscores.

The variable color; This is created in the petCarrier class and is accessible to the entire function. This was not created in a function whose name begins with an underscore.

Read more about programming variables at; https://brainly.com/question/9238988

#SPJ2

Answer:

The scope of petName limited to the pet class

The scope of color is accessible to the entire program

Explanation:

edge

What is a product of respiration

Answers

Answer:

carbon dioxide and water

Explanation:

What do microphone means

Answers

Answer:

A tiny phone

Explanation:

It means a tiny phone

A company was asked to develop a smartphone app to help people locate a car of their choice to purchase from a complex of more than thirty used car dealers who all share a huge car lot. Name two features that that would be useful to potential customers.

Answers

Answer:

the gps and a map

Explanation:

Answer:

I think. it could be GPS and maps to but I may be wrong so yeah

Other Questions
What is the ratio of 1.5 inch screws to 2.5 inch screws? 23.98-1.72.7.6 =????? Please help me!!! The chemical formula for magnesium oxide is MgO. A chemist determined by measurements that 0.030 moles of magnesium oxide participate in a chemical reaction. Calculate the mass of magnesium oxide that participates. please answer i will give you brainiest!!!!!!!!!!!!!!!!!!!!!!!!! please look at picture and help me!!? Give the correct ending for each adjective.una estudiante desorganizad _____ What are some examples of X-Ray waves find the slope of the line from the values in the table. Explain your steps. In a parliamentary system of government, how is the leader chosen?O A. In a vote by the citizensO B. By the national court systemC. By a majority vote of the legislatureOD. By the political party with the most members in the legislaturepls help! Help me with this Fraction problem please, IT's Simple The bacteria in the picture below falls into which category? StaphyloSpirillaBacillusCoccus Learning Target: Students will work on final project.You have leamed about video game industry and acquired basic skills to make basicvideo games in this class so far. It is time to update your resume and cover letter.Re-visit your assignments from 9/28-9/29 in this class. You can find that at yoursubmission in google classroom for this class for the dates mentioned. Type yourresume and cover letter using google docs or MS word professionally. First doresearch to find a job opening in a real company. Craft your resume and cover letteras if you are applying for the job listed. List game projects, coding skills etc. thatcould benefit you in finding his job.1. Check-in/Exit Ticket2. Resume and Cover Letter what is 3,101 divided by 16 as a decimal please help Help need this answer as as possible Peter wants to complete 90% of his practice session. If he has completed 24 minutes out of 30 , how many more minutes does Peter need to complete? how does school help to solve social problems?write Which of the following is true about cover letters?Cover letters are equivalent to a personal sales pitchO Cover letters can be the same for all prospective employersCover letters should not list anything specific about the companyO Cover letters should be sent the day before the rsum Research shows that ultraviolet rays, especially those from reflected light, can cause sunburn damage to the cornea. The cornea is part of the eye.What is the BEST way to combine the information in the two sentences? A. Research shows that ultraviolet rays, especially those from reflected light, can cause sunburn damage to the cornea a part of the eye. B. Research shows that ultraviolet rays, especially those from reflected light, can cause sunburn damage to the cornea, a part of the eye. C. Research shows that ultraviolet rays, especially those from reflected light, can cause sunburn damage to the cornea; a part of the eye. D. Research shows that ultraviolet rays especially those from reflected light can cause sunburn damage to the cornea a part of the eye. Ok so do I subtract 5 from x and 5 Orr am I solving wrong i dont know this is confusing. Which of the following would exclude (not allow) a person from being eligible to represent Californiain the U.S. Senate?(A) Being born in England(B) Living in California, but working in Arizona(C) Being 34 years old(D) Having been a citizen for eight years