while your audience attends a speech primarily to hear your message, the presentational technology should always become the primary focal point of the presentation.

Answers

Answer 1

While your audience attends a speech mainly to hear your message, the presentational technology should always become the main focal point of your presentation. (False)

What is presentation technology?

Presentation technology includes a broad range of programmes that let lecturers show information to their students. These programmes are also used by students who present in class as part of their assignments.

These programmes are frequently used to help organise presentations, provide examples, and add visual interest. They typically permit some combination of text, graphics, and embedded video. There are many applications in this category, though Microsoft PowerPoint is the most popular.

Technology used in presentations is called presentation technology. It is frequently necessary to use additional tools and media to further explain a point when a speaker is addressing an audience orally.

Learn more about presentation technology

https://brainly.com/question/13907979

#SPJ4


Related Questions

a table of contents does not _____ automatically [customize table of contents]

Answers

Answer:

update

Explanation:

a table of contents does not update itself automatically.

Write the syntax.

1. for loop

2. while loop

3. function definition

4. function call

5. do while loop​

Answers

Answer:

Explanation:

The following syntax's are written in Python and perform a very basic arithmatic operation within the loop of call as an example

1.    for x in range(3):

       print(x)

2.    count = 0

      while True:

          print(count)

          count += 1

          if count == 4:

              return False

3. def next_pow2():

       return 3**2

4. next_pow2()

5. i = 1

while True:

   print(i)

   i = i + 1

   if(i > 3):

       break

#Python doesn't have an explicit do-while loop but can be emulated exactly as a do-while loop using the format written in answer 5.

Bibliography
There are some formatting errors in this bibliography
page. Which corrections should be made? Check all
that apply
O The title should be in bold.
O There should be a double space between each
citation
Amber, Claire. "How Would Gandhi Respond?"
The World Post. TheHuffington Post.com,
16 Sept. 2011. Web. 28 Feb. 2014.
Wilkinson, Philip. Gandhi: The Young Protester
Who Founded a Nation. Washington, DC:
National Geographic Society, 2005. Print.
Eknath, Easwaran. Gandhi the Man: How One
Man Changed Himself to Change the World.
Tomales, CA: Nilgiri, 2011. Print.
O The citation entries should be in alphabetical order.
The web sources should be listed first.
The second and third lines of the last entry should
be indented

BibliographyThere are some formatting errors in this bibliographypage. Which corrections should be made?

Answers

Answer:

There should be a double space between each citation

The citation entries should be in alphabetical order.

The second and third lines of the last entry should be indented

Explanation:

The bibliography page contains some formatting errors which should be corrected before it is standard and acceptable.

First of all, in MLA (and most other styles), it is important to double space each citation to make them easily readable and eliminate errors.

Next, the citation entries needs to be in alphabetical order and not random which makes it easy to find a source.

Also, there needs to be indentation in the second and third lines of the last entry.

Answer:

B,C,E is the answer

Explanation:

I got it right on test...

sorry if its too late

Hope it helps someone else :D

what is the symbol for population mean

Answers

The symbol for population mean is μ (mu).

The symbol μ (mu) is used to represent the population mean in statistics. The population mean is a measure of central tendency that represents the average value of a variable in the entire population.

It is calculated by summing up all the values in the population and dividing by the total number of observations.

The use of the Greek letter μ as the symbol for population mean is a convention in statistics. It helps to distinguish the population mean from other measures of central tendency, such as the sample mean .

The population mean provides valuable information about the average value of a variable in the entire population, which can be useful for making inferences and drawing conclusions about the population as a whole.

The population mean is a useful statistic because it provides a single value that summarizes the central tendency of the variable in the population. It helps researchers and statisticians understand the typical or average value of the variable and make comparisons or draw inferences about the population as a whole.

It's important to note that the population mean is based on data from the entire population, which is often not feasible or practical to obtain in many cases. In such situations, researchers often rely on samples to estimate the population mean.

For more questions on population

https://brainly.com/question/30396931

#SPJ11


Which of the following is the main federal law protecting job applicants against discrimination based on race, color, religion, national origin,
disability, or genetic information?

Answers

The main federal law protecting job applicants against discrimination based on race, color, religion, national origin, disability, or genetic information is Title VII. The correct option is c.

What is Title VII of federal law?

Federal laws are standards that have been evaluated by both legislatures of Congress, have the signature of the president, have counteracted the president's vote, or have otherwise been given the go-ahead to become a legal document.

Employment discrimination based on racial, ethnic, religious, sexual, and national origin is illegal under Title VII.

Therefore, the correct option is c. Title VII.

To learn more about federal law, refer to the link:

https://brainly.com/question/14443349

#SPJ9

The question is incomplete. The missing options are given below:

a. Title I

b. Title IV

c. Title VII

d. Title III

Aswer asap

Give two importance of hashing

Answers

1. It’s a secure way to receive data.
2. Hashes aren’t used to encrypt any sort of data.

Write a function named multi that takes in three integers, multiplies them, and then returns a statement showing the three numbers that were multiplied and then the result in the following format:

Answers

I wrote my code in python 3.8.

Write a function named multi that takes in three integers, multiplies them, and then returns a statement

If an if-else statement is true, it will include which kinds of results?


Answers

Answer:

> It will run out the function under the if statement.

Explanation:

> As an if-else statement is saying if (something = something, etc) do (this this and this [let’s refer to this as 1]) Else do (this this and not this [let’s refer to this as 2]) Since it is true, it will do the original function (1).

> It is saying if this is true, then do this (1). If it is not true, then do this (2). Basically the else is there in case the if is not true, or equal to anything other than what’s intended.

> Since it is true however, it will do what the original function (1) is. So this is our correct answer. Once again, it is; “It will do the original function under the if statement”.

> I hope this answered your query, and any other questions you may have had on the subject. #LearningWithBrainly

Most of the devices on the network are connected to least two other nodes or processing
centers. Which type of network topology is being described?

bus

data

mesh

star

Answers

The network topology “mesh” is being described. In terms of computer science, a kind of topology where devices connect to 2+ nodes is called mesh.

The Yuba College Library would like a program to calculate patron fines for overdue books. Fines are determined as follows: Paperbacks Regular $.20 / day with a maximum fine of $8.00 Best-Sellers $.50 / day with a maximum fine of $15.00 Magazines $.25 / day with a maximum fine of $5.00 Hardcover Books $.30 / day with a maximum fine of $23.00 The program must prompt the user to enter the following information at the keyboard. Data entry MUST be validated as required. Fines must also be calculated using a function(s). A class object should contain the methods (functions) to determine library fine. Provide a UML and description of disign.Patron’s library card number (a 4-digit number) - ValidatePatron’s namePatron’s addressType of book - ValidateNumber of days over due - ValidateA sample interactive session is shown below:Enter the patron’s card number: 2089Enter the patron’s name: Erica RobinsonEnter the patron’s address: 2234 RoadWay Trl.Enter the book’s title: The Trail Less Traveled.1. Paperback - Regular2. Paperback - Bestseller3. Magazine4. Hardcover bookEnter number corresponding to type of book (1 – 4): 4Enter the number of days overdue: 11Do you wish to perform another transaction?

Answers

Answer:

Explanation:

The following Python code creates all of the necessary functions in order to request and validate all of the inputs from the user. Once everything is entered and validated it calculates the total fee and outputs it to the user. Also calls the entire class at the end using a test variable...

class Customer:

   library_card = 0

   patrons_name = ""

   patrons_address = ""

   type_of_book = ""

   book_title = ""

   days_overdue = 0

   fee = 0.0

   book_list = ['paperback regular', 'paperback best seller', 'magazine', 'hardcover']

   def __init__(self):

       self.library_card = self.get_library_card()

       self.patrons_address = input("Patron's Address: ")

       self.book_title = input("Book Title: ")

       self.type_of_book = self.get_type_of_book()

       self.days_overdue = float(self.get_days_overdue())

       self.calculate_total()

       print("Your total Fee is: " + str(self.fee))

   def get_library_card(self):

       library_card = int(input("Enter 4-digit library card number: "))

       if (type(library_card) == type(0)) and (len(str(library_card)) == 4):

           return library_card

       else:

           print("Invalid Card number:")

           self.get_library_card()

   def get_type_of_book(self):

       type_of_book = input("Type of Book 1-4: ")

       if (int(type_of_book) > 0) and (int(type_of_book) <= 4):

           return int(type_of_book)

       else:

           print("Invalid Type")

           self.get_type_of_book()

   def get_days_overdue(self):

       days_overdue = input("Number of Days Overdue: ")

       if int(days_overdue) >= 0:

           return days_overdue

       else:

           print("Invalid number of days")

           self.get_days_overdue()

   def calculate_total(self):

       if self.type_of_book == 1:

           self.fee = 0.20 * self.days_overdue

           if self.fee > 8:

               self.fee = 8

       elif self.type_of_book == 2:

           self.fee = 0.50 * self.days_overdue

           if self.fee > 15:

               self.fee = 15

       elif self.type_of_book == 3:

           self.fee = 0.25 * self.days_overdue

           if self.fee > 5:

               self.fee = 5

       else:

           self.fee = 0.30 * self.days_overdue

           if self.fee > 23:

               self.fee = 23

test = Customer()

The Yuba College Library would like a program to calculate patron fines for overdue books. Fines are

Why might you use a navigation form instead of tab pages? The navigation form allows for several levels and sublevels to be collected. The navigation form allows for duplicate records of information to be collected. The navigation form requires all entries to be complete before adding to a database. The navigation form requires report headers and footers to make publication neater.

Answers

Answer:

Access includes a Navigation Control that makes it easy to switch between various forms and reports in your database. A navigation form is simply a form that contains a Navigation Control. Navigation forms are a great addition to any desktop database.

Explanation:

yes

Answer:

answer c

Explanation:

correct answer on edge

Reynold is writing a news story about the government handling a health epidemic. He reads a report from a different news organization to use as a reference. His deadline for the story is coming up soon, so Reynold heavily paraphrases parts from the other organization's report to help him write. While Reynold's story also includes some of the same quotes as the other report, he forgets to attribute the sources at the end. Reynold says that since no one can copyright the facts of world news, he is not plagiarizing.

a) What unethical or illegal actions has Reynold taken in writing his news article? (3 points)

b) What kind of consequences might result from Reynold's actions? (2 points)

Answers

Answer:

1. He was plagiarizing

2. He might get sued, bad reputation, and he might get fired.

Explanation:

If he Paraphrasing from something online and doesn't cite the website he is plagiarizing.

what is the entity relationship model?

Answers

also known as an entity relationship model, its a graphical representation that depicts relationships among people, objects, places, concepts or events within an information technology (IT) system.

If there are 18 people in your class and you want to divide the class into programming teams of 3
members, you can compute the number of different teams that can be arranged using this formula
(n!/r!(n−r)!).

Answers

Using a combination method to determine how many ways can 18 people be divided into programming teams of 3 members, the number of programming teams can be arranged in 816 ways.

What is Combination?

In mathematical model, a combination is a mathematical approach for calculating the number of potential arrangements in a set of things without taking the order arrangement of the items is into consideration.

It can be expressed by using the formula;

\(\mathbf{ _nC_r = \dfrac{n !}{ r!(n-r)! } }\)

where:

\( \mathbf{ _nC_r = number \: of \: combinations \: \} }\)n = total number of set objects = 18r = number of choosing objects = 3

\( \mathbf{ _nC_r = \dfrac{18!}{ 3!(18-3)! } }\)

\(\mathbf{ _nC_r = \dfrac{18!}{ 3!(15)! } }\)

\( \mathbf{ _nC_r = \dfrac{18 \times \: 17 \times \: 16 \times 15!}{ 3!(15)! } }\)

\(\mathbf{ _nC_r = \dfrac{18 \times \: 17 \times \: 16 }{ 3 \times \: 2 \times 1} }\)

= 816 ways

Learn more about combinations here:

https://brainly.com/question/11732255

Scrabble is a word game in which words are constructed from letter tiles, each letter tile containing a point value. The value of a word is the sum of each tile's points added to any points provided by the word's placement on the game board. Write a program using the given dictionary of letters and point values that takes a word as input and outputs the base total value of the word (before being put onto a board). Ex: If the input is: PYTHON the output is: 14

Answers

Complete question:

Scrabble is a word game in which words are constructed from letter tiles, each letter tile containing a point value. The value of a word is the sum of each tile's points added to any points provided by the word's placement on the game board. Write a program using the given dictionary of letters and point values that takes a word as input and outputs the base total value of the word (before being put onto a board). Ex:  If the input is:  PYTHON

the output is: 14

part of the code:

tile_dict = { 'A': 1, 'B': 3, 'C': 3, 'D': 2, 'E': 1, 'F': 4, 'G': 2, 'H': 4, 'I': 1, 'J': 8,  'K': 5, 'L': 1, 'M': 3, 'N': 1, 'O': 1, 'P': 3, 'Q': 10, 'R': 1, 'S': 1, 'T': 1,  'U': 1, 'V': 4, 'W': 4, 'X': 8, 'Y': 4, 'Z': 10 }

Answer:

Complete the program as thus:

word = input("Word: ").upper()

points = 0

for i in range(len(word)):

   for key, value in tile_dict.items():

       if key == word[i]:

           points+=value

           break

print("Points: "+str(points))

Explanation:

This gets input from the user in capital letters

word = input("Word: ").upper()

This initializes the number of points to 0

points = 0

This iterates through the letters of the input word

for i in range(len(word)):

For every letter, this iterates through the dictionary

   for key, value in tile_dict.items():

This locates each letters

       if key == word[i]:

This adds the point

           points+=value

The inner loop is exited

           break

This prints the total points

print("Points: "+str(points))

Answer:

Here is the exact code, especially if you want it as Zybooks requires

Explanation:

word = input("").upper()

points = 0

for i in range(len(word)):

  for key, value in tile_dict.items():

      if key == word[i]:

          points+=value

          break

print(""+str(points))

How to protect data in transit Vs rest?

Answers

Implement robust network security controls to help protect data in transit. Network security solutions like firewalls and network access control will help secure the networks used to transmit data against malware attacks or intrusions.

If this helps Brainliest please :)

infrastructure and environments are required to support authorizative source through which Two answers

Answers

The infrastructure and environments are required to support authoritative source through data as an IT asset and governance and expert judgment. The correct options are a and b.

What is authoritative source?

It is an organisation that has access to or validated copies of accurate information from an issuing source, allowing a CSP to validate the legitimacy of identity proofing materials submitted by applicants. An authoritative source can also be an issuing source.

Peer-reviewed Sources, such as journals and publications that have undergone peer review, are examples of acknowledged sources. These include known industry experts and professional publications.

Environments and infrastructure are needed to enable data as an IT asset, governance, and expert opinion as an authoritative source.

Thus, the correct option is a and b.

For more details regarding authoritative source, visit:

https://brainly.com/question/2229496

#SPJ1

Your question seems incomplete, the missing options are:

a. Data as an IT asset

b. Governance and expert judgment

c. Collaboration and stakeholder communication

d. Non-trusted systems that enforce cybersecurity

A security analyst is reviewing the latest vulnerability scan report for a web server following an incident. The vulnerability report showed no concerning findings. The vulnerability that was used to exploit the server is
present in historical vulnerability scan reports, and a patch is available for the vulnerability. Which of the following is the MOST likely cause?
A. Security patches failed to install due to a version incompatibility.
B. An adversary altered the vulnerability scan reports.
C. A zero-day vulnerability was used to exploit the web server.
D. The scan reported a false negative for the vulnerability.

Answers

Answer:

D. The scan reported a false negative for the vulnerability.

Explanation:

A false negative means that the vulnerability scan failed to detect the presence of the vulnerability. In this case, the historical vulnerability scan reports did indicate the presence of the vulnerability, and a patch is available for it. However, the latest scan report did not identify the vulnerability as a concern.

Possible reasons for a false negative could include an issue with the scanning tool or configuration, misconfiguration of the scanning process, or a failure in the scanning process itself.

It's important for the security analyst to investigate the cause of the false negative, review the scanning methodology, and ensure that the vulnerability is addressed by applying the available patch to mitigate any potential risks.

Question #7
Long Text (essay)
In 2-5 paragraphs, describe how technology helps business professionals to be more efficient?

Answers

Answer:

for starter it helps see the and challenge tuff plays

Write a program whose inputs are two integers, and whose output is the smallest of the two values.

Ex: If the input is:

7
15

the output is:

7

Preferred in Python

Answers

Method 1 :

Using If else statements: If the condition checks whether num1 is smaller than num2 if so it will print 'Smallest of these two integers is num1'.

else it will print 'Smallest of these two integers is num2'

Method 2:

Using the 'min' method: using the method min(num1,num2), the program finds the smallest value and prints it directly to the user.

Python Program using method 1

#PYTHON PROGRAM TO FIND SMALLEST INTEGER VALUE FROM TWO INPUTS FROM USER - Method 1

#Accepts inputs from user

num1 = int (input ("Enter your first number:")) #Gets the first integer input from user and stores in num1

num2 = int (input ("Enter your second number: ")) #Gets the second integer input from user and stores in num2

#Finding output by if else

#Checks num1 smaller than num2

if (num1 < num2):

#assign num1 to small

small = num1

else:

#assign num2 to small

small = num2

 

print ("Smallest of these two integers is", small)

Python Program using method 2

#PYTHON PROGRAM TO FIND SMALLEST INTEGER VALUE FROM TWO INPUTS FROM USER - Method 2

#Accepts inputs from user

num1 = int (input ("Enter your first number:")) #Gets the first integer input from user and stores in num1

num2 = int (input ("Enter your second number: ")) #Gets the second integer input from user and stores in num2

#Finding output using min method

print("\n Smallest of these two integers is",min(num1,num2)) #Prints output to user

Answer:num1 = int(input())

num2 = int(input())

num3 = int(input())

lowest = min(num1, num2, num3)

if num1 < num2 and num1 < num3:

   lowest = num1

elif num2 < num1 and num2 < num3:

   lowest = num2

elif num3 < num1 and num3 < num2:

   lowest = num3

print(lowest)

Explanation:

website is a collection of (a)audio files(b) image files (c) video files (d)HTML files​

Answers

Website is a collection of (b) image files (c) video files and  (d)HTML files​

What is website

Many websites feature a variety of pictures to improve aesthetic appeal and provide visual substance. The formats available for these image files may include JPEG, PNG, GIF, or SVG.

To enhance user engagement, websites can also introduce video content in their files. Web pages have the capability to display video files either by embedding them or by providing links, thereby enabling viewers to watch videos without leaving the site. Various formats such as MP4, AVI and WebM can be utilized for video files.

Learn more about  website  from

https://brainly.com/question/28431103

#SPJ1

You would like the cell reference in a formula to remain the same when you copy
it from cell A9 to cell B9. This is called a/an _______ cell reference.
a) absolute
b) active
c) mixed
d) relative

Answers

Answer:

The answer is:

A) Absolute cell reference

Explanation:

An absolute cell reference is used in Excel when you want to keep a specific cell reference constant in a formula, regardless of where the formula is copied. Absolute cell references in a formula are identified by the dollar sign ($) before the column letter and row number.

Hope this helped you!! Have a good day/night!!

Answer:

A is the right option absolute

2) Write a Java application that stores the names of your family and friends in a one-dimensional array of Strings. The program should show all names in upper case and lower case, identify the first character of the name, and the lengths of the names.

Answers

The names of family members and friends are stored in an array by this Java application, which also displays them in upper and lower case, recognises the initial character, and displays the length of each name.

How do I change an uppercase character in Java to a lowercase character?

The toLowerCase() function converts a string to lower case letters.Note: A string is converted to upper case letters using the toUpperCase() function.

JOHN\sjohn\sJANE

jane

ALEX\salex

SARAH\ssarah

DAVID\sdavid

John's first character is J.

Jane's first persona is J.

Alex's first character is A.

Sarah's first character is S.

David's first character is D.

Four characters make up John.

Four characters make up Jane.

Four characters make up Alex.

5 characters make up Sarah.

To know more about Java  visit:-

https://brainly.com/question/29897053

#SPJ1

What is the difference between Information Technology and Communication Technology?​

Answers

Answer:

Explanation:

information tech is technology that teaches you information, and communication tech is tech that lets you talk to family and friends and meet new people.

Answer:

The main difference between information technology and communication technology is that Information technology is a subject that is use of computers to store, retrieve, transmit and manipulate data, or information, often in the context of business or other enterpise whereas a Communication technology is the use of computers to communicate with family and friends.

How do technologies such as virtual machines and containers help improve
operational efficient?

Answers

Answer:

Through the distribution of energy usage across various sites, virtual machines and containers help to improve operational efficiency. A single server can accommodate numerous applications, negating the need for additional servers and the resulting increase in hardware and energy consumption.

Hope this helps! :)

Select the correct answer
Which is an example of a simple reflex agent
A blinking your eyes when dust blows
B writing a car on the highway
C answering a test paper
D preparing for a speech for an event at school

Answers

Answer:

Obviusly it's option A : blinking your eyes when dust blows

Explanation: coz simple reflexes are prompt, short-lived, and automatic and involve only a part of the body

When you create names for the elements of a webpage (such as ), what are some rules that you can follow to make your HTML code easier to understand and simpler to use?
Please help!!

Answers

Answer:

by using proper indentation

Explanation:

By using the proper indentation and punctuation

Write a program that utilizes the concept of conditional execution, takes a string as input, and: prints the sentence "Yes - Spathiphyllum is the best plant ever!" to the screen if the inputted string is "Spathiphyllum" (upper-case) prints "No, I want a big Spathiphyllum!" if the inputted string is "spathiphyllum" (lower-case) prints "Spathiphyllum! Not [input]!" otherwise. Note: [input] is the string taken as input.

Answers

Answer:

Written in Python

inputt = input()

if inputt == "SPATHIPHYLLUM":

     print("Yes - Spathiphyllum is the best plant ever!")

elif inputt == "spathiphyllum":

     print("No, I want a big Spathiphyllum!")

else:

     print("Spathiphyllum! Not"+ inputt+"!")

Explanation:

This line gets user input

inputt = input()

This line checks if input is uppercase SPATHIPHYLLUM and executes the corresponding print statement, if true

if inputt == "SPATHIPHYLLUM":

     print("Yes - Spathiphyllum is the best plant ever!")

This line checks if input is uppercase spathiphyllum and executes the corresponding print statement, if true

elif inputt == "spathiphyllum":

     print("No, I want a big Spathiphyllum!")

If user input is not upper or lower case of Spathiphyllum, the following if condition is considered

else:

     print("Spathiphyllum! Not"+ inputt+"!")

9. In a 208-volt Y-connected system, what is the voltage drop between any phase wire and the grounded
neutral center tap of the windings?
A. 262 VAC
B. 180 VAC
C. 120 VAC
D. 240 VAC

Answers

The answer is B. 180 VAC

You have decided to use the Apple Remote Disc feature to share CDs and DVDs among employees on your company headquarters office network.
Which of the following DVDs can you share with the employees using Remote Disc?
a. Financial application documentation
b. Copy the .app file to the applications directory
c. Dashboard

Answers

Employees can access financial application documentation via Remote Disc.

What two sorts of DVDs are there?

The two primary categories of DVD-R disks are DVD-R for Authoring and DVD-R for Public Usage, which is intended to prevent the backup of commercial, encrypted DVDs. The disc formats should be accessible in either device type once they have been written.

What are their uses?

The media may hold any type of electronic data and is frequently used to store computer files, software, and video programs that can be watched on DVD players. While having the very same size as compact discs (CD), DVDs have a far larger storage capacity.

To know more about DVD visit:

https://brainly.com/question/28939774

#SPJ1

Other Questions
Suppose an x-ray tube produces x-rays with a range of wavelengths, the shortest of which is 0.0093 nm. (lemda= 0.0093 nm)What is the accelerating voltage of the x-ray tube in kilovolts? transactions that are entered in the journal are then posted to specific categories in a(n) ______. What was significant about the death of Jefferson and Adams? Asking students to respond to declarative statements about the text prior to reading it is calledA) KWL. B) graphic organizer. C) preview. D) anticipation guide. The predicted location of Neptune was made possible because _____. A. Of a lucky discovery by Johann GalleB. Of a detailed study of UranusC. Of the use of radio telescopeD. Of data from Voyager 2 What is the mechanical energy A deduction reduces your tax by reducing the amount of income on which the tax is figured. A tax credit reduces the tax itself is? f(x) = x + 2 g(a) = 3.02 5 Find (f.g)(x). O A. (fg)(x) = 3x3 + 6x2 + 5x + 10 B. (f.g)(x) = 3x3 10 O c. (fg)(x) = 3x3 + 6x2 5x 10 O D. (f.g)(x) = 3x3 + 10 How many different 10-person committees can be selected from a pool of 25 people? There are different 10-person committees. (Type a whole number.) What the rate of change of the function y = 2x -3 Helppppppp. Pleaseeeeeeee 1. Which question would a scientist be most likely to use a model to answer? How was the lake formed? What is the temperature of this lake? What is a rock at the bottom of the lake made of?2. Why might a scientist use a model to answer the question you selected? witch of the following statements is trueflammability is a chemical property an element can be made of more then one type of adom the periodic table is arranged by the number of neutrons all of the above All of the following can help reduce environmental distractions EXCEPTA) choosing a more reliable communication channelB) eliminating distractionsC) moving to a less disruptive locationD) focusing on annoyances What is the best way for African Americans to gain rights in the US? Whose plan would be more effective, Booker T. Washington's or WEB Dubois? if 3642 coulombs of charge are passed through a solution of zn2 ions, how many grams of solid zn would be formed? 4t(t^26t+2)4t(t26t+2) of the following, who displays characteristics most consistent with high levels of achievement motivation? Which two sentences could be used in an accurate summary of paragraph 5? A bat's heart rate can fall dramatically during hibernation. Itsbreathing rate is also affected, and it may not breathe for anentire hour. Hibernation supports the bat's survival in itsenvironment. What type of adaptation is hibernation?Answesrs:A: FunctionalB:StructuralC:BehavioralD: None of the above