1. How is the pronoun their used in the second sentence?
The students in Mrs. Powell 's classroom completed the service project in record time. Their
contributions to the community were broadcast on the local news,
A. To link a subject with the word(s)that describes it
B. To replace prepositions
C. To show possession
D. To replace an article like the or an

Answers

Answer 1

The pronoun is used in the second sentence as To link a subject with the word(s)that describes it.

What is a pronoun?

This is known to  be a word or phrase that is said to be used to replace a noun or noun phrase.

Note that in the above sentence, the pronoun " their" is used to The pronoun is used in the second sentence as To link a subject with the word(s)that describes it as it tells more about service project.

Learn more about pronoun from

https://brainly.com/question/395844

#SPJ1


Related Questions

Which of the following functions is a scalar function?
A.count B.Max C.Sum D.Month

Answers

Count, Max, and Sum are all scalar functions. Thus, option A, B, and C is correct.

What is a scalar function?

A scalar function can be defined that only returning one number out of an incoming signal. The Scalar function treats every column separately. Input data forms the basis of SCALAR Services. Although scalar procedures can accept one or more inputs, they all must give a mono result.

The different function helps to identify the data in a different respect. The serve as significant only function accepts input value, usually a column number and another single identifier that denotes a set.

Count function totals each row. The sum function gives the total. The function represents the data and is formed with the help of the Count, Max, and Sum.

Therefore, option A, B, and C is the correct option.

Learn more about the scalar function, here:

https://brainly.com/question/21925479?referrer=searchResults

#SPJ2

Briefly explain how human thinking is mapped to artificial intelligence components.

Answers

Answer:

The technique is called 'mind mapping' which allows the visual representation of ideas and information which also links to memorization. Artificial Intelligence is mimicked as a system based on how our mind works; the human brain's critical thinking is mapped to artificial intelligence.

This program will output a right triangle based on user specified height triangle_height and symbol triangle_char.

(1) The given program outputs a fixed-height triangle using a * character. Modify the given program to output a right triangle that instead uses the user-specified triangle_char character. (1 pt)



(2) Modify the program to use a loop to output a right triangle of height triangle_height. The first line will have one user-specified character, such as % or *. Each subsequent line will have one additional user-specified character until the number in the triangle's base reaches triangle_height. Output a space after each user-specified character, including a line's last user-specified character. (2 pts)



Example output for triangle_char = % and triangle_height = 5:

Answers

Answer:

triangle_char = input('Enter a character:\n')

triangle_height = int(input('Enter triangle height:\n'))

print('')

for I in range (triangle height):

for j in range(i+1):

print(triangle_char, end = " ")

print()

Explanation:

I did this question mark brainiest please

ANSWER QUICKLY!!!

A designer plans an appropriate element mix for a website. What element does the picture illustrate?

Answers

Based on the image attached, A designer's element that the picture illustrate is a wireframe.

What is a wireframe in design?

A wireframe is  known to be a kind of two-dimensional depiction of a page's interface that is one that only focus on  the amount of space allocation and it is one that work in the prioritization of content and others.

Note that Based on the image attached, A designer's element that the picture illustrate is a wireframe.

Learn more about designer plans from

https://brainly.com/question/9778788

#SPJ1

difference between hacking and cracking not hackers and crackers ​

Answers

Answer The basic difference is that a hacker uses their extensive knowledge of computer logic and code, while a cracker looks for back doors in programs, and exploits those back doors

What action should you take if you become aware that sensitive compartmented information has been compromised

Answers

Answer:

Report the crime to local law enforcement.

Explanation:

When searching for a video file on your computer, you should look for a file with which extension?

Answers

While searching for a video file on the computer, the .mp4 extension must be searched.

What is a file extension?

A file extension is given as the suffix added to the file name that has the description of the type of file.

The file extensions for various types of files are different and are used for the identification of the file type. The video files have the general extension as .mp4.

Thus, while searching for a video file on the computer, the .mp4 extension must be searched.

Learn more about file extensions, here:

https://brainly.com/question/7640304

#SPJ1

Question 1 of 10
Which abbreviation is used to describe one type of long-term computer
memory?
O A. SCRAM
O B. DRAM
O C. ROM
O D. RAM

Answers

Answer:

C) ROM

Explanation:

In a computer, RAM is the short term memory. On the other side, ROM is the long term memory. Other examples of long term memory: Hard disk or SDD. Rest all of the options - SCRAM, DRAM, RAM are memory chips.

Answer:

C. ROM

Explanation:

The image was provided for explanation.

Hoped it helped.

You are a Junior IT Technician in your organisation. One of the duties is to demonstrate and explain how the computer works to the new intern staff. Discuss how you would demonstrate and explain

Answers

Recognizing the way computational modeling are utilized is just as important as employing technical knowledge about computer or laptop.

What is a demonstration?

Providing verifiable evidence to demonstrate that maybe something real or is correct.

You are a Junior IT Technician in your organization. One of the duties is to demonstrate and explain how the computer works to the new intern staff.

I'll describe how and when to install and set up computer networks, examine computer issues, and resolve technical and application issues over the phone or face to face as an IT specialist.

Based on the scale of the company for which you work, how would you represent particular maybe more knowledge and expertise? A technical IT support team is commonly separated into both first support, with both the second-line support workers answering more specialized inquiries that the first support staff couldn't handle.

More about the demonstration link is given below.

https://brainly.com/question/15070998

#SPJ1

Coding final. The code needs to be in python. See picture for information.​

Answers

Answer:

Explanation:

def running_sum():

 num = int(input("Enter a number: "))

 limit = int(input("Enter a limit: "))

 sum = num

 while sum < limit or sum == limit:

      number = int(input("Enter another number: ")

      sum+=num

 if sum==limit:

      print(sum)

 

25 POINTS! HELP ME PLEASE THANK YOU
Type the correct answer in each box. Spell all words correctly.
What attributes of color does the Luminosity blend mode affect?
You can use the Luminosity blend mode to match the brightness of the original color to the brightness of the new color.-_____
and______
are unaffected.

Answers

Answer:

What attributes of color does the luminosity blend mode affect?

Whereas the Color mode blends the colors of a layer while ignoring lightness values, the Luminosity mode blends the lightness values while ignoring the color information!

Explanation:

Which output returns the Boolean value FALSE? A. 3 B. 2 C. 1 D. 0

Answers

Answer:

D) 0

Explanation:

True - 1

False - 0

what is another word for low level language​

Answers

Answer:

machine code or assembly language

Explanation:

Because of the low abstraction between the language and machine language, low-level languages are described as "close to the hardware"

wikipedia

Answer:

Another word for Low Level Language is 'Machine-Oriented Language'.

there are two types of Low Level Languages:

1 ) Machine Language

2) Assembly Language

hope that helps...

The following equations estimate the calories burned when exercising (source):
Women: Calories = ( (Age x 0.074) — (Weight x 0.05741) + (Heart Rate x 0.4472) — 20.4022 ) x Time / 4.184

Men: Calories = ( (Age x 0.2017) + (Weight x 0.09036) + (Heart Rate x 0.6309) — 55.0969 ) x Time / 4.184

Write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. Output calories burned for women and men.

Output each floating-point value with two digits after the decimal point, which can be achieved as follows:
print('Men: {:.2f} calories'.format(calories_man))

Ex: If the input is:

49
155
148
60
Then the output is:

Women: 580.94 calories
Men: 891.47 calories

Answers

Answer:

# Women: Calories = ((Age x 0.074) - (Weight x 0.05741) + (Heart Rate x 0.4472) - 20.4022) x Time / 4.184

#Men: Calories = ((Age x 0.2017) + (Weight x 0.09036) + (Heart Rate x 0.6309) - 55.0969) x Time / 4.184

#main function to gets input for age, weight, hear rate and time and print Women and Man calorie burnt

def main():

 #get user input for age, weight, hear rate and time

 age = int(input("Enter your age:"))

 weight = int(input("Enter your weight:"))  

 heartRate = int(input("Enter your heart rate:"))

 time = int(input("Enter your time:"))

 #calculate calories for women and men

 caloriesWomen = ((age * 0.074) - (weight * 0.05741) + (heartRate * 0.4472) - 20.4022) * time / 4.184

 caloriesMen = ((age * 0.2017) + (weight * 0.09036) + (heartRate * 0.6309) - 55.0969) * time / 4.184

 #print calories for women and men

 print("Women: %.2f calories"%caloriesWomen)

 print("Men: %.2f calories"%caloriesMen)

#calling main function

main()

Explanation:

1) Above is your updated program.

2) Please copy it in python file and run

3) Below is the test output for this program

Enter your age:49

Enter your weight:155

Enter your heart rate:148

Enter your time:60

Women: 580.94 calories

Men: 891.47 calories

Which of the following applies to patents?
o They protect the rights of the intellectual property owner.
They represent free speech rights.
o They are pretty symbols.
o They make it OK to take other people's work.

Answers

They protect the rights of the property owner. I watch a lot of shark tank and I believe that’s right

For what two reasons is it important to add comments to a program? A. To make the structure of the code clear for other programmers B. To make it run faster and more efficiently C. To make the program appear elaborate and complex D. To make troubleshooting and fixing bugs easier​

Answers

Commenting is important to a program to ease the understanding of code by other programmers, and for troubleshooting and fixing bugs.

What is commenting on a program?

The commenting on a program is given as the human-readable description of the code that helps in the analysis of what is the function being performed by the code.

The commenting is important as:

It makes the easy to clearly understand the structure of code by other programmers are many are working in an organization.

In the troubleshooting and when fixing the bugs, the comments add the ease to crack the fault in the code.

Thus, options A and D are correct.

Learn more about commenting in a program, here:

https://brainly.com/question/17102137

#SPJ1

PLEASE HELP!! THIS IS DUE SOON.

An optical drive is used to send information to the cloud.

A. True

B. False

Answers

Answer:

The correct answer should be false.

Explanation:

I'm not so sure, so let me know if you got it worng.

And can I please have brainliest if it is correct?

For which tasks is Layout view most helpful? Check all that apply.

moving an object from one section to another
showing how a report will look when printed
selecting and formatting an object
positioning an object precisely within a section
exporting a report to email or Microsoft 365

Answers

The task where the Layout view most helpful is showing how a report will look when printed.

What is the Layout view?

The Layout view is known to be a view that is said to be more of visually-oriented when compared to the Design view.

Note that the Layout view is one where each control often shows real data and as such, The task where the Layout view most helpful is showing how a report will look when printed.

Learn more about  Layout view  from

https://brainly.com/question/1327497

#SPJ1

Answer:

Its B and C

Explanation:

I just answered it. Believe it or not

Suppose you want to pick the most reliable data storage option possible. What would you choose?
cloud storage
solid-state drive
optical disc
USB flash drive

Answers

Answer:

USB flash drive

Explanation:

A USB flash drive can store important files and data backups, carry favorite settings or applications, run diagnostics to troubleshoot computer problems or launch an OS from a bootable USB. The drives support Microsoft Windows, Linux, MacOS, different flavors of Linux and many BIOS boot ROMs.

What is the half of 3/18

Answers

Answer:

1/3

Explanation:

3/18 divided by 2 equals 1/3

hope this helps

have a good day

what do you feel are the consequences of fake news on American society and how have digital communication tools contributed to it

Answers

Digital communication is the inter-transfer of information from one point to another. It has increased the circulation of fake news and has greatly influenced society.

What is fake news?

Fake news or yellow journalism is the spread of false and incorrect baseless information from a source. The use of social networking platforms and television have increased the spread of fake news.

It has led to negative journalism and many sensational events that have affected society in a negative manner. It has been increased to gain monetary benefits and to make some conflicts.

Therefore, fake news has negatively affected the peace of society.

Learn more about fake news here:

https://brainly.com/question/11222703

#SPJ1

a software copyright?​

Answers

Answer:

Software copyright is the application of copyright in law to machine-readable software. While many of the legal principles and policy debates a concerning software copyright have close parallels in other domains of copyright law, there are a number of distinctive issues that arise with software

What is a symbol or container that holds a value?

Answers

Answer:

variable

Explanation:

you can program complex things with variables

Answer:

variable

Explanation:

The ________ mouse uses a rolling ball to detect movement and requires regular cleaning to work properly

Question 7 options:

A Mechanical

B Optical

C None of the above

D All of the above

Answers

A. mechanical

The mechanical mouse uses a rolling ball to detect movement and requires regular cleaning to work properly.

2
Select the correct answer
What is the term used when an agent obtains knowledge online?
OA computation
OB, learning
OC observation
OD. reasoning
Reset
Next

Answers

Answer:

b

Explanation:

i believe its b. i apologize if im wrong

explain how production values can reveal the quality and accuracy of mass media.

Answers

Production values can reveal the quality and accuracy of mass media as it shows the total or full cost spent in making a quality film.

What are production values in mass media?

Production value is known to be employed to know the full cost of making a film, and also the amount of money a film producer  spent on props and special effects.

Note that by knowing the above, one can say that a given film reveal the quality and accuracy of mass media.

Learn more about  production from

https://brainly.com/question/1501489

#SPJ1

what is the protocol suit for the current internet

Answers

Answer:

TCP/IP protocol suite

Explanation:

it just is lol

Explanation: One of the most common networking protocol suites is known as Transmission Control Protocol/Internet Protocol (TCP/IP). All devices that communicate across the Internet must use the TCP/IP protocol suite. Ok bye

(c) Explain why a combination of ethnography and
prototyping is useful
for the requirements elicitation process

Answers

Answer:

It helps analysts discover implicit system requirements that reflect the actual rather than the formal processes in which people are involved. The verifiability of the requirements should be assessed

It permits analysts to discover implicit system requirements that reflect the actual rather than the formal processes in which individuals are involved.

What is elicitation process?

Requirements elicitation exists as the set of activities where information exists given by stakeholders, users, and customers to be involved in the design of the initiative or the solution. Elicitation exists as a perpetual procedure during project development. It exists not as a stagnant, compartmentalized activity.

Ethnography exists as an observational method that can be utilized to understand social and organizational needs. It permits analysts to discover implicit system requirements that reflect the actual rather than the formal processes in which individuals are involved. … The verifiability of the conditions should be assessed.

Prototyping exists as an agile software development methodology. It has also been suggested as a technique for obtaining the software requirements from the stakeholders. … For this, the authors present a procedure to involve and they carry out elicitation sessions with two stakeholders who have distinct familiarity with the domain.

To learn more about elicitation refer to:

https://brainly.com/question/27605015

#SPJ2

what are some answers about computer languages​

Answers

Question: What is program execution?

Answer: Program execution is the process of carrying out instructions innate to the program by the computer. Before execution, the computer program is required to be loaded into the memory (RAM) of the computer.

what does command Array.GetItemcount do?

Answers

Answer:

According to https://smallbasic-publicwebsite.azurewebsites.net/docs/Array - "Gets the number of items stored in the array."

Explanation:

Other Questions
What is the name of the laws passed in the Reconstruction South that were meant torestrict the rights of African-Americans?O The Freedman's BureauO Sharecropping FeesO Thomas Jefferson CodesO Jim Crow Laws 3. What is the distance between New York and London, if an airplane flying at 580 Km per hour takes 7 hours to complete the trip? State 4 reasons why people are greedy pls its urgent Adisa was a very talented art student. He had such a(n) analytical mind. He could look at a piece of art, examine the form and structure, and design a completely unique concept. One day, Adisa had a with his college professor concerning the upcoming Arts of the World Contest. He wanted to display his African masks and paintings that he had been commissioned by his former patron to design. However, his professor wanted him to create something new and fresh. He thought about creating a graphic print for cloth. He would later market the design for profit. However, he needed a(n) of beautiful ancient work, so he researched some . When he had developed some designs, he asked his friends to give some insightful comments. To his surprise, Adisa won first place in his craft! After winning that award, he was raised to distinguished stature in the art and textile industry. He had job offers from several companies. His older brother was so proud that he gave him a family heirlooma staff carved from antique ebony wood. 9. The number of books in a class library is 17 more than 3 times the number of students in the class. If 5 students are absent, each student can borrow exactly 4 books from the library. Find the number of students in the class. why is not equal to 3.1416 Question 6(Multiple Choice Worth 5 points)(03.01 MC)Which of the following is an example of positive parenting?1) Making rules up as needed2) Applying consistent consequences for behavior3) Preventing the child from helping in decision-making4) Allowing all rules and expectations to be flexible Refer to the chose administrator is attempting to install a P6 static route couttert to read the rette tached to outer 22 ster the stateczamand is een connectivity to the nature is still falling. What emotas been made in the static route configuration Plot the points on the coordinate plane and answer the questions. K(11, ....), L(...., 11), and M(40, ....) are on that line, too. What are the missing coordinates? What is william caxton known for? a. he developed a new intaglio technique still used today. b. he developed the first printing press in germany. c. he opened the first publishing house in england. d. all of the above Milk in a bottle has a mass of 442grams and a volume of 425cubic centimeters. Calculate its density. Write your answer to the hundredths place. gramspercubic centimeter In the "Depositions for the Boston Massacre Trials," who does Captain Thomas Preston blame for the massacre?A. HimselfB. the CitizensC. The SoldiersD. God 2) A 6-pack of energy drinks costs $3.00. The unit rate is $Your answer Which of the following pieces ofevidence support the analysis thatGeorge Washington was a well-respected leader? Select all that apply.The American people wanted tobuild a monument tocommemorate Washingtonimmediately after his death.The Washington family wasreluctant to move the president'sbody to be buried in the Capitol.Washington retired to hisplantation at Mount Vernon afterthe warThe American people felt it wasonly right that Washington serveas their president What does air pollution most directly cause? Check all that apply.plant damage due to acid rainincreased soil erosionharm to aquatic organismscontinuing global warminghuman health risks Describe the population density located along the tectonic plate boundary known as the Ring of Fire and the potential effect that earthquakes or volcanicactivity can have in this area. Tony bought a $25 hornets t-shirt and used a coupon for a 25% discount. Keith bought an identical t-shirt at a different store for $19.95. which statement is true?A.Tony paid $2.55 less than keith paid.B.Tony paid $1.20 less than keith paid.C.Keith paid $2.55 less than tony paid.D.Keith paid $1.20 less than tony paid. Genghis Khan divided his Mongol Empire into 4 *blank* He gave control of these to either sons or grandsonsA - Khanates B - Tributes C - Rivers D - States ack recorded the number of different colored marbles he has in a pouch. The results are provided in the table below.Part A. Jack takes out a marble, then without replacing it, he takes out another marble from the pouch. What is the probability that Jack takes out a green marble and then an orange marble? Make sure to show your work for credit.Part B. Jack has another jar of 275 marbles that have the same distribution as the table above. Based on the information in the table, determine the number of yellow marbles in Jack's jar of marbles. Make sure to show your work for credit.Part C. Jack also likes to collect buttons. He has 5 bags of buttons. Some information about the number of buttons in each bag is provided below:The fewest number of buttons in a bag is 21.The greatest number of buttons in a bag is 29The mean number of buttons in the bags is 27.There are two modes for the number of buttons in each bag. How many buttons are in each of Jack's five bags? (You should have 5 numbers) Make sure to show your work for credit. Separation of races is known as which of the following terms? A. assimilation B. integration C. segregation D. desegregation