Match the five traits to their descriptions. word choice Sentences flow naturally from one idea to the next. 슈 conventions The writing is structured in a way appropriate to the topic and purpose. voice Spelling, grammar, and other rules are followed sentence fluency Precise terms enliven the text. organization A sense of the writer's personality comes through. any help​

Match The Five Traits To Their Descriptions. Word Choice Sentences Flow Naturally From One Idea To The

Answers

Answer 1

Answer:

organization goes to "the writing is structured..."

word choice goes to "precise terms..."

voice goes to "a sense of the writer's..."

sentence fluency goes to "sentences flow naturally..."

conventions goes to "spelling, grammar..."

Answer 2

Answer:

yw

Explanation:

Match The Five Traits To Their Descriptions. Word Choice Sentences Flow Naturally From One Idea To The

Related Questions

What actions might contribute to recommendations you see online?

Answers

Answer: what you search up

Effectiveness of thicker,biodegradable plastic shopping bags

Answers

The Effectiveness of thicker, biodegradable plastic shopping bags is that they can last for a long time and still be able to carry shopping items  even if they are exposed to natural environment.

What is the use of biodegradable plastic bags?

Plastic bags are known to be part of modern technology. They are usually very  thin and strong. They are able to carry a heavy load as a result of shopping.

Conclusively, Note that this type of plastic bags which are said to be biodegradable can last for a long time and still be able to carry shopping items  even if they are exposed to natural environment.

Learn more about bags from

https://brainly.com/question/728465

7.5.5: Contains a Vowel how do I do it?
# Ask the user for a string
word = input("Enter a string:")



# Check for lowercase vowels: a, e, i, o, or u and print
if "a" in word or "e" in word or "i" in word or "u" in word:



print "Contains a lowercase vowel!"


else;

print "Doesn't contain a lowercase vowel!"

Answers

The code that checks if a user input has a vowel can be done by looping the users input and check if the users input has a vowel in it.

x = input("kindly, input your string: ")

vowels = ['a', 'e', 'i', 'o', 'u']

length = 0

for i in x:

    if i in vowels:

         length += 1

if length >= 1:

    print("Contains a lowercase vowel!")

else:

    print("Doesn't contain a lowercase vowel!")

Code explanation

The code is written in python

The first line of code ask the user for an input.The vowels are stored ina variable called "vowels".The variable "length" is initialise to zero.Then, we loop through the value in the users input.If the users input contain any vowel the length is incremented by 1.Finally if the length is greater or equals to 1 we print a message "Contains a lowercase vowel"Else we print "Doesn't contain a lowercase vowel!"

learn more on python code here: https://brainly.com/question/15114317

A(n) ________ is a way of retrieving information from one or more tables that defines a particular subset of data.

Answers

Answer:

completeness

Explanation:

What is it called when a programmer includes a step in an algorithm that lets
the computer decide which group of steps to perform?
Alteration
B. Selection
OC. Sequencing
OD Storage

Answers

Selection is the step in algorithm that let's the computer decide which group of steps to perform.

What is Algorithm?

This can be defined as set of instructions which are used for solving a problem or accomplishing a task.

Selection happens when there are one or more options are available in which the computer decide which group of steps to perform.

Read more about Algorithm here https://brainly.com/question/11302120

Answer:

its A

Explanation:

You watch a movie where a secret agent puts a small device on a telephone line so that they can
listen to conversations between two other people. This is an example of:
O snooping.
O social engineering.
O wiretapping
O data confidentiality.

Answers

Answer:

wiretapping

have a good day :)

Question 5 of 10
Which step might be included in an algorithm for a self-driving car?
A. Ask another driver for help
B. Analyze data from the car's external cameras.
O C. Look up directions.
D. Read a physical map of the streets.

Answers

Hello!

Answer:
B. Analyze data from the car’s external cameras.

I hope that this helps you!

Answer:

B.

Explanation:

1. What can you say about the picture?

Answers

Answer:

What picture?

Explanation:

Where is the picture? We need the picture in order to answer your questions

A subquery whose return value depends on the row being returned in a main query is called a(n) _____ query.

Answers

Answer:

correlated

Explanation:

A correlated subquery is a method of reading each row of a table and comparing the values in each row to related data. It's utilized when a subquery has to deliver a different result or collection of results for each candidate row that the main query considers. I hope this helps! ^-^

Why are telephoto lenses known for creating a pincushion effect on images?

A. because the shrinking of the image decreases on the edges of the frame

B. because the magnification of the image decreases on the edges of the frame

C.
because the shrinking of the image increases on the edges of the frame

D. because the magnification of the image increases on the edges of the frame

Answers

Answer:

D is the correct answer.

Answer: d because the magnification of the image increases on the edges of the frame

Explanation:

Who designed the apple i computer in 1976?

steve wozniak

richard stallman

paul allen

konrad zuse

Answers

Steve Wozniak

An Apple 1 at the Computer History Museum, Mountain View. demonstrated the first Apple Computer that he designed and hand-built at the Homebrew Computer Club in Menlo Park, California in July 1976

Answer:

Steve Wozniak

Explanation:

It said the computer is made by apple, Which was started by Steve Jobs and Steve Wozniak,

Paul Allen helped start Microsoft

Richard stallman worked for MIT

Konrad Zuse started Zuse KG

Information should be________to ensure more than one source provides the same factual information. a. repeated c. cross-lined b. cross-examined d. cross-checked please select the best answer from the choices provided a b c d

Answers

Information should be cross-checked to ensure more than one source provides the same factual information.

What is the source of information?

The source of information is the place, from where the data or information is generated. There are many sources of information, like internet, newspaper, television etc.

The options given in the problem regarding the information as,

a. repeated b. cross-examinedc. cross-lined d. cross-checked

There are many feck news and nonfactual data is present over the internet and other source of information.

To get the factual information, one should always cross-checked the information from other sources.

Thus, the information should be cross-checked to ensure more than one source provides the same factual information.

Learn more about the source of information here;

https://brainly.com/question/26169752

Answer:

D

Explanation:

D

Write a function that can find the largest item in the array and returns it. The function takes the array as an input. From the main function, send initial address, type and length of the array to the function. You can use registers to send the data to the function. Also return the largest item in the array using EAX register. You can use the following array for this problem. Array DWORD 10, 34, 2, 56, 67, -1, 9, 45, 0, 11

Answers

Answer:

var newArray = array.OrderByDescending(x => x).Take(n).ToArray();

Explanation:

Write the find_index_of_largest() function (which returns the index of the largest item in an array). Eg: a = [1 3 5 2 8 0]; largest = find_index_of_largest ( a ); largest = 5; Question: Write the

A user has become compromised as a result of visiting a specific web page, without clicking on any kind of content. What type of attack has occurred?.

Answers

Answer:

drive-by-download

Explanation:

HTML Downloads
Explaintion:
Clicking a web page can sometimes download suspicious malware on the computer.

A practice to ensure threads finish a required method before another thread starts is to use the _____ keyword in the method header.

Answers

A practice to ensure threads finish a required method before another thread starts is to use the synchronized keyword in the method header.

What is Synchronized keyword in terms of Java?

This is known to be the act of giving room for only a single thread to be able to access the shared data or resource at a given timeframe.

Note that it often help users to be able to protect their data from being access by different threads and as such, a practice to ensure threads finish a required method before another thread starts is to use the synchronized keyword in the method header.

Learn more about keyword from

https://brainly.com/question/2960292

How should a team have quality built into its deliverables?

Answers

Answer:

According to the question, the answer is option "A) By having a separate quality assurance team for testing the quality of deliverables". The reason for this answer is because there are many things regarding quality assurance should be taken care of, in order to make the product deliverable to customers.6 May 2019

I need help on this, need answer asap.

Answers

Answer:

int main() {

int _2dArray[32][32];

for (int i = 0; i < 32; i++) {

 for (int j = 0; j < 32; j++) {

  _2dArray[i][j] = j + i * 32;

 }

}

return 0;

}

Explanation:

Here is a generic C/C++ 2d array traversal and main function example. The rest you'll have to figure out based on what kind of app you're making.

Good luck!

What is the main advantage of using templates and other presentations to create a new presentation?

A. They allow you to include more slides in a presentation.

B. They give you access to additional slide layouts that you cannot create in a blank presentation.

C. They save you time designing slides and allow you to focus more on the content.

D. They automatically fill-in content and allow you to spend more time on designing slides.

Answers

C. They save you time designing slides and allow you to focus more on the content.

hope this helps you!

A __________ constant is a name that references a value that cannot be changed while the program runs.

Answers

Answer:

Explanation:

A constant is a name that references a value that cannot be changed while the program runs

Example in Javascript:

const x = 5;

cannot be reassign x

wronged: x = 10; (will throw an error try to assign value to constant variable)

PLEASE HELP, MAKE SURE IT IS THE CORRECT WAY!! 100 POINTS!!!

Joe, a project manager, calls your extension because his computer just crashed. He lets you know that his computer will not connect to the internet, that he has lost multiple files, and he needs to get things back up and running in the next hour due to an important meeting he is scheduled to host. He is irritated because he is working on an older laptop and is getting a new one next week. He says that he knew this would happen and wishes that this laptop worked for just one more week.

He is agitated and in a panic. He is afraid that he has lost all his important documents and is blaming the company’s technology. As you ask him questions to find out more about the problem, you make the rookie mistake of asking, “Have you tried restarting your computer?” Joe explodes in a rage and screams that he already told you that he did and that you are not listening to him.

You are now in a situation where you not only need to determine the cause of the problem and fix it, but you also need to calm this individual down so that you can get clearer and more accurate information.

What do you do?

Answers

Consider his point of view and apologize politely. Reason out the causes in a calm and orderly manner. Take deep breaths and listen to what he has to say.

which wares are the most important to a computer operator​

Answers

hardware

software

humanware

Which networking device behaves similarly to an access point that conforms to the IEEE 802.11b standard

Answers

Answer: a Hub

Explanation: Hubs are used to combine connections with ethernet cables, typically routing with switches to IDF>MDF>ISP etc.

Lane received a phone call from a client. The client claimed that a file he was working on the day before had disappeared from his computer along with several other files. Lane went to the client’s desk to see if she could rebuild the files from the backup done the night before. Lane found and rebuilt the files from the backed-up data. When lane called the next morning to see if everything was working, the client said that two of his files were gone again. He also noticed new files in a folder. When lane arrived, she checked to see how much free space the computer had available and found that it had 250gb less than the day before. What is the issue with the client’s computer?
a. Spam
b. Corrupt hard drive
c. Bad hard drive driver
d. Computer virus

Answers

There are different kinds of virus. The  issue with the client’s computer is Computer virus.

What is computer virus?

A computer virus is known to be a kind of computer program that, when used, can recopy itself by modifying other computer programs and putting its own code.

The Examples of computer viruses are:

Worms Trojans , etc.

The issue with the system that Lane is working on is virus and it can be worked on by using Anti-virus.

Learn more about Computer virus from

https://brainly.com/question/20407534

A user who bypasses the documentation to get a new hardware or software package operational as rapidly as possible is a victim of ____.

Answers

A user who bypasses the documentation to get a new hardware or software package operational as rapidly as possible is a victim of quick start behavior.

What is Quick Start Behavior Guide?

The Quick Start Behavior guide is known to be a fast introduction to the use of Class Charts behavior management software.

A user who bypasses the documentation to get a new hardware or software package operational as rapidly as possible is a victim of quick start behavior as he or she is in haste and thus did a bypass.

Learn more about documentation from

https://brainly.com/question/25534066

Why do you need to put your phone on airplane mode.

Answers

Pilots claim that active cell phones could interfere with their navigation equipment.

how are technology and technician interrelated to each other

Answers

Answer:

the technician is the technology so connected because without the technician how can we keep the technology running

Explanation:

without the technician, nothing technological would work for a long time

What is output? public class vehicle { public void drive(){ system.out.println("driving vehicle"); } }

Answers

The system will print “driving vehicle ”

you want to search for a certain value and then return the index of that
value, which section of MakeCode Arcade's toolbox would you use?
A. Modify
O B. Operations
C. Read
D. Create

Answers

The  section of MakeCode Arcade's toolbox would you use is to Modify.

What is Microsoft MakeCode?

The Microsoft MakeCode is known to be a type of an app or tool that is  free and it is also an open source platform.

It is often used in forms engaging computer science learning experiences that aids a progression way or method into real-world programming.

Learn more about MakeCode from

https://brainly.com/question/26995556

Answer: Read

Explanation:

took the test

Jennifer is moving to nashville in a few weeks and needs to find an apartment to rent. She has looked online, talked to her new coworkers about safe areas close to work, and read through nashvilleguru. Com to gather information for her decision. She has narrowed down the area she wants to live to the gulch, which is a walkable neighborhood and friendly for young urban professionals. Now she is assessing which available apartment buildings and condos in the gulch suit her wants and needs most. Jennifer is working through which part of the consumer decision-making process?.

Answers

The part of the decision-making process that Jennifer is working through is: evaluating alternatives.

What is the decision-making process?

Decision-making process can be defined as a cognitive process that involves gathering information, analyzing the information, and assessing or evaluating alternatives, so as to enable the proper selection of an optimum solution (choice).

In this scenario, evaluating alternatives is the part of the decision-making process that Jennifer is working through because she is assessing all available apartment buildings.

Read more on decision-making process here: https://brainly.com/question/1249089

A radio is basically made of two parts:


A. A gyroscope and a vacuum tube.


B. A transmitter and a receiver.


C. A cathode and an anode.


D. A motherboard and a CPU.

Answers


A transmitter and a reciever
Other Questions
(11 points please asap) At the garden store, pots were $5 and buckets were $7If a customer bought $1140 worth of 192 pots and bucketsHow many of each type did they buy? What con translates to in english If youre 16 how many months would you have to live to be 66 Renee bought her mother 2 pounds of ground coffee. Her mother uses 4 ounces perday to brew coffee. Did Renee buy her mother enough coffee for a week?Begin by converting 2 pounds to ounces. Choose the words and numbers tocomplete the statements.Part AA pound is a Choose...v unit than an ounce, so Choose...thenumber of pounds by 16 to find the number of ounces. Therefore, 2 pounds is equalto Choose...ounces. Apparently it is not 36, someone please help. 4 x 10 to the power of 7 is ? times as much as 4 x 10 to the power of 3.A. 4 x 10(4)B. 10(4)C. 10(10)D. 4 x 10(10) Why do you think Buck wasn't homesick for Judge Miller's place? Minimum 3 sentences. Can anyone name the 24th element on the periodic table? Prescription medications alone can end stress and anxiety.1True2False Help please! I have to turn this in today. :) Question 111 ptsMrs. Ramirez is planning a lesson about dialogue. She has divided the lesson into threecomponents: using dialogue tags, varying line length, and adding context toconversation. What is MOST likely the topic of Mrs. Ramirez's lesson?how to write descriptive dialoguehow to ensure that your dialogue flowshow to use dialogue to create conflicthow to provide backstory through dialogue What is the correct representation of a hydrated salt?. What is the chemical formula for disulfur difluoride?A. 252FB. 2SFC. S2F2D. SZFits C Use rounding to estimate the product of 296 and 2, 423. Round bothnumbers to the nearest hundred to find your answer.The solution is Oscar has elected to have 23% of his federal income tax withheld as state income tax. if $154.00 was withheld as federal income tax on his last paycheck, how much will be withheld from his paycheck for income tax in all? a. $35.42 b. $118.58 c. $177.00 d. $189.42 please select the best answer from the choices provided a b c d According to the directions in a bottle of Armstrong concentrated floor cleaner for routine cleaning 1/4 cup of cleaner should be mixed with 1 gal of warm water. How much cleaner should be mixed with 10 1/2 gal of water ? 1.60 moles of gas has a volume of 7.50 L at 471 kPa. What is current temperature of gas? Kevin has a part time job. he earns 9 an hour. he wants to buy a new bike costing 306. how many hours does Kevin have to work to earn enough to buy it? What did dred scott argue in the scott v. sandford case? he was free because he had lived in free states. he was free because he owned property. he should not have been captured because he was a fugitive. he should get his property back through due process. Sketch the solid whose volume is given by the iterated integral.