PLEASE HELP I WILL GIVE BRAINLIEST!!







What best describes the difference between the below images, where the car is in the second image is further along the road? Hint: Look at the XYZ directional gizmo at top right side. Look at the colors.

PLEASE HELP I WILL GIVE BRAINLIEST!!What Best Describes The Difference Between The Below Images, Where
PLEASE HELP I WILL GIVE BRAINLIEST!!What Best Describes The Difference Between The Below Images, Where

Answers

Answer 1
what











Here is a picture to complete ur anwser
PLEASE HELP I WILL GIVE BRAINLIEST!!What Best Describes The Difference Between The Below Images, Where

Related Questions

Which of the following ideas would not be appropriate for an essay
comparing two dog breeds?
A. Terriers are feisty and smart, which can cause headaches for their
owners.
B. My dog Sally would play fetch for hours.
C. With a couple of exceptions, terriers are smaller than retrievers.
O D. Broadly speaking, retrievers are docile and friendly.

Answers

Answer:

B.

Explanation:

The following ideas would not be appropriate for an essay comparing two dog breeds:  My dog Sally would play fetch for hours. Thus option (B) is correct.

What is an essay?

An essay is defined as a brief formal piece of writing and an essay deals with a particular subject. It is generally written to try to influence the reader using selected research evidence.

In general, an academic essay has three parts:

An introduction part ,that provides the reader an idea of what they are about to learn and presents an argument in the form of a thesis statement

A body part, or middle section, that provides evidence used to prove and persuade the reader to accept the writer's particular point of view

A conclusion that summarizes the content and findings of the essay.

The following ideas would not be appropriate for an essay comparing two dog breeds:  My dog Sally would play fetch for hours. Therefore, option (B) is correct

Learn more about an essay here:

https://brainly.com/question/20426054

#SPJ5

Write the count below the rests.

How do I do I do this?
Help guys

Answers

Well 1234 for the first one

Which of the following statements best compares and contrasts the role of editors in a television news room and editors at a newspaper?

a.) Both television and print editors work to ensure the quality of production; however, television editors must have a background in film media.
b.) Both television and print editors must make sure content is accurate and appropriate; however, print editors must also consider the length of the content.
c.) Both television and print editors must make sure their sources are reliable; however, fewer people read print news, so fewer would know if a print editor makes a mistake.
d.) Both television and print editors work under tight deadlines, which cause a great deal of stress; however, print editors finish their work sooner than television editors.
Need this now please, thank you!!!!

Answers

Answer: It is A

Explanation:

What is the purpose of the Print Area feature?

printing graphs and charts for the document
printing how many copies of a document should print
selecting specific cells and ranges to print
selecting color for the Print Area’s border

Answers

Explanation:

printing how many copies of a document should print

Answer:

C. selecting specific cells and ranges to print

Question # 6 Fill in the Blank You designed a program to create a username using the first three letters from the first name and the first four letters of the last name. You are testing your username program again for a user whose name is Paula Mano. The output should be

Answers

Its PuaMano

Explanation:

got it wrong and it shows this answer for edge

where to buy a ps5
I really want one please help meh

Answers

Answer:

You can buy one at gamestop, target, walmart, best buy and probably more stores

Answer:

Amazon, walmart, target, gamestop?

Explanation:

I'm sure a quick go ogle search will get u what u want to see, have a nice day and I hope u get what u want!

Create a for-loop which simplifies the following code segment: penUp(); moveTo(100,120); turnTo(180); penDown(); moveForward(25); penUp(); moveTo(100,120); turnTo(180); penDown(); moveForward(25); penUp(); moveTo(100,120); turnTo(180); penDown(); moveForward(25);

Answers

Answer:

for(var i=0; i<3; i++) {

  penUp();

  moveTo(100,120);

  turnTo(180);

  penDown();

  moveForward(25);

}

Explanation:

The i variable is the loop dummy. The code block will be executed 3 times.

8.6 Code Practice: Question 1
Write a function named buildArray that builds an array by appending a given number of random two-digit integers (10-99). It should accept two parameters — the first parameter is the array, and the second is an integer for how many random values to add, which should be input by the user.

Print the array after calling buildArray

Answers

In python 3.8:

import random

def buildArray(arr, nums):

   i = 0

   while i < nums:

       arr.append(random.randint(10,99))

       i+=1

arr = []

numbers = int(input("How many values to add to the array:\n"))

buildArray(arr, numbers)

print(arr)

I hope this helps!

The function named buildArray that builds an array by appending a given number of random two-digit integers (10-99) and accept 2 parameters is represented below

import random  

def buildArray(array, integer):

   i = 0

   while i < integer:

       array.append(random.randint(10, 99))

       i += 1

   return array

print(buildArray([], 12))

The code is written in python.

A function is declared called buildArray. This function accept 2 parameters which are arrays and integer.

i is use to declare a variable assigned to zero.

while i is less than the integer(one of the parameter), random number between 10 and 99 is appended to the parameter array.

The value of i keeps on increasing until it becomes less than the integer.

The filled array is returned.

Finally, we call the function with the required parameters.

The bolded portion of the code are keywords in python.  

read more: https://brainly.com/question/18612252?referrer=searchResults

Write code which takes inputs and creates two Rectangle objects (using the edhesive.shapes.Rectangle class) and compares them using the equals method.

JAVA!!

Answers

Answer:

System.out.println("Enter length:");

Scanner scan = new Scanner(System.in);

Double x = scan.nextDouble();

System.out.println("Enter 2 lengths:");

Double a = scan.nextDouble();

Double b = scan.nextDouble();

Rectangle rect = new Rectangle(x);

Rectangle rect2 = new Rectangle (a,b);

if (rect2.equals(rect)){

 System.out.print("Congruent Rectangles");

}

else {

 System.out.print("Different Rectangles");

}

 }

}

Explanation:

How do commands inside an onEvent run different from commands outside?

Answers

Answer:

This is probably the most important reason. In an event-driven architecture, there can be no question that an event raised represents something that has happened.

Now, because Commands are something we want to happen, and Events are something that has happened, we should be using different verbs when we name these things. This drives separate representations.

How do information systems help organizations?

Answers

Answer:

Information systems assist in disseminating information by allowing managers and other organization leaders to store data in folders and documents that can be seamlessly shared with the appropriate employees.

Explanation:

Identify the parts of a spreadsheet by using the drop-down menus to select the part that corresponds to the labeled diagram to the right.

A

B

C

D

E

Answers

I believe d is the answer !

Answer:

A- Row

B- Column

C- Workbook

D- Cell

E- Sheet

Explanation:

Got a 100% on this, the person above is incorrect.

Icon view, list view, and details view are all common views provided by which kind of program?
a web browser to view web pages
a word processor to view headings
a file browser to view folders
a file manager to view files and folders

Answers

Answer: The standard program that uses common views such as the icon view, list view, and details view would be the program known as "File Explorer" (Windows) or "Finder" (Mac). This program uses all the views to make selecting and tracking down certain files a much more painless and easier process to complete.

Explanation:

boom : )

Answer: Maybe C

Explanation:

What are the lines of communication on a motherboard?

Answers

Answer:

buslines

Explanation:

hybfndndndjdkd

write the seven tasks of previntng maintenance?​

Answers

Answer:

These are testing, servicing, calibration, inspection, adjustment, alignment and installation. Every maintenance team member should be conversant with and apply them accordingly. A preventive maintenance is a crucial component of every company's TPM program.

Choose the term that describes each step of the cycle.

------- : gets next instruction

---------- : interprets instruction

----------- : carries out instruction

------------ : saves result of instruction

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about to tell the best and suitable terms for the given descriptions in the question.

As we know that a computer program is based on sets of instructions. The CPU carries out the processing using the fetch decode and execute cycle.

It is responsible for implementing a sequence of instructions called a computer program that takes input, processes them, and outputs the result based on processing.

A CPU mainly has three components such as control unit, Arithmetic logic unit,  and register.

The control unit controls all parts of the computer system. It manages the four basic operations of the Fetch Execute Cycle such as Fetch, Decode, Executes, and Storage.

So the correct terms of this question are:

Fetch: Gets next instruction

Decode: interprets the instruction

Execute: Carries out instruction.

Store: Save results of instruction.

Answer:

A). Fetch : gets next instruction

B). Decode : interprets instruction

C). Execute : carries out instruction

D). Store : saves result of instruction

Explanation:

I just did the Test on EDGE2020 and it's 200% correct!  

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)  :)

Which of the following is NOT an example of application software?
Internet Explorer web browser
Photoshop image editing program
Microsoft PowerPoint presentation software
Windows operating system

Answers

Application software is a type of software that also carries out another personal, educational, and business function, and its further discussion can be defined as follows:

Each application is designed to support the user in a particular process that could be associated with productivity, creativity, and communication.In this question except for Windows all "web browser,  Photoshop, and presentation software" is a type of Application software, that is run on OS.  Windows is a software accumulation known as just an OS that controls a PC (personal computer).

Therefore, the final answer is "Windows operating system ".

Learn more:

brainly.com/question/2949220

Hi, I couldn't delete my questions so I'm just editing them so you don't have to do it.

Answers

Ok that got h in by going go off do us do

i need help with the rest also

Answers

Answer:

??? blackkkkkkkkkkkkkkkkk

Where should citations be included in your research paper? Select all that apply.

In the header

At the end of every paragraph

As footnotes

In a separate Works Cited page

(EASY!!! BUT I NEED HELP PLEAASE!!!)

Answers

Answer:

in a separate works cited page

Complete the sentence.
A _______ error might appear when you are attempting to view a secure web page

Answers

Answer:

An internal server error

what is media ethics. Explain two forms of maintaining media ethics with examples​

Answers

Media ethics is the best division of applied ethics dealing with the specific ethical principles and standards of media, including broadcast media, film, theatre, the arts, print media and the internet. The field covers many varied and highly controversial topics, ranging from war journalism to Benetton ad campaigns. In relation to news coverage it includes issues such as impartiality, objectivity, balance, bias, privacy, and the public interest. More generally, it also includes stereotyping, taste and decency, obscenity, freedom of speech, advertising practices such as product placement, and legal issues such as defamation.

What keyword can we use within a form to pass it as an argument to a JavaScript snippet? A. form B. onSubmit C. send D. this

Answers

Answer:

the answer is: this

Explanation:

trust me

. Write a Python command to assign the value 80.35 to a variable called 'point'.

Answers

Answer:

point=80.35

Explanation:

What is the output of the following code:
lang=
['Python','C','C++, JAVA,ASP'PHP',VB', Oracle
'MySQL)
list1 = lang(2:-2]
list2 = langl-2:-5)
list3 = langl: : 3]
print(list)
print(list)
print(list3)​

Answers

Answer:

Syntax error.

Explanation:

There are many typing mistakes in this source code.

why is it when you put earbud aux cords in a phone or computer they sound weird until you move the aux cord? Then it is somehow clear. Why?

Answers

Answer:

that might just be the headphone cord itself or it might be the port on the pc/phone

Explanation:

i had this happen with my old droid razr hd i thought it was the aux cord on my speaker and head phones but i used the same things on a friends phone and they worked just fine and this might be do to an old  or broken port on the phone /c my phone headphone port got used almost everyday and it was just the port you can replace this on some tech or you could just use bluetooth if the tech doesent have it buy and adapter.

            hope this helps!!!

It means fruit- trees garden.

Answers

Answer:

What does?

Explanation:

Do you have a question?

Formulas should follow the___
last cell used
signs
order of operations
call of operations

Answers

Answer:

Order of operations

Explanation:

HELP!!!!!
Your colleague has made a suggested change to an important document you are both working on. You disagree with their suggested change. They will be reviewing the changes you make before the final version of the document is submitted to your boss. You both work remotely and are in radically different time zones. What is the best step to take next?

Answers

Leave the room and let someone else figure it out!

PLEZ ANSWER QUICK
Another name for a web page's address is _____.

ISP

web server

HTTP

URL

Answers

The answer is URL. ........

Answer:

URL is the other name for a web page's address

Other Questions
I know that its supposed to flip over the y-axis but can someone please give me the points? Why could organisms that use a K-selected life strategy be more at risk when environmental conditions change? Career research and decision making 1. Define your problem related to college or career goals. Marcus can read 126 pages in one hour. How many pages can he read in 15 minutes? Which statement describes the function of scale bars on a topography map?They identify the orientation of a slope.They are used to find the distance between two hills.They locate the elevation for a given region.They provide the numerical value of an elevation. Which part of the body manufactures erythrocytes, thrombocytes, and leukocytes?The within the bones has the important function of making three kinds of blood cells. Red blood cells, called erythrocytes, carry oxygen to body tissues. Platelets, called thrombocytes, are used for clotting to stop bleeding if there is a wound in the body. White blood cells, called leukocytes, are essential in fighting disease. Dr. Kroeppler wants to record a recommendation on an injection involving an integumentary system protein. If heneeds to identify the protein that provides firmness and strength to the skin, he would describeA.keratinB.collagenC.elastinD.melanin 72 is what percent of 90? A. 10%B. 40%C. 60%D. 80%(Please explain how you got your answer too) 2. A solenoid. Suppose the south end of a bar magnet was introduced to the right end of this solenoid at a constant velocity. What direction would you expect the induced magnetic field to be in?4. To decrease the magnitude of current induced in the inductor using a bar magnet, you could (select all that apply):a. Decrease the strength of the magnet.b. Decrease the velocity of the magnet going into the solenoid.c. Decrease the number of coils in the solenoid.d. Increase the cross sectional area of the solenoid.6. List the TWO values you need to record to measure a voltage on the oscilloscope PLEASE HELP I WILL GIVE 40 POINTS PLEASE NO BLANK ANSWERS REAL ANSWERS ONLYDirections: For this assessment, you are going to be revising your three-paragraph pre-assessment based on everything that we have learned about text-based writing (The three C's and concluding statements). Remember that you needed to include a claim, evidence from the text, commentary, and a concluding statement.Prompt from the pre-assessment:Should public schools offer pricey high fashion uniforms? Why or why not? What is Anne describing in this excerpt? 5 Carla packs 4 pairs of pants, 2 pairs of shorts, and 3 skirts for her vacation.What is the ratio of skirts to pants? (1 point)A4:3B4:9C 3:9D 3:4 A market sells blueberries for $3 per pint. The first day, the market sold a total of $35 worth of blueberries. The second day, the market sold a total of $47 worth of blueberries. And the third day, the market sold a total of $57 worth of blueberries. Estimate how many pints the market sold over the three days. WILL MARK BRAINLIESTRead the excerpt from Never Had It Made."I know you re a good ballplayer," he [Rickey] barked. "What I don't know is whether youhave the guts.I knew it was all too good to be true. Here was a guy questioning my courage. That virtuallyamounted to him asking me if I was a coward. Mr. Rickey or no Mr. Rickey, that was aninsinuation hard to take. I felt the heat coming up into my cheeks.What effect do the details and descriptions in this passage have on the narrative? (1 point)A) They show the drama and intensity of the situation.B) They show how angry and annoyed Rickey feels.C) They show how sad and ashamed Robinson feels.D) They show the confusion and anxiety of the situation. 6. Why do we need to do the cool down exercise?a. They help to decrease body and muscles temperatureb. To unprepared tour body for physical activityc. It will help reduce risk of injuryd. They can help you mentally unprepared7. How many minutes do we need to do the warm-up exercise?a. at least 15 to 30 minutes c. at least 1 to 5 minutesb. at least 5 to 10 minutes d. at least 1 hour Which of the following is an advantage to purchasing a commercial property compared to a residential property?A. Business tenants are generally easier to deal with than apartment house tenants.B. The vacancy rate is higher than residential properties.C. Only residential property owners have to pay property taxes.D. These properties do not qualify for homestead exemptions.Seller Blake's home just hosted a caravan for his agent's brokerage. What should he or his agent do to get feedback from the other licensees?A. Nothing, it is illegal to ask for their opinions.B. Text each agent after the home tour.C. Ask them to give their opinions orally while still looking at the property.D. Ask each agent to fill out an evaluation.Title records protect the public by giving all concerned parties ________ of the condition of a property's legal titleA. marketable dataB. destructive warningC. removable noticeD. constructive notice plot planning worksheet examples Nor far from where you live is a hut where a poor couple with several children live. You overhear one day that the mother wants to have her three younger children vaccinated with antipolio and antibosters. She has no money to spend for this. What will you do? How you will react on the given situation. Carlos purchase 3 pounds of potatoes,2 pounds of banana & five pounds of apple,he handed the clerk $12.43 how many pounds total does his idea weight high heels shoes are more likely to damage floor than flat shoes . do you agree? explain.