in your online presentation you use a video clip. it's obvious from the clip who the speaker is and the context of the video. do you need to cite where you retrieved the clip?

Answers

Answer 1

No, you don't need to cite where you retrieved the clip if it's obvious from the clip who the speaker is and the context of the video.

When using video clips in online presentations, it is not always necessary to cite the source. If the clip is clearly from a recognizable source (such as a well-known TV show or movie), and the context is clear, then a citation is usually not needed.

However, if the clip is from a less well-known source, or if the context is not clear, then it is always best to cite the source. This will ensure that your audience can easily find the original video, and will also help to avoid any potential copyright issues.

Learn more here:

https://brainly.com/question/735700

#SPJ4


Related Questions

when inputting a formula into excel or other spreadsheet software, what components are required for the formula to function properly? select one or more:

Answers

When inputting a formula into excel or in other spreadsheet software, we need to put equal sign before writing the formula and opening and closing parentheses for the formula.

Spreadsheet software such as excel, go-ogle sheets, or office 365 sheets allows you to perform calculations based on the given formula to perform the calculation. Most common formulas are provided by the spreadsheet softwares, such as sum, average, min, max, difference etc. These built-in formulas also called functions.

However, we can write our own formula to perform specific calculations according to our requirement. The components that are required for formula to function properly; you need to write equal sign=” before beginning the formula. The second component of the formula is, you must always close the parentheses for any opening parentheses.

For example, if you want to add or do sum, then the formula is”

=sum(range of cells…)

If you want to take an average of a range of numbers, then you can write

=average(range of cells…)

However, you can write your own formula which can have multiple parentheses, for example:

=(A1+B1+(B1/C2)+(B3+(B4/B5)))

You can learn more about spreadsheet formula at

https://brainly.com/question/1395170

#SPJ4

What are the three types of technological data?

Answers

Answer:

numerical data, categorical data, and original data.

Explanation:

Does the law firm (Mossack Fonseca) hold any ethical responsibility for the leak

Answers

The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

What does Mossack Fonseca do?

Mossback Fonseca is known to be a very famous a law firm based that was said to be based in  Panama that have a lot of employees from about  40 countries.

Note that due to the leak, they stated that there were a responsible members of the world's  financial as well as the business community  and that was it.

Therefore, The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

Learn more about law firm from

https://brainly.com/question/820417

#SPJ1

If you had a microsoft word document named malachi.docs and you saved it as a pdf without changing the file name, what would the new file name be , including the extension

Answers

The document for a new file will be malachi.pdf. It is because .pdf is the extension for PDF.

Adobe created the Portable Document Format (PDF) in 1992 to present documents, including text formatting and images, in a way that is independent of application software, hardware, and operating systems. PDF is now standardized as ISO 32000. Each PDF file, which is based on the PostScript programming language, contains an exhaustive description of a fixed-layout flat document, including the text, fonts, and vector graphics.

Other than flat text and graphics, PDF files may also contain logical structuring elements, interactive elements like annotations and form fields, layers, rich media (including video content), three-dimensional objects, and others.

Learn more about PDF https://brainly.com/question/28001981

#SPJ4

Users can select Ease of Access and _______
to alter the length of time a notification appears.

A) Display
B) Mouse pointer
C) Narrator
D) Magnifier

Answers

Answer:

Display

Explanation:

satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet.

Answers

Satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet: False.

What is an e-mail?

An e-mail is an abbreviation for electronic mail and it can be defined as a software application (program) that is designed and developed to enable users exchange (send and receive) both texts and multimedia messages (electronic messages) over the Internet.

In this context, we can reasonably infer and logically deduce that electronic mail more commonly referred to as e-mail rather than satellite communication involves the exchange of electronic messages between individuals over the Internet.

Read more on e-mail here: brainly.com/question/15291965

#SPJ1

Complete Question:

Satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet. True or False?

is a programming platform that is used to develop applications that are highly interoperable across a variety of platforms and​ devices, such as desktop​ computers, mobile​ computers, or smartphones.

Answers

Microsoft .NET is a programming platform that is used to develop applications that are highly interoperable across a variety of platforms and devices, such as desktop computers, mobile computers, or smartphones.

Microsoft .NET is a powerful programming platform that enables developers to create applications that are highly interoperable across a variety of platforms and devices. .NET provides a wide range of tools and technologies that make it easy to develop applications for desktop computers, mobile devices, or even the cloud. .NET is also a great platform for building web applications, as it supports a wide variety of standards and technologies.

Learn more on Microsoft .NET here:

https://brainly.com/question/14526761

#SPJ4

breast cancer screening and health behaviors among african american and caribbean women in new york city.

Answers

A telephone-based survey regarding breast cancer screening (in terms of insurance status, marital status, and educational attainment) among 300 African American and Caribbean women in New York City aged 40 and over, it was found that they were no more likely to have had a mammogram than the foreign-born women.

Women with a provider referral were eight times more likely to have ever had a mammogram, after adjusting for insurance status and the source of care (AOR 8.01, 95%CI: 3.74-17.14). Compared to 77% of American-born women, just 52% of Caribbean women who were born abroad and have lived in the country for less than half their life had a provider ever recommend a mammogram.

The results support prior research on the significance of physician referral in increasing mammography screening among urban Black women, and they suggest that efforts to communicate breast cancer screening messages to Caribbean-born women should place a strong emphasis on the significance of providers.

Learn more about breast cancer:

https://brainly.com/question/2036981

#SPJ4

read two numbers from user input. then, print the sum of those numbers. hint -- copy/paste the following code. the first line of code provided reads a number from input and assigns num1 with that number. repeat for num2. type code where the question marks are to finish the code. num1

Answers

The given program is written in python that finds the sum of two numbers entered by the user.  First, it prompts the user to input two numbers and converts them to integers. Secondly, it calculates their sum and displays the result of addition.

The required code is given as follows:

num1 = int(input())

# prompts the user to input the first number in variable num1. Input () function returns a string value so the entered number is first converted into integer using the function int().

num2 = int(input())

# prompts the user to input the second number in variable num2.  Input () function returns a string value so the entered number is first converted into integer using the function int().

print(num1 + num2)

# adds num 1 and num 2. Then prints result of sum

You can learn more about how to add two number using programming language at

https://brainly.com/question/13014075

#SPJ4

Answer:num1 = int(input())

num2 = int(input())

print(num1 + num2)

Explanation:

Which of the following is not a computer hardware?

A.monitor
B.internet
C.keyboard
D.mouse

Answers

Answer:internet

Explanation:

Memory is not hardware components computer.
Computer hardware includes the physical parts of a computer, such as a case, central processing unit (CPU), random access memory (RAM), monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard.

https://testbook.com/question-answer/which-one-of-the-following-is-not-a-hardware-compo--61cab6aea48e53d3ab9c09cf/amp
Hope it helps:)

Which of the following is used to close up security holes?

Answers

The option that is used to close up security holes is to  Address Internal Threats.

What is security hole in cyber security?

In regards to computer security, the term security hole   is known to be a statement that connote a form of vulnerability as well as any form of weakness that can be seen  in a system.

This is known to be one that may be as a result of  a system design flaw or any form of bug.

If this is unresolved, such flaws can render a system vulnerable to attacks through the use of Internet that could act to compromise the integrity or confidentiality of that given system.

Therefore, The option that is used to close up security holes is to  Address Internal Threats.

Learn more about security from

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

A mind map is a web used to organize a project. Your main project is the center of the map, with tasks necessary to complete the project coming off the central idea. The map you create should have at least three levels, with tasks and due dates. Think of the people, processes, and tools needed to make the project a success. You should print the map out and send it to the teacher. If project software such as Visio is not available, a spreadsheet or word processing document is fine to use.

Answers

Answer:

yu 'of u0j[j]j-g9f7=d==I]idigo[hh[g9[gh;b;[u]in.;h[h]in.;h[uh[ ,;j]u[un.;ji=]in. I=u=u-j;h[-u

elements that have little or no effect on search results include . select all that apply. a. keywords b. stop words c. search operators d. capital letters

Answers

Elements that have little or no effect on search results include:

b. stop words.

d. capital letters.

What is a binary search?

Binary search can be defined as an efficient algorithm that is designed and developed for searching an element (information) from a sorted list of data that are stored on a database, especially by using the run-time complexity of Ο(log n)

Note: n is the total number of elements in a list.

In Computer technology, elements that have little or no effect on search results include he following:

Stop words.Capital letters.

However, keywords and search operators are important elements that have a significant effect on search results.

Read more on binary search here: https://brainly.com/question/24268720

#SPJ1

your enterprise experienced several technical issues over the last few days. there were multiple instances of passwords needing to be changed and other issues causing downtime. management has started receiving voicemails regarding fraudulent activities on their accounts. while the voicemails sound authentic, the help desk concludes that they are fake. what type of malicious activity will this be considered?

Answers

A type of malicious activity which this will be considered as is: vishing.

What is a password policy?

A password policy can be defined as a set of rules and standard that are designed and developed by the data security or networking team of an organization, so as to enhance computer security and ensure all password meet the minimum requirements such as:

Maximum age of pass.Password minimum length.Password combination.

What is social engineering?

Social engineering can be defined as an art of manipulating people, especially the vulnerable to divulge confidential information or performing actions that compromises their security.

In Computer technology, some examples of social engineering attacks include the following:

Quid pro quoSpear phishingBaitingTailgatingWater-holingPretextingPhishingVishing

What is vishing?

Vishing is an abbreviation for voice phishing and it can be defined as the use of telephony (telephone communication) to conduct phishing attacks.

In this context, we can reasonably infer and logically conclude that a type of malicious activity which this issue will be considered as is vishing.

Read more on Vishing here: https://brainly.com/question/14220906

#SPJ1

which tool in administrative tools should you open if you want to view messages to troubleshoot errors? a. resource monitor b. event viewer c. task scheduler d. system information

Answers

A tool in administrative tools which you should open if you want to view messages to troubleshoot errors is an: b. event viewer.

What is an operating system?

An operating system (OS) can be defined as a system software that's usually pre-installed on a computing device by the manufacturers, so as to manage random access memory (RAM), software programs, computer hardware and all user processes.

What is an event viewer?

An event viewer can be defined as an administrative tool that is found in all versions of Windows Operating System (OS) which is designed and developed to enable administrators and end users in viewing the event logs of software application and system messages such as errors on a local or remote machine.

In this context, we can reasonably infer and logically deduce that an event viewer is a tool in administrative tools which you should open if you want to view messages to troubleshoot errors.

Read more on event viewer here: https://brainly.com/question/14166392

#SPJ1

dion training has contracted a software development firm to create a bulk file upload utility for its website. during a requirements planning meeting, the developers asked what type of encryption is required for the project. after some discussion, jason decides that the file upload tool should use a cipher capable of encrypting 64 bits of data at a time before transmitting the files from the web developer’s workstation to the webserver. what of the following should be selected to meet this security requirement?

Answers

The factor that should be selected to meet this security requirement is known to be block cipher.

What is the block cipher about?

A block cipher is known to be a tool that is often used to encrypt a lot of  bits at a time before one can be said to be  moving to the next group of data.

Note that  Block ciphers are known to possess a fixed-length block (such as 8-bit, 16-bit, 32-bit, 64-bit, etc).

Blocks of data that are known to be  entering these systems do have a short check value attached, and it is one that is often based on the remainder of any kind of polynomial division of their contents.

Therefore, The factor that should be selected to meet this security requirement is known to be block cipher.

Learn more about Software development from

https://brainly.com/question/26135704

#SPJ1

Question # 3 Multiple Choice A data unit created at the transport layer by UDP is a _____. Responses datagram datagram packet packet frame frame segment

Answers

Answer:

A data unit created at the transport layer by UDP is a datagram.

Explanation:

The User Datagram Protocol (UDP) is a minimal, connectionless network protocol that belongs to the transport layer of the Internet protocol family. UDP enables applications to send datagrams to IP-based computer networks.

what are mac os, windows, and linux examples of? question 18 options: hardware smartphones hard drives operating systems

Answers

The examples of operating systems are MacOS, Windows and Linux.  The correct answer of this question is operating systems.

MacOS, Windows and Linux are examples of operating systems. MacOS and Windows are both examples of proprietary operating systems, which are designed and developed by Microsoft and Apple respectively. Whereas, Linux is different from MacOS and Windows in that it is not a proprietary software, but rather offers a family of open source operating systems.  For customized work, Linux is an ideal choice.

Operating system is typically a system software that acts as an interface between computer and the end user. Every computer has at least one operating system installed in it, making them able to work with.

The operating systems provide services for application software at hardware level. Without an operating system, it is not possible to interact with computers.

Some basic functions of the operating systems include managing memory, processes, files, storage, input and output, range of devices, and security.

Other options are not correct because:

Hardware are physical components of computers that provide services to software, such as CPU, RAM, monitors, mouse, keyboards and many others.Smartphones are touchscreen mobile phones with integrated features of a computer, having an operating system making them just like computers.Computer hard drives are non-volatile data storage devices that store operating systems, data files and applications that are used by computers.

You can learn more about operating system at

https://brainly.com/question/26721366

#SPJ4

represent audio or video data by a series of 0s and 1s.(1 point) telephones optical devices analog devices digital devices

Answers

Devices which represent audio or video data by a series of 0s and 1s is referred to as: D. digital devices.

What is binary encoding?

Binary encoding can be defined as a standard technique that is designed and developed to convert data in plain text (source alphabets) to a form that is easily used by different operating systems (OS), especially through the use of a binary digit (bit) or two-symbol system, which comprises 0s and 1s.

In Computer technology, all digital device only understand machine language and these include binary digit (bit) or two-symbol system, which comprises 0s and 1s. Thus, a digital device such as a computer do not understand plain text or high-level language.

Read more on binary encoding here: https://brainly.com/question/13948780

#SPJ1

5. after removing a person’s elastic stockings, how long should you expect to leave them off before reapplying them?

Answers

After removing a person's elastic stockings, you usually leave them off for 30 minutes or as directed by the nurse and the care plan.

Your lower legs will experience pressure from compression stockings, which will help to preserve blood flow, lessen pain, and minimise swelling. If you suffer from a condition that reduces blood flow to your legs, such as varicose veins, your doctor might prescribe them for you (swollen and enlarged veins).

Elastic stockings are hosiery worn on the feet or legs. They are often referred to as support or compression stockings. These support the lower legs and improve circulation while using gradient pressure to alleviate issues brought on by harmed or otherwise dysfunctional veins and vein valves.

He advises against wearing compression socks if you have lower extremity peripheral vascular disease. Compression socks' increased pressure may exacerbate ischemic illness.

Learn more about elastic stockings:

https://brainly.com/question/8038469

#SPJ4

Companies such as ORACLE, Amazon Web Services, and Microsoft offer courses to learn about their technologies.

Answers

Answer:

True?

Explanation:

question 1 scenario 1, question 1-5 you’ve just started a new job as a data analyst. you’re working for a midsized pharmacy chain with 38 stores in the american southwest. your supervisor shares a new data analysis project with you. she explains that the pharmacy is considering discontinuing a bubble bath product called splashtastic. your supervisor wants you to analyze sales data and determine what percentage of each store’s total daily sales come from that product. then, you’ll present your findings to leadership. you know that it's important to follow each step of the data analysis process: ask, prepare, process, analyze, share, and act. so, you begin by defining the problem and making sure you fully understand stakeholder expectations. one of the questions you ask is where to find the dataset you’ll be working with. your supervisor explains that the company database has all the information you need. next, you continue to the prepare step. you access the database and write a query to retrieve data about splashtastic. you notice that there are only 38 rows of data, representing the company’s 38 stores. in addition, your dataset contains five columns: store number, average daily customers, average daily splashtastic sales (units), average daily splashtastic sales (dollars), and average total daily sales (all products). considering the size of your dataset, you decide a spreadsheet will be the best tool for your project. you proceed by downloading the data from the database. describe why this is the best choice. 1 point

Answers

In the case above, the right thing that one need to do  is to  Download the data as a .CSV file, then import it into a spreadsheet.

What is in a CSV file?

A CSV is known to be a comma-separated values file and this is said to be a a text file that is known to contain all the information that is often separated by the use of commas.

Note that the CSV files are said to be one that are known to be commonly seen in spreadsheets as well as in databases.

A person can be able to make use of a  CSV file to be able to transmit data between programs that are known to be not ordinarily available to exchange data.

Therefore, In the case above, the right thing that one need to do  is to  Download the data as a .CSV file, then import it into a spreadsheet.

Learn more about CSV file from

https://brainly.com/question/14338529

#SPJ1

What is the difference betweem skylights and light wells? (please put some images to demonstate if you can)

Answers

Answer:

It is common for modern structures with a glass roof to be referred to as a lightwell. These differ from a skylight in that they cut an open space through a building from the roof to the ground. An open space within the volume of a building that is designed to provide light and ventilation to interior spaces.

In your own words, describe what an acceptable use
policy is, and provide three examples of items that you might see on a policy pls help mom want to see my grades help pls

Answers

The acceptable use policy is known to be a policy that is made up of  practices that all its users need to agree to in order to be able to make use of such network or other resource.

The items are:

Social media page .Internet address, applications.Accessing private or confidential information.

What is an acceptable use policy?

An acceptable use policy (AUP) is known to be document that is said to tell about the  constraints as well as the practices that a user need to agree to be able to  access a  given corporate network or the Internet.

Therefore, The acceptable use policy is known to be a policy that is made up of  practices that all its users need to agree to in order to be able to make use of such network or other resource.

Learn more about acceptable use policy from

https://brainly.com/question/2625500

#SPJ1

Jorge bought a new computer and had trouble installing a program. He called the technical support provided by the store where he made the purchase. The person dealing with this question is probably working in which IT pathway?

Answers

The person dealing with this question is probably working in Information Support & Services. The correct option is 3.

What is Information Support & Services?

Information support and services occupations include those involved in the deployment of information technology, such as implementing computer systems and software, database management, providing technical assistance, and managing information systems.

His services include providing computer user support, demonstrating knowledge of troubleshooting techniques, and so on.

It can provide a wealth of information that can be used to evaluate products and services.

Thus, the correct option is 3.

For more details regarding information support and services, visit:

https://brainly.com/question/7513997

#SPJ1

Your question seems incomplete, the missing options are:

1) Network Systems

2) Interactive Media

3) Information Support & Services

4) Programming and Software Development.

output: print out the longest common sequence(s) for the two strings. if there is more than one longest common sequence then print each of those sequences on separate lines in alphabetical order. use the built-in sort function for lists. the sequences should be left aligned. leave a blank line between the output of each input pair. there should be a blank line at the end. if there is no common sequence your program should output no common sequence found.

Answers

The program that shows the given output in python is as below.

How to write a Python Program?

For the program we want to write, the program should have a good, clean logical structure. We will be looking at good documentation and descriptive variable names as well as adhere to the standard coding conventions in Python.

A sample template of this program is as follows;

# Input: s1 and s2 are two strings that represent strands of DNA

# Output: returns a sorted list of substrings that are the longest

#         common subsequence. The list is empty if there are no

#         common subsequences.

def longest_subsequence (s1, s2):

def main():

 # read the data

 # for each pair

   # call longest_subsequence

   # write out result(s)

# insert blank line

if __name__ == "__main__":

 main()

Read more about Python Program at; https://brainly.com/question/26497128

#SPJ1

while determining which antibiotics are best to treat ulcers caused by helicobacter pylori, the drugs used in the experiment are called the blank . multiple choice question. placebo experimental variable control dependent variable

Answers

While determining which antibiotics are best to treat ulcers caused by helicobacter pylori, the drugs used in the experiment are called the: B. experimental variable.

What is an experiment?

An experiment can be defined as a scientific investigation which typically involves the process of manipulating an independent variable (the cause), so as to determine or measure the dependent variable (the effect).

What is an experimental variable?

In Science, an experimental variable can be defined as a measurable attribute or physical quantity that changes or varies across an experiment and as such can take on different numerical values.

In this context, we can reasonably infer and logically deduce that the drugs used in this experiment are called the experimental variable.

Read more on experimental variables here: https://brainly.com/question/632913

#SPJ1

What would you fix or improve in our current technology to make life better for all?

Answers

Answer in comments, it’s too long

your dod common access card has a public key ifrastructure token approved for acces to the non classified internet protocol router

Answers

A public key infrastructure token on your dod common access card has been authorised for use with the NIPRNet.

This is a non-classified Internet Protocol (IP) Router Network (NIPRNet).

Your DoD common access card comes with a public key infrastructure token that has been authorised for access to the NIPRNet, which is a specific kind of IP network that is typically used to send and receive unclassified data like information topic.

The US Defense Department in Washington oversees Siprnet, a global military internet network that is maintained separate from the public internet.

Learn more about public key:

https://brainly.com/question/18560219

#SPJ4

a fellow analyst believes that an attacker briefly authenticated to your company wifi network and might have compromised some machines. your colleague collected network traffic and ran two splunk queries that might be helpful in your investigation. attached are resources provided by the analyst for your evaluation. course hero

Answers

You can always choose to perform a Windows reinstall (clean install/reformat) instead, which would delete all dangerous files associated to ransomware and destroy all of your computer's data, including all of your files, installed programs, and settings, so make a backup of your crucial information first.

How to illustrate the information?

It is malware that corrupts files and spreads when the infected file or another application runs it. The impact of hostile code can be innocuous or can result in the loss of data and resources.

Simply reinstalling the operating system won't be able to unlock your files because the ransomware (as it is typically understood) has encrypted all of your crucial documents, pictures, videos, and other types of files while typically leaving your operating system operational.

The best way to recover from a disk image backup is to simply restore the disk image, overwriting any existing data to get back what you had before the backup.

Therefore, you can fully re-install Windows on the victim machine by destroy all of your computer's data, as reinstalling.

Learn more about Window on:

https://brainly.com/question/25243683

#SPJ1

A fellow analyst believes that an attacker briefly authenticated to your company wifi network and might have compromised some machines. your colleague collected network traffic and ran two splunk queries that might be helpful in your investigation. attached are resources provided by the analyst for your evaluation

Why should you fully re-install Windows on the victim machine?

Other Questions
Jay found a job with an annual salary of $48.7k what is his monthly pay, rounded to the nearest dollar 03.07Which of the following is not a characteristic of active voice?A: Action verbs are used.B: The subject appears before the verb.C: The subject is doing the verb.D: The subject receives the verb's action. What happened when Roman laws changed for plebeians and patricians in the fourth century B.C.E.? the figure, ray OJ is perpendicular to ray OE. If JOL=6x+10 and LOE=x+10, find the measure of LOE. What is the ultimate basis for a social institutions continued existence over time?. 60 is what percent of 180? The adverb in the following sentence isThe food is not good. A solid sphere of radius 40.0cm has a total positive charge of 26.0C uniformly distributed throughout its volume. Calculate the magnitude of the electric field(a) 0 cm What is the meaning of theword duties in thissentence?Cities along the traderoutes charged customsduties for the right to shipgoods through theirterritories. plays and musicals have been based on novels for many years. however, in recent years, broadway has been overwhelmed with shows based on well-known films. for example, the lion king, once, spiderman, and the adams family. discuss the pros (positive effects) and cons (negative effects) of this fact. HELP HELP HELP Help Helpl . identify the most accurate way to classify the type of caries seen on the maxillary anterior teeth. a. root caries b. recurrent caries c. rampant caries d. facial / lingual caries 20 POINTS!Which statement best represents how structure relates to function?Labrador retrievers can be black, yellow, or chocolate colored.Tortoises in the wild can live for more than 150 years.People can develop a tolerance for spicy food over time.A deer's horizontal pupils help it scan the horizon for predators. solve the following quadratic equation by extracting the square root.4(m-1)-4=0thank u!!! self-organization versus hierarchical organization a mathematical investigation of the anarchist philosophy of social organization What did Delores organize a boycottagainst in the 1960s with Cesar Chavez?She organized a boycott against grapes.She organized a boycott against gaperfruit. The Peacock and the CraneA peacock, puffed up with vanity, met a crane one day, and to impress him spread his gorgeous tail in the sun."Look," he said. "What have you to compare with this? I am dressed in all the glory of the rainbow, while your feathers are gray as dust!"The crane spread his broad wings and flew up toward the sun."Follow me if you can," he said. But the peacock stood where he was among the birds of the barnyard, while the crane soared in freedom far into the blue sky.Which statement summarizes the theme of this passage? 1.Appearances will get you everywhere. 2.It is better to be useful than beautiful. 3.True friends will not judge you. 4.You never know what another is going through. Order the list of numbers written in Scientific Notation from small to large.4.5 x 10^41.9 x 10^77.6 x 10^-99.3 x 10^-155.7 x 10^13 a pure substance has the blank composition in all of the sample dr. aguilera conducts psychological research that examines factors associated with college student academic performance. she administered a survey to 127 participants from her universitys student subject pool. in the survey, she asked students to report their current college grade point average (gpa). dr. aguilera also asked questions about sleeping, eating habits, and social media use.