(3 marks)
flag question
A group of pupils scored an average of 92 marks for a test. The boys scored an average of 90 marks while the girls
scored an average of 95 marks. What is the ratio of the number of boys to the number of girls in the group?​

Answers

Answer 1

Answer: 1.5 : 1

Explanation:

The average of 92 marks for the test is a weighted average of the proportion of students in the class.

Assume boys are in the proportion, x.

(90 * x) + (95 * (1 - x)) = 92

90x + 95 - 95x = 92

-5x = 92 - 95

-5x = -3

x = -3/-5

x = 0.6

Boys are 0.6 of the class

Girls are:

= 1 - 0.6

= 0.4

0.6 : 0.4

1.5 : 1


Related Questions

Complete the statement using the correct term.
People employed in digital media sales may have an educational background in IT or in
.

Answers

Answer:

Your answer would be down bellow :D

Explanation:

People employed in digital media sales may have an educational background in IT

So your answer is it.

Answer:

Hiya Tank hows it been

Explanation:

From Sean, pizza,P, pizzaboy, and your friend

Assume that the execution time for a program is directly proportional to instruction access time. The access to an instruction in the cache is 10 times faster than access to an instruction in the main memory. If an instruction is not found in the cache, i.e., cache miss, it is fetched from the main memory to the cache and then fetched from the cache to be executed. Assume that a requested instruction will cause cache miss has a probability of 0.08. Let the speedup factor is defined as the ratio of program execution time without the cache to program execution time with the cache.
a. Calculate the speedup factor to execute such a program.
b. using this assumption, assuming that the cache is 20 times faster than the main memory.

Answers

Answer:

a. 5.81

B. 7.93

Explanation:

A.

X is the time it takes to load instructions from cache

10X = time to execute program

0.08 = probability of cache instructions

1-0.08 = 0.92(92% instructions are going to be loaded from cache).

Tc = time to execute with cache

Tc = 0.92X+0.08x10X

= 0.92X+0.8X

= 1.72X

Speed factor = tm/tc

= 10X/1.72X

= 5.81

B.

If cache is 20 times faster

Tm = 20X

Tc = 0.92X + 0.08 x 20X

= 0.92X + 1.6X

= 2.52X

Speed factor = 20X/2.52X

= 7.93

What is an antivirus?

Answers

An antivirus is a software designed to detect and destroy computer viruses.

Discuss the advantages and disadvantages of using digital publishing over traditional forms of offset publishing.​

Answers

Answer:

advantages are that people don't appreciate us more on digital networks.

Explanation:

for example if we use digital networks for studying msn aged people love studying them with books or megazines in their hands.

Give a regular expression for binary numbers. They can be integers or binary fractions. A leading - sign is always allowed. Leading 0's are not allowed except when the integer part is 0. When the binary points is present, then neither the integer part nor the fractional part are allowed to be empty. If the integer part has more than 3 bits, then grouping with commas is required. Examples: Allowed: -0 1,111,010 -1,111.00 Not allowed: .11 1000 The 4-letter alphabet consists of 0, 1, dot, and comma.

Answers

Solution :

We have to provide an expression for the binary numbers. There can be binary fractions or integers. Whenever there is leading 0, it is not allowed unless the integer part is a 0.

Thus the expression is :

[tex]$(-+ \in )$[/tex] [tex]$[(1+10+11+100+101+110+111)(,000+,001+,010+,011+,111+,100+,101+,110)^*$[/tex] [tex]$(\in +.(0+1)^*(0+1))+(0.(0+1)^*(0+1))]$[/tex]

In this exercise we have to have knowledge about binary code to calculate with these numbers, so we have:

[tex](E+(0+1)*(0+1))[/tex]

What is a binary code?

A binary code represents text, computer processor instructions, or any other data using a two-symbol system. The two-symbol system used is often "0" and "1" from the binary number system.

Knowing this now we can perform the calculations like:

[tex](1+10+11+100+101+110+111)(000+001+010+011+111+100+101+110)\\(E+(0+1)*(0+1))[/tex]

See more about binary code at brainly.com/question/7960132

4.5 code practice computer science

Answers

Answer:

uhhhhh whats the question?

Explanation:

What sequence is used to create a brochure document from a template?
New, File, Brochures
File, New, Brochures
O Brochures, File, New
O Brochures, New, File

Answers

Answer:

I think its a or b

Explanation:

Sorry if I'm wrong

Answer:

The answer is B. File, New, Brochures

Explanation:

PLZ PLZ PLZ GIVE ME BRAINLIEST!!!!


is an electronics standard that allows different kinds of electronic instruments to
communicate with each other and with computers.

Answers

Explanation:

MIDI is an acronym that stands for Musical Instrument Digital Interface. It is a standard protocol that helps to connects musical instruments with computers and several hardware devices to communicate. It was invented in the 80's as a way to standardize digital music hardwares.

IF IT HELPED U MARK ME AS A BRAIN LIST

Directions Interview your parent or any member of your family. Identity
v. Performance Tasks
sources of your family income. Classify the types of your family
income if it is Money Income, Real Oncome or Psychic income​

Answers

Answer:

Total family income is first classified by it's four major source, earings of a male head , earings of a wife or female head , earings of a family members , and property or transfer income.

Write a program which asks the user for their name and age. The program should then print a sentence.

What is your name?
Cory
What is your age?
48
Cory is 48 years old.

Answers

Answer:

name = input("What is your name? ")

age = int(input("What is your age? "))

print("%s is %d years old."% (name, age))

Explanation:

This is a solution in python.

3.5 code practice question 1

Answers

Answer:

what is this a question or just saying something?

Explanation:

Answer:

uh what?

Explanation:

Write a program that prompts the user to enter two points (x1, y1) and (x2, y2) and displays their distance between them. The formula for computing the distance is: Square root of ((x2 - x1) squared + (y2 - y1) squared) Note that you can use pow(a, 0.5) to compute square root of a.

Answers

Answer:

x1 = input("enter x value of first number: ")

y1 = input("enter y value of first number: ")

x2 = input("enter x value of second number: ")

y2 = input("enter y value of second number: ")

ans = (float(x2)-float(x1))**2 + (float(y2)-float(y1))**2

ans = pow(ans, 0.5)

print(ans)

1. Imagine that you sit down to your computer (after finishing all your homework) to play your favorite video game. However, when you try to login you find that you cannot login to the game server. What troubleshooting steps would you follow to solve this problem?​

Answers

Answer:

I would go to my email, (well make sure your account is connected) then check about who changed my password/username and what they changed it to.

An if statement must always begin with the word “if.” True False python

Answers

Answer:

true

Explanation:

The given statement is true, that an if statement must always begin with the word “if.” in python.

What is the python?

A high-level, all-purpose programming language is Python. Code readability is prioritized in its design philosophy, which makes heavy use of indentation. Python uses garbage collection and has dynamic typing.

It supports a variety of paradigms for programming, including functional, object-oriented, and structured programming. An “if” statement must always be the first word in a sentence.

One of the most often used conditional statements in computer languages is the if statement in Python. It determines whether or not particular statements must be performed. It verifies a specified condition; if it is true, the set of code included within the “if” block will be run; if not, it will not.

Therefore, it is true.

Learn more about the python, refer to:

https://brainly.com/question/18502436

#SPJ2

what is invention and inovation do more responsible think for making computer a succsessful product?explain​

Answers

Answer:

I can't explain but I think it is the GUI

it is important organic mineral that is found in the soil as ash​

Answers

Answer:

Calcium is the most abundant element in wood ash and gives ash properties similar to agricultural lime. Ash is also a good source of potassium, phosphorus, and magnesium.

Huh this is very confusing

write a paragraph in python to print 5 using a for loop

Answers

Answer:

For f in range(10):

if f == 5 :

print(f)

Explanation:

The for loop initiates a range of value and f is used to evaluate each value in the range.

The if statement block checks and detect if the number in the range, f is 5 ; once it detect that f equals to 5, it prints the digit 5 using the print statement.

how can u spot fake news through camerawork, audio, and lighting? pls answer asap

Answers

Answer:

Fake news usually would involve heavy editing of the audio and visuals so that what people can see or hear will fit the lies being sold.

Explanation:

With respect to Videos, fake news would usually have very subtle and intelligent cuts and joints such that when pieced together, a speech for instance would contain only the words which fit the fake news. Also. the context would usually be omitted and you'd seldom find a whole unedited video supporting fake news.

With regards to the audio, authentic sources, in most cases, usually, start a recorded audio with their signature jingle. Fake news won't.

Pictures that have been doctored to suit fake news are usually characterized by their low quality, grainy and blurry feel.

It is important to point out, however, that with advances in technology, fake news' are begining to lose most of the qualities listed above.

Cheers

Can someone help me please

Answers

Answer:

She made a profit of 450$

Explanation:

Which function will display 6 as the output in the following formula?
C1*(C2+B1)
where C1 is 6, C2 is 2, and B1 is 4
_________

Answers

Answer:

36

Explanation:

hi add creeper_king101 i need views on snap

Answer: i just did the pretest and the answer was 36 no cap

Explanation:

What are the disadvantages of using folders ​

Answers

Answer:

√ folders can cause some inconvenience situation...

√ The decompress / compress action takes time.

√ When you double-click on a file inside a “folder”, what really happens is the file gets extracted to a temporary folder.

heres one:

when you delete a folder, he stuff inside gets deleted, and there isnt a way to get it back.


Answer the following questions:

Question 4
............ in the data link layer separates a message from one source to a destination, or from other messages to other destinations, by adding a sender address and a destination address.

Group of answer choices
Transforming
Framing
Separating
Messaging


Question 5
Functions of data link control includes
Group of answer choices
framing
flow and error control
addressing
All of above


Question 6
In which of the following modes of the CLI could you configure the duplex setting for interface Fast Ethernet 0/5?
Group of answer choices
User mode
Enable mode
Global configuration mode
VLAN mode
Interface configuration mode


Question 7
It is how the receiver detects the start and end of a frame.
Group of answer choices
Error control
Flow control
Framing
None of the above


Question 8
Which of the following describes a way to disable IEEE standard autonegotiation on a 0/00 port on a Cisco switch?
Group of answer choices
Configure the negotiate disable interface subcommand
Configure the no negotiate interface subcommand
Configure the speed 00 interface subcommand
Configure the duplex half interface subcommand
Configure the duplex full interface subcommand
Configure the speed 00 and duplex full interface subcommands


Question 9
______ substitutes eight consecutive zeros with 000VB0VB.
Group of answer choices
B4B8
HDB3
B8ZS
none of the above


Question 0
In _________ transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits.
Group of answer choices
synchronous
asynchronous
isochronous
none of the above


Question
In _______ transmission, bits are transmitted over a single wire, one at a time.
Group of answer choices
asynchronous serial
synchronous serial
parallel
(a) and (b)


Question 2
Digital data refers to information that is
Group of answer choices
Continuous
Discrete
Bits
Bytes


Question 3
Two common scrambling techniques are ________.
Group of answer choices
NRZ and RZ
AMI and NRZ
B8ZS and HDB3
Manchester and differential Manchester


Question 4
________ is the process of converting digital data to a digital signal.
Group of answer choices
Block coding
Line coding
Scrambling
None of the above


Question 5
A switch receives a frame with a destination MAC address that is currently not in the MAC table. What action does the switch perform?
Group of answer choices
It drops the frame. .
It floods the frame out of all active ports, except the origination port.
It sends out an ARP request looking for the MAC address.
It returns the frame to the sender


Question 6
The _______ layer changes bits into electromagnetic signals.
Group of answer choices
Physical
Data link
Transport
None of the above


Question 7
Serial transmission occurs in
Group of answer choices
way
2 ways
3 ways
4 ways


Question 8
What type of switch memory is used to store the configuration used by the switch when it is up and working?
Group of answer choices
RAM
ROM
Flash
NVRAM


Question 9
In what modes can you type the command show mac address-table and expect to get a response with MAC table entries? (Select Two)
Group of answer choices
User mode
Enable mode
Global configuration mode
Interface configuration mode


Question 20
Which of the following are true when comparing TCP/IP to the OSI Reference Model? (Select Two)
Group of answer choices
The TCP/IP model has seven layers while the OSI model has only four layers.
The TCP/IP model has four or five layers while the OSI model has seven layers.
The TCP/IP Application layer maps to the Application, Session, and Presentation layers of the OSI Reference Model.
he TCP/IP Application layer is virtually identical to the OSI Application layer.



Answers

Explanation:

4) Seperating

5) All the above

6) Interface configuration mode

7) None of the above

8)Configure the negotiate disable interface subcommand

9) B8ZS

10) Synchronous

11) a and b

2) Discrete

3) B8ZS and HDB3

4) Line coding

5) It drops the frame

6) Data link

7) 2 ways

8) NVRAM

9) User mode-Enable mode

20) The TCP/IP Application layer maps to the Application, Session, and Presentation layers of the OSI Reference Model-

The TCP/IP model has four layers , while the OSI model has seven layers.

Write a paragraph discussing privacy issues on the internet
and their impact on human lives.

Answers

Explanation:

internent had a impact on human lives because it is very popular and it brought in phones so about evrbody in the world has internent and it impacted work around the world and changed the world alot.

In this section of your final project, you will write a basic script to create and back up files. You will create this script with the vi editor. The script will combine multiple commands and simplify a repeatable task. Your script should be named Firstname Lastname.BASH. Your script and your Linux directory structure should demonstrate that you have correctly written the script to do the following: Create files: In this section, you will demonstrate your ability to utilize various Linux commands to create text files. Create these files in the NEW directory. Ensure that the commands in your log file show that the following three text files were created using three different methods. Create the following files
XI A. A text file listing the quantity of operating system free space, titledFree_Space Content.txt B. A text file listing the directory contents of the OLD folder, titled OLD_Content.txt C. A text file showing the current month, day, and time (Title this fileTime File.tx.)
XI Modify and Move files: Utilize Linux commands to copy files to a different directory and renamethem A. Copy the following selected files from the OLD directory to the BACKUP directory. Ensure that you change the filename suffix fro XXX OLD to XXX BACKUP i. Free_Space_Content OLD.txt ii Directory Content OLD.txt i Time File OLD.txt Move all files from the NEW directory to the BACKUP directory (no renaming necessary). Clean up the Linux directory structure by deleting the items in the NEW directory B.

Answers

Answer:

bjdjdindbdubduf kndjnxjxjfujdjbdjbd bzjbd djbdibdu jdjdidnidndi xubdubdufjksk. xud ufbsjjdi djneibdudbdujfjfbjbdj fu. fjfjjdubdjjdbjd jdbdinkdkdnd. djjdibnfjdkndindundi jdudjbdubd djbdu bdudjdjjd djidndud dudbid anís us dj

Answer:

####Bash Script Start###################################

#######Please check the permissions on the folders inorder to make sure the script works

#!/bin/bash

if [ ! -d NEW ]; then

mkdir -p NEW;

fi

df > "NEW/Free_Space_Content.txt"

touch "NEW/OLD_Content.txt" | ls -l OLD > "NEW/OLD_Content.txt"

> "NEW/Time_File.txt" | date +"%B %c" > "NEW/Time_File.txt"

cp "OLD"/*.txt "BACKUP"

rename OLD BACKUP "BACKUP"/*.txt

mv "NEW"/*.txt "BACKUP"

#############Bash Script End##################################

########Script_Assessment.txt#####################

Commands which were used to create files:

touch filename

command > filename

> filename

Directory and its contents:

NEW: Contained the newly created file

OLD: Contained sample files with OLD suffix

BACKUP: Contains all the files moved from NEW and OLD directories

Free_Space_Content.txt contains the disk info such as used and free space

OLD_Content.txt contains the directory contents info of OLD directory

Time_File.txt : Contais the current month, day and time info

Explanation:

A restaurant buys a pizza oven that is 4.5 feet long, 5 feet wide and 6 feet tall. What is the volume of the pizza oven?

Answers

Answer:

135 as 4.5 times 5 times 6 gives you the volume and it =135

4.16 LAB: Count characters Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. Ex: If the input is: n Monday the output is: 1 n Ex: If the input is: z Today is Monday the output is: 0 z's Ex: If the input is: n It's a sunny day the output is: 2 n's Case matters. Ex: If the input is: n Nobody the output is: 0 n's

Answers

Answer:

In Python:

sttr = input("String: ")

ch = input("Character: ")

count = sttr.count(ch)

print(str(count)+" "+ch, end = '')

if count>1 or count==0:

   print("'s")

Explanation:

This prompts the user for string

sttr = input("String: ")

This prompts the user for character

ch = input("Character: ")

This counts the number of occurrence

count = sttr.count(ch)

This prints the number of occurrence of the character

print(str(count)+" "+ch, end = '')

This checks if the number of occurrence is 0 or greater than 1.

if count>1 or count==0:

If yes, it prints 's

   print("'s")

After building muscle memory, what comes next when you are learning to type?
Speed
GWPM
Finger placement
Home row keys

Answers

Answer:

B

Explanation:

Its B because i had a test like dat  go it correct.

Hope this helps!

After building muscle memory, GWPM comes next when you are learning to type. Thus, option B is correct.

What are windows key?

The Starting keys are also known as the windows key. It was introduced in 1994 by the Microsoft Natural keyboard. The Numeric keypad is also known as number pad, Numpad, etc. This keypad has a 17-key palm segment of a standard computer keyboard, normally at the far right.    

The cursor is also known as Cursor control keys. These are buttons that push the cursor on a computer keyboard. That's why the answer to this question is "home row".

It is easy to add zero digit number here it will be we can club the two number or we can club two pair so as to form 10 in each of the pair

It will be (8+2) which gives 10

And (9+1) which gives 10

And it will very easy and fast to add 10 + 10

Rather than any other pair.

Therefore, After building muscle memory, GWPM comes next when you are learning to type. Thus, option B is correct.

Learn more about windows key on:

https://brainly.com/question/11884418

#SPJ2

Your goals as the IT architect and IT security specialist are to:  Develop solutions to the issues that the specified location of IDI is facing.  Develop plans to implement corporate-wide information access methods to ensure confidentiality, integrity, and availability.  Assess risks and vulnerabilities with operating IT facilities in the disparate locations where IDI now functions and develop mitigation plans and implementation methods.  Analyze the strengths and weaknesses in the current systems of IDI.  Address remote user and Web site user’s secure access requirements.  Develop a proposed budget for the project—consider hardware, software, upgrades/replacements, and consulting services.  Prepare detailed network and configuration diagrams outlining the proposed change to be able to present it to the management.  Develop and submit a comprehensive report addressing the learning objectives and your solutions to the issues within the scenario.  Prepare a 10- to 15-slide PowerPoint presentation that addresses important access control, infrastructure, and management aspects from each location.

Answers


Te chequen casa para ver en su mouse hombre de doble


Answer the following questions:

Question 4
............ in the data link layer separates a message from one source to a destination, or from other messages to other destinations, by adding a sender address and a destination address.

Group of answer choices
Transforming
Framing
Separating
Messaging


Question 5
Functions of data link control includes
Group of answer choices
framing
flow and error control
addressing
All of above


Question 6
In which of the following modes of the CLI could you configure the duplex setting for interface Fast Ethernet 0/5?
Group of answer choices
User mode
Enable mode
Global configuration mode
VLAN mode
Interface configuration mode


Question 7
It is how the receiver detects the start and end of a frame.
Group of answer choices
Error control
Flow control
Framing
None of the above


Question 8
Which of the following describes a way to disable IEEE standard autonegotiation on a 0/00 port on a Cisco switch?
Group of answer choices
Configure the negotiate disable interface subcommand
Configure the no negotiate interface subcommand
Configure the speed 00 interface subcommand
Configure the duplex half interface subcommand
Configure the duplex full interface subcommand
Configure the speed 00 and duplex full interface subcommands


Question 9
______ substitutes eight consecutive zeros with 000VB0VB.
Group of answer choices
B4B8
HDB3
B8ZS
none of the above


Question 0
In _________ transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits.
Group of answer choices
synchronous
asynchronous
isochronous
none of the above


Question
In _______ transmission, bits are transmitted over a single wire, one at a time.
Group of answer choices
asynchronous serial
synchronous serial
parallel
(a) and (b)


Question 2
Digital data refers to information that is
Group of answer choices
Continuous
Discrete
Bits
Bytes


Question 3
Two common scrambling techniques are ________.
Group of answer choices
NRZ and RZ
AMI and NRZ
B8ZS and HDB3
Manchester and differential Manchester


Question 4
________ is the process of converting digital data to a digital signal.
Group of answer choices
Block coding
Line coding
Scrambling
None of the above


Question 5
A switch receives a frame with a destination MAC address that is currently not in the MAC table. What action does the switch perform?
Group of answer choices
It drops the frame. .
It floods the frame out of all active ports, except the origination port.
It sends out an ARP request looking for the MAC address.
It returns the frame to the sender


Question 6
The _______ layer changes bits into electromagnetic signals.
Group of answer choices
Physical
Data link
Transport
None of the above


Question 7
Serial transmission occurs in
Group of answer choices
way
2 ways
3 ways
4 ways


Question 8
What type of switch memory is used to store the configuration used by the switch when it is up and working?
Group of answer choices
RAM
ROM
Flash
NVRAM


Question 9
In what modes can you type the command show mac address-table and expect to get a response with MAC table entries? (Select Two)
Group of answer choices
User mode
Enable mode
Global configuration mode
Interface configuration mode


Question 20
Which of the following are true when comparing TCP/IP to the OSI Reference Model? (Select Two)
Group of answer choices
The TCP/IP model has seven layers while the OSI model has only four layers.
The TCP/IP model has four or five layers while the OSI model has seven layers.
The TCP/IP Application layer maps to the Application, Session, and Presentation layers of the OSI Reference Model.
he TCP/IP Application layer is virtually identical to the OSI Application layer.



Answers

Answer:

nasaan po yung tanongkkkkk

3. Create tables CheckingAccount(CheckingAccountNumber, CustomerName, Balance, CustomerID), SavingsAccount(SavingsAccountNumber, CustomerName, Balance, InterestRate, CustomerID), Transactions(TransactionNumber, TransactionAmount, TransactionType, TransactionTime, TransactionDate, FromAccount, ToAccount, CustomerID). Use varchar(50) for any non-numerical value including AccountNumber and TransactionNumber, and float for any numerical value. CustomerID here means Username.

Answers

Answer:

Your answer is B

She forgot to record a transaction.

Explanation:

Edge 20 it’s right

Other Questions
Help please not sure about it! HELP PLEASE I WILL NARK BRAINLIEST as a student, how can you show your love for your country ? Giving brainliest! Farid's family sells baskets of berries at the farmers' market. This list shows the weights of some of their baskets.Basket weights (pounds)1121 1142 1141341141 1141142Use the data in the list to complete the line plot below.Click to select the Xs. To clear a column, click on the number line below it.Basket weightsWhat is the combined weight of all the baskets that weigh exactly 114 pounds?Write your answer as a fraction, mixed number, or whole number. pounds Miguel has triple David's money, while Lisbeth has ten dollars less than David. The sum of their money totals $95. How much money does David have? Question 1 (5 points) A Big YearBy Bob KowalskiWould you go to the ends of the earth to see a bird? What if it were a really special bird: one with beautiful feathers, an entrancing call, or a silly dance? What if seeing that one special bird would allow you to win a contest?If that contest doesn't get you on television or win you any cash prizes, would you still do it? For those who participate in the "Big Year," the honor of beating the previous record is the only reward they get or even want.A "Big Year" is a year in which a person attempts to see as many different species of birds as possible within a particular region. For most in North America who participate in a "Big Year," this region is the lower 48 American states, plus Alaska, Canada, and a couple of French islands off the Canadian coast.You may be thinking that looking at birds is silly, but just think about the numbers of the recent record holders and the commitment it takes to get these numbers. One recent "Big Year" winner managed to see 744 birds in one year, missing the record by just one bird. Big Year birders travel by train, plane, boat, car, bicycle, and of course, by foot. They can cover over 150 thousand miles to get numbers of sightings this high. They can also spend a small fortune.Just to clarify, the birds these contestants are counting are the number that they see in a particular year. You see, the contest is based on an honor system. No pictures or other evidence is required as proof of a sighting. Most birders take great pride in their reputation and their abilities to see or hear and then identify a bird. Usually, important sightings of the rare birds needed to get counts in the 700s are visited by hundreds of birders. It is pretty hard to cheat your way to a record-breaking year, but in general, few are interested in cheating.This honesty comes from the fact that most people who want to break such a record know the greatest rewards are not necessarily in winning. Such rewards are in being able to commit a year of your life to doing something you love. Rewards are found in seeing amazing, inspiring creatures like the California Condor or the Magnificent Frigate bird. Rewards also come in spending time with people who, like you, want to spend their time looking to the skies and trees for glimpses of emerald, crimson, or cerulean blue feathered jewels.You don't have to be able to travel a continent to have a big birding experience though. Have a big month. Or a big weekend. Set a personal record, learn to identify the species that live in your part of the world, or try to learn the calls of just two species of birds. You will soon find looking at birds isn't such a strange way to spend your time.Extra! Extra! Backyard BirdingMany schools, families, and young birders across the country participate in the "Great Backyard Bird Count." While not as long as a "Big Year," the "Great Backyard Bird Count" happens every year. It depends on birders and families across the country to watch feeders and other areas in their yards and count the number of birds they see. Unlike the "Big Year," the goal is not to see who can count the most birds. Instead, participants in this event work together to help bird experts get a good idea of how birds are doing. Participants are given checklists and enter their sightings on a website. Called a "citizen-science" project, this event is open to anyone, requires no travel, and happens every year over one weekend in February.Which of the following best states the main idea of the article "A Big Year"?(5 points)Question 1 options:1) "Big Year" birders compete for honor, love, and record-setting.2) "Big Year" birders get very competitive about seeing rare birds.3) "Big Year" birders have a list of important birds to see.4) "Big Year" birders compete to see more birds than others someone help...anyone Jacob has 17 yards of fabric. He uses 1 third of it to make a cape. How many yards of fabric does Jacob use for the cape? Solve on paper. Write your answer as a mixed number. 17 yards ? Jacob uses yards of fabric for the cape. Match the Health-Related Component of Fitness with it's corresponding body system. What three French cities were situated along the front line at the beginning of the German offensive in 1918? Austin builds a mound 6 inches high in his yard. The height of the surface of the yard is represented by 0. What integer represents the top of the mound? Compounds Boiling point C Elemental composition Type of compound H20 100.0 all nonmetals covalent CS2 46.3 all nonmetals covalent CH4 -161.5 all nonmetals covalent HCI -85.1 all nonmetals covalent NaCl 1413.0 a metal and a nonmetal ionic KCI 1420.0 a metal and a nonmetal ionic If the teacher asks about a different covalent compound, what can the student predict about its properties? Select all that apply. A. It consists of all metals. B. It has a high boiling point. C. It has a low boiling point. D. It consists of all nonmetals. help me plz due today if X and Y are complementary angles, SinX=15/17 and Cos X=8/17 find tan X Match each definition to the appropriate term.begins with a preposition and ends with the object of the prepositiona group of words that describes a verb, adjective, or adverbbegins with the word to and a verba group of words that describes a noun or pronoun Help me! I'm having trouble with this 5x + 9y, when x=8, y=11a 3 c + b, when a=3, b=6, c=84(g h) +10,when g=12, h=74(g h) +10,when g=12, h=7k 3 4j +12, when k=8, j=2 help plssss How do the functions of the two groups of peripheral nerves differ?(couldn't find science in subjects) The next question refers to Shedding Light on a Dark Day, by Robin Meriwether. The paragraphs have been numbered to help you identify them more easily.Shedding Light on a Dark Day, by Robin MeriwetherOn May 19, 1780, the skies over New England turned dark in the middle of the day. For more than two hundred years, New England's Dark Day had been shrouded in mystery. Some blamed volcanoes. Some suggested supernatural events. Some claimed it was a sign from the heavens. No one knew for certain what happened. Many thought the mystery would never be solved.Researchers at the University of Missouri were fascinated by the case. They began examining trees in all surrounding areas. Fire damage in a Canadian forest finally revealed the truth. Scientists looked at burned tree rings and discovered that huge wildfires once raged in the mountains near Ontario. The savage flames created blankets of black smoke. The smoke traveled high into the atmosphere, darkening the New England skies hundreds of miles away.How do paragraph one and paragraph two work together to present the author's ideas? a. Paragraph one explains the cause of investigation. Paragraph two shows the results.b. Paragraph one offers a solution. Paragraph two explains a problem the solution creates.c. Paragraph one presents facts. Paragraph two presents additional facts on the same topic.d. Paragraph one and paragraph two do not have a clear connection to each other. Read and compare what two students have to say about baseball. Passage 1 "I hope you can come watch me play this season. My team is the Grove Gators, and we are undefeated. Yay! I play shortstop, and it is hard work. Coach has taught me a few tricks, and I have practiced nonstop. Let's hang out at the ballfield." Passage 2 "Cal Ripken is one of baseball's most famous shortstops. He played for the Baltimore Orioles and won the World Series in 1983. He played the most consecutive baseball games in history." Which similarity is found when comparing these two passages? Both passages are written to explain the rules of baseball. Both passages are written in a casual, informal tone. Both passages mention the shortstop position in baseball. Both passages mention a famous baseball player.