To answer the research question "How am I going to find the information I need on the tople?" the best thing Georgia should
do first is
get on her computer to search the topic
make a list of the books she could use.
ask her teacher for specific suggestions.
make a list of relevant sources to check out

Answers

Answer 1

Answer:

The correct option is D)  

Explanation:

To get information about a research topic the first thing to do is make a list of relevant sources.

Georgias sources would depend on the type of research she has been asked to conduct.

If it's primary research, she would collect information from:

Her own experienceHer own observationthe Information she gathers personally from other people

If it is  secondary research, she can look at

books (hard copy, e-copy)journals (online, offline)online (blogs, videos, websites etc)

Whilst looking online, it is important to stick to authoritative sources as it is possible for anyone to publish anything online.

Examples of reliable sources are:

Journals from Industry AssociationsBureaus of StatisticsGlobal Research CompaniesHigher Institutions e.t.c.

Cheers!

Answer 2

Answer:

D

Explanation:

Edge 2021


Related Questions

Why are proper ergonomics important for learning? Students can socialize more when their work area is comfortable. Students can study better if their work area is comfortable. Students are able to take longer breaks when their work area is functional. Students experience more physical strain if their work area is functional.

Answers

Answer:

The correct answer to the following question will be Option B (Students can research easier if their environment is convenient).

Explanation:

Ergonomics defined as the study including its type of job individuals do, the world in which they job as well as the resources people utilize to perform the function.School operation, because this is not a working circumstance, is always at the discretion of "cause and effect," such that, there might not be a standard that satisfies the food safety performance indicators of learning spaces, while adequate ergonomics seems to be very necessary since students will learn easier if their working environment was indeed pleasant.

The other three choices are not related to the given scenario. So that option B seems to be the appropriate choice.

Answer:

B

Explanation:

edge 2020

which menu would most likely allow you to choose a font A.file B.Edit C.format D.insert​

Answers

Answer:

D

Explanation:

We are required to find the menu would most likely allow you to choose a font.

The menu which would most likely allow you to choose a font is "format"

File menu: It is used to create new document or update existing document.

Edit menu: It is used to edit documents. It functions includes: copy, paste, select, find, cut, undo, select all, replace etc.

Format menu: This is the menu that controls the fonts in your documents. It is used apply borders, paragraphs, background, bullet points, numbers, columns. etc.

Insert menu: This is used to place date, pictures, graph, page number, symbol etc in the documents.

Therefore, the menu which would most likely allow you to choose a font is "format"

Read more:

https://brainly.com/question/19566768

PLEASE HELP!!!

If you try to ______
PowerPoint while there are unsaved changes, you will be
asked whether you want to save them.
fill in the blank.

Answers

leave (i'm pretty sure this is the answer)

If you try to close PowerPoint while there are unsaved changes, you will be asked whether you want to save them.

What is a PowerPoint presentation?

You may create projects, write text, and create presentations online using the software called PowerPoint Presentation. Slides may be created, transitions can be included, and ideas can be presented to friends or professors.

A businessman can present what he thinks or has to say by using a PowerPoint to keep his thoughts and ideas organized. Yes, I am aware. PowerPoint is something I've been using for a while now.

Basically, you press the home button in the upper-left corner of your screen, and an option that says "create a new slide" should appear there.

Therefore, if you attempt to close PowerPoint with modifications that have not been saved, you will be prompted to do so.

To learn more about PowerPoint presentations, refer to the link:

https://brainly.com/question/14498361

#SPJ5

Which of the following are disadvantages of networks? Check all of the boxes that apply.
Network intruders can access all computers on a network.
Networks are costly to set up.
Setting up networks does not require special knowledge.

Answers

Answer:

• Network intruders can access all computers on a network.

• Networks are costly to set up.

Explanation:

A network can be defined as a connection between the internet and the computer. A network is a means by which information or data are transmitted from one computer to another.

We have various types of networks and some of them are:

a) Local Area Network (LAN)

b) Wireless Local Area Network (WLAN)

c) Wide Area Network (WAN)

d) Campus Area Network (CAN)

e) Metropolitan Area Network (MAN)

f) Personal Area Network (PAN) e.t.c

The disadvantages of network are:

a) Network intruders such as computer hackers can easily access all computers on a network.

b) Networks are costly to set up.

It is of outermost importance that a network used by a computer is secured using security such as encryption in other to prevent data loss , hackers and exposure of information that are sensitive to computer users.

Answer:

A and B

Explanation:

30 POINTS!!

Type the correct answer in the box. Spell all words correctly.

What is the difference between Photoshop and Photoshop Lightroom?

The difference between Photoshop and Photoshop Lightroom is that the latter offers more _____ photo-editing features.

Answers

Answer:

technical

Explanation:

Answer:

i think it is tecnical

Explanation:

One disadvantage of online information sharing is that:
A. search engines do not help people find solid information.
B. we all have to learn how to cite information.
C. it can spread harmful scams or false information.
D. it cannot improve how we get or send information.

Answers

Answer: C

Explanation:

One disadvantage of online information sharing is that it can spread harmful scams or false information. Thus, the correct option for this question is C.  

What are the disadvantages of online information?

The disadvantages of online information are as follows:

They significantly cause addiction and distractions.It steals personal information and is used for identity theft.It also spreads harmful scams or false information.

According to the context of this question, online information typically improves how we get or send information. This mechanism generally enhances the advantages of online information. While the disadvantage of sharing online information is that it can spread harmful scams or false information.

Therefore, the correct option for this question is C.  

To learn more about Online information, refer to the link:

https://brainly.com/question/14042779

#SPJ5

30 POINTS!!

Type the correct answer in the box. Spell all words correctly.

Jason needs to learn a new web tool. He went through his books to understand more about it. Now he wants hands-on experience with using that tool. What would help him?
Jason can use ______ websites where workspace is provided to test the results of your code.

Answers

Answer:

online

the answer is online

Write an algorithm and draw a flowchart to input two numbers from the user and display the largest of two numbers

Answers

Answer:

Explanation:

Required

- Algorithm to display largest of two numbers

- Flowchart to display largest of two numbers

Algorithm

1. Start  

2. Input num1, num2

3. Largest = num2

4. If num1 > num2 Then

4.1 Largest = num1  

4. Print Largest

5. Stop.

See attachment for flowchart

To do this, three variables (num1, num2 and Largest) are used.

The algorithm starts by inputting values for num1 and num2; Then variable Largest is initialized to num2

If num1 is greater than num2, the value of Largest is changed to num2; else, nothing changes

Then Largest is printed.

The algorithm and flowchart which evaluates the larger of two numbers is given below and the flowchart attached :

The algorithm :

Step 1 : Start

Step 2 : Reads in two values a and b

Step 3 : Using the comparison operator, check if a is greater or b is greater

If a is greater, display a is greater, otherwise, b is greater.

Step 4 : Stop

The algorithm above gives the stepwise approach to finding the larger value. The graphical order of instruction called the flowchart is attached.

Learn more : https://brainly.com/question/25415243

2 ways to make your computer work faster ( please help asap )

Answers

Answer:

clean up space or reboot ur computer or delete unwanted apps and files .

Explanation:


30 POINTS !!!

Select the correct answer from each drop-down menu.

What are the different image clean-up tools?

The different image clean-up tools are the ____ tool and the ____ tool that help remove spots and other marks.

The different image clean-up tools are the _____

1. Blur
2. Healing Brush
3. Sharpen

and the ____ tool that help remove spots and other marks.

1. Blur
2. Clone
3. Patch tool

Answers

healing brush patch tool and blur i’m kinda unsure about healing brush because i do photography and all of those help sorry i couldn’t give you the exact answer :(

Answer:

1.) healing tool

1.) patch tool

You’re mapping out the logical relations of a database, and you notice that one of your tables will have a pair of child records for every record created in the parent entity. What type of relationship do these tables have?

A. One-to-many
B. Pair of one-to-many relationships
C. Many-to-Manu
D. One-to-one

Answers

The answer to your question is answer A

The type of relationship that these tables have is (B), Pair of one-to-many relationships.

What is one-to-many relationships?

A one-to-many relationship is a type of relationship between two tables in a database where one record in the parent table can have multiple child records in the child table. In this case, one record in the parent table will have a pair of child records in the child table, so the relationship between the two tables is a pair of one-to-many relationships.

For example, a table of employees could have a one-to-many relationship with a table of dependents. Each employee could have multiple dependents, so each record in the employees table would have a pair of child records in the dependents table.

Find out more on database here: https://brainly.com/question/31089407

#SPJ2

five difference between a keyboard and a mouse​

Answers

Answer:

1.Mouse is a pointing device while a keyboard is an input device.

2.The main purpose of a mouse is to guide a cursor on the monitor while a keyboard is like a typewriter

What is the HIPAA Privacy rule, and why does it affect IT professionals?
a law that prevents doctors from keeping patient records, which protects the medical rights of IT professionals
a law that explains how passwords should be protected, which must be followed by IT professionals
a law that mandates that medical records be kept electronically, which will be managed by IT professionals
a law that protects patient records, which states they can only be viewed by certified IT professionals

Answers

Answer:

a law that protects patient records, which states they can only be viewed by certified IT professionals

Explanation:

The HIPAA Privacy rule address disclosure of individuals’ health information by health care providers, medical insurers who transmits health information in electronic form.

The Privacy Rule protects all individuals health information held or transmitted  in any form or media, such as electronic, paper, or oral. Privacy Rule is to defines the situation in which an individual’s protected heath information may be disclosed except if the Privacy Rule permits or the individual authorizes in writing

Answer:

a law that mandates that medical records be kept electronically, which will be managed by IT professionals

Explanation:

C IS RIGHT ON edg 2021

Suppose you are an ad-serving company and you maintain a log of cookie data for ads you serve to the Web pages for a particular vendor (say Amazon). a. How can you use this data to determine which are the best ads? b. How can you use this data to determine which are the best ad formats? c. How could you records of past ads and ad clicks to determine which ads to send to a given IP address? d. How could you use this data to determine how well the technique you used in your answer to part c was working? e. How could you use this data to determine that a given IP address is used by more than one person? f. How does having this data give you a competitive advantage vis-à-vis other ad-serving companies?

Answers

Answer:

A

Explanation:

thethe more you have attached the more people are going to know your product so that it's going to be a long process which people can introduce to their friends

30 POINTS!!

Select the correct answer.

Josef wants to pursue a career as a user experience developer. How should he acquire knowledge to pursue this career?

A. by obtaining a bachelor’s degree

B. by obtaining a master’s degree

C. by earning work experience

D. by getting a high school diploma

E. by using books and online courses

Answers

Answer:

This is by earning work experience.

Explanation:

This is any experience that a person gains while working in a specific field.

Answer:

I think it is E

Explanation:

1 What do you understand by navigation through form?

Answers

Answer:

A navigation form is simply a form that contains a Navigation Control. Navigation forms are a great addition to any desktop database. Microsoft Access offers several features for controlling how users navigate the database.

1.
Which of the following is NOT caused by alcohol?

Answers

Answer:

What are the choices

Answer:

Explanation:reduced concentratjon

inhibited comprehension

decreased coordination

increased heart rate

A. Design an algorithm that takes 2 integers input from users in 2 variables, without using any other variable swap the values. Design its flow chart as well.

Answers

Answer:

The algorithm is as follows

Start Accept Input1 and Input2 Input1 = Input1 + Input2 Input2= Input1- Input2 Input1= Input1- Input2 Print Input1 Print Input2 Stop

See attachment for Flowchart

Line 1 and 8 of the algorithm starts and stops the algorithm

Line 2 accepts the two integer variables (input1 and input2)

Take for instance input1 = 5 and input2 = 4

Line 3 increases input1 by input2

At this point, Input1 = 5 + 4 = 9

Line 4 subtracts input2 from input1 and saves it in input2

i.e. Input2 = 9 - 4 = 5

Note that, the value of input2 has changed to the initial value of Input1

Line 5 subtracts input2 from input1 and saves it in input1

i.e. Input1 = 9 - 5 = 4

Note that, the value of input1 has changed to the initial value of Input2

Line 6 and 7 prints the new values of input1 and input2

The flowchart does the same thing as the algorithm; the only difference is that it uses lines and shapes to depict flow of program

The flowchart was designed using Microsoft Office Word

What is 540 to the nearest TENTH?​

Answers

Answer:

500

Explanation:

no explanation, sorry

combine like terms to create an eqivalent expresion. -1/2(-3y+10)​

Answers

Answer: Google doesn't have the answer.

Explanation:

I tried

The hexadecimal number system uses alphabets A to F to represent values_ to _

Answers

Answer:

they represent values 10 to 15

they represent 10 to 15

Kair needs to change the brightness and contrast on a image she has inserted into a word document

Answers

Answer:

Kair should click the image.Right click then select "Format Picture."

Then select "picture corrections"

Answer:

adjust

Explanation:

Write a Python program to convert the characters to lowercase in a string

Answers

Answer:

Following is the program in the python language

st = 'sAN RaN'  #String

print(st.lower()) #display into the lowercase

Output:

san ran

Explanation:

Following are the description of program

Declared and initialized the string in the "st" variable .The lower function in python is used for converting the uppercase string into the lower case string .Finally in the print function we used lower function and display the  string into the lower case

Which statement correctly differentiates how to use list and table styles?


Both styles can be used to change bullets in an outline.

Both styles can be used to add shading to even-banded rows.

Only the table style can be used to identify where the style can be used.

Only the list style can be used to identify to which level the style can be applied.
The correct awnser is the bottom one

Answers

Answer: Only the list style can be used to identify to which level the style can be applied.

Explanation: The styling option refers to a range of personalization such as text formating, color, themes and other appearance options which can be added to documents either to differentiate, beautify or enhab e clarity of our document. The list and table styles are different with the list styles giving freedom to enhance and refine lists while table style is used to refine documents placed in a table format. List style are for changing bullets, only table styles can be used to add shading to banded rows.

However, only the list style can be used to identify to which level the style can be applied as it offers more freedom to use and personalize than the table style.

Answer:d

Explanation:

what is the usage of sustainable energy?​

Answers

its the practice of using energy in a way that "meets the needs of the present without compromising the ability of future generations to meet their own need

3. Megan and her brother Marco have a side business where they shop at flea markets, garage sales, and estate

sales to find desirable items, fix them up, and then resell them online for much higher prices. Megan's

apartment is broken into and items valued at $2500 are stolen. How much would her renters insurance cover?

a. $0, because she'd need small business insurance to cover those losses

b. $200

c.

$1000

d. $2500

Answers

Answer:

a

Explanation:

Megan doesn't have a registered business. She can't claim insurance

The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses.

What is business insurance?

This is known to be a kind of cover that helps against business losses as a result of  events that could have happen.

Note that The amount that she would use for her renters insurance cover is $0, because she'd need small business insurance to cover those losses as that is what the insurance does.

Learn more about business from

https://brainly.com/question/24553900

#SPJ5

Which of the benefits below make using an Infrastructure as a Service (IaaS) provider a better option than purchasing dedicated physical hardware? Check all that apply.

Answers

Question:

Which of the benefits below make using an Infrastructure as a Service (IaaS) provider a better option than purchasing dedicated physical hardware? Check all that apply.

A) Having low initial costs

B) Using a server for a short amount of time

C) Not needing to manage physical servers

D) Having complete control over your physical infrastructure

Answer:

The correct options are A, B and C.

Explanation:

Infrastructure as a Service is simply a service which affords businesses the option of outsourcing their Hardware technology needs especially as it relates to computing.

It is a cloud-based service. Common examples include but are not limited to

Amazon Web Services (AWS)Google Compute Engine (GCEDigitalOcean Microsoft Azure

As highlighted above, they offer small business the advantage of high-quality IT infrastructure at very affordable costs. Businesses that want to shed the cost of their IT infrastructure whilst increasing their computing powers are most likely to purchase these services. E.g. start-ups or companies reviewing/implementing a cost restructuring.

Of course, one of the disadvantages of (IaaS) is that companies have to forfeit complete control of their physical infrastructure. Furthermore, because it is online, computing speeds may be dampened by internet speed.

Cheers!

Which of the following operation is not performed by a mouse 1) left click , middle click , right click, double click​

Answers

Answer:

middle click

Explanation:

hope it helps

Answer:

middle click

Explanation:

because in the middle it has a scroll

name of main component of fifth generation of computer​

Answers

Answer:In the fifth generation, VLSI technology became ULSI (Ultra Large Scale Integration) technology, resulting in the production of microprocessor chips having ten million electronic components. This generation is based on parallel processing hardware and AI (Artificial Intelligence) software.

Explanation: hope this helps ❤️

the formula =sum(b2:b10 finds the?

Answers

Answer:

sum (addition) of all the numbers in cells b2 to b10.

Explanation:

Other Questions
A 10.0 g sample of an unknown liquid is vaporized at 120.0C and 5.0 atm. The volume of the vapour is found to be 568.0 mL. The liquid is determined to be made up of 84.2% carbon and 15.8% hydrogen. What is the molecular formula for the liquid? 1. There are 15 girls and 12 boys in Mrs. Johnson's mathclass. Express the ratio of boys to girls in simplest form. The products of photosynthesis arecarbon dioxide.glucose.oxygen.water.DONE Read the expert from the work cited page for an informative essay Answer with steps by step please Please select the word from the list that best fits the definitiona leader of a group of peopleclanmakkahsultanaskia muhammedswahili Sean has some candy bars that he wants to give away. He is going to give each person \dfrac18 8 1 start fraction, 1, divided by, 8, end fraction of a bar, and he has 2\dfrac342 4 3 2, start fraction, 3, divided by, 4, end fraction bars to give away. How many people will get candy? Why she doesnt like me? A can of beans has surface area 320cm squared . Its height is 14 cm. What is the radius of the circular top? Fill in the blank with the appropriate angle:Given: AB and CD, transversal EFBGH and _____ are same side interior how many moles of helium gas occupy 22.4 L at 0 degreeC at 1 atm pressure ini apa we jawabannya pelasee France's imperialistic manuevers focused on Indochina due to _______________.successful missionary efforts thereinability to create sea-worthy vesselsEngland held power over Franceloss of the Seven Year's War Choose all sets that contain the number 5. Under the normal sign convention, the distributed load on a beam is equal to the:_______A. The rate of change of the bending moment with respect to the shear force. B. The second derivative of the bending moment with respect to the length of the beam. C. The rate of change of the bending moment with respect to the length of the beam. D. Negative of the rate of change of the shear force with respect to the length of the beam. Chris is constructing a diagram for a deck he is restructuring in his backyard. The deck will be in the shape of a square, and hehas labeled a side length with the equation below, where x represents the original deck area.side length = V1 + 12 Solve (x + 1 < 4) (x - 8 > -7). A remote controlled plane accelerates to a velocity of 21.0 m/s while covering a distance of 87.4 m in 6.11 s. What was the plane's initial velocity? Inscribed Angles - What is the value of x? WILL GIVE BRAINLIEST! A (x+4,y-2)B (x+2,y-1)C (x-2,y+1)D (x-4,y+2)