Answers

Answer 1

Using the knowledge of computational language in python it is possible to write a code that tries to organize the names in an assorted way and any name can be included.

Writing code in python:

names_list = []

for i in range(0, 5):

   names_list.append(input("Name: "))

sorted_last_names = sorted([name.split()[-1] for name in names_list])

print(sorted_last_names)

See moer about python at brainly.com/question/18502436

#SPJ1

9.2.8 Last Names Codehs

Related Questions

Through what method can malware evade antivirus software detection, so that the software no longer identifies the malware by its signature

Answers

The use of confusing automated tools is a method that can malware evade antivirus software detection.

What is second evasion technique?

This is known to be the used of confusing automated tools that is said to aid malware to be able to avoid  any kind of detection technologies such as any kind of signature-based antivirus.

Therefore, one cay say that the The use of confusing automated tools is a method that can malware evade antivirus software detection is correct.

Learn more about malware from

https://brainly.com/question/399317

#SPJ1

Answer:

DLL Injection

Explanation:

the process of transferring files from computer to internet is called....

Answers

Answer: key points    

explanation

Explanation:

UPLOADING is the transmission of a file from one computer system to another, usually larger computer system

HOPE IT'LL HELP U

Task 2
Rearrange the lines in the Python program below, so that you have a runnable program
that holds a meaningful interaction with the user.
1 print("And where do you live", name)
2 print ("I've never been to", location)
3 name = input()
4 print("What is your name?")
5 location = input()
Write your rearranged program below:

Answers

4.
3.
1.
5.
2.
I rearranged them so the program would make sense by arranging the interaction in a logical order then placing input statements in between
4.
3.
1.
5.
2.
I arranged it in an orderly and most interactive manner including it with the Scanner input class

PLS HELP subject (Microsoft Excel ) True or False:
The Circle Invalid Data function
will place an oval around invalid
data, even if the data was entered
before the Data Validation function
was used.

-True

-False

Answers

Hi! I'm Kofi, the answer bot. And here's the answer.

Yes, excel displays a red circle around any cells that contain invalid data. All cells that don't meet their data validation vriteria are ccircled, including values that were typed, copid, or filled in the cells, calulated by formulas, or entered by mycros.

Happy Learning! Mark me as a brainliest, thank you!

Help!!!!

What is the flow of data through a computer system called?

Answers

Answer:

bus

Explanation:

the path flow of data is the "bus" (internal data bus, memory bus, system bus or Front-Side-Bus)

what coordinated the flow is the operating system

hope this helps:)

What importan technology most helps small businesses compete with larger international companies?

Answers

the internet allows small businesses to compete with larger international companies as they can put up a very good web site without spending a lot of money n participate in global e-commerce.

What is the function of the Output Unit​

Answers

Output devices provide a visible (monitor), audible (speakers), or media response from the computer.

Draw the following diagrams to represent the information system chosen in assignment 1 Context diagram The context diagram is expected to have : Relevant system name Add at least 4 External Entities Input and output data flows (minimum 6) Followed proper rules​

Answers

An example of Context diagram that shows the Relevant system name and External Entities Input and output data flows is given in the image attached.

What is context diagram?

Context diagrams is known to be a depiction that is based on how external entities work together with a given system.

Note that it is said to be one of the most basic form of a data flow as it depicts a novel set of activities and also functions.

Therefore, An example of Context diagram that shows the Relevant system name and External Entities Input and output data flows is given in the image attached.

Learn more about  Context diagram from

https://brainly.com/question/12972996

#SPJ6

Question #2
Multiple Select
Hofstede's cultural dimensions describe
Select 2 options
how the world's cultures share six similar values
how the world's cultures differ in six main ways
how different cultures should strive to become the same
how some cultures are better than others
ualistic than

Answers

Hofstede's cultural dimensions describe how the world's cultures differ in six main ways and how different cultures should strive to become the same.

What are the scale of lifestyle and its influences?

According to Hofstede, the 5 principal dimensions are identity, power, gender, uncertainty, and time. You can reflect on consideration on cultural fee dimensions on a scale or a continuum, in which one element of the fee lies on one aspect of the dimensions and the opposite intense lies at the opposite give up of the dimensions.

To run VBA withinside the “Microsoft Visual Basic for Applications” window, you can surely press the “F5” key button or click on on the “Run” icon withinside the toolbar.The Visual Basic button opens the Visual Basic Editor, in which you create and edit VBA code. Another button on the Developer tab in Word and Excel is the Record Macro button, which routinely generates VBA code that may reproduce the actions that you perform withinside the application.

Read more about the Hofstede's cultural dimensions :

https://brainly.com/question/7158663

#SPJ1

Answer:

-how the world’s cultures differ in six main ways

-how some cultures are more individualistic than others

Explanation:

ED22

Please help! Python programming, use the factorial operation to evaluate 4!. Answers are in picture please pick one, thank you. (20 points! And Brainliest!)

Answers

The answer is 4x3x2x1

what do the last two steps in the cyclical design process most likely involve
A. The research
B. The audience
C. The prototype
D. The project

Answers

Answer:

Well you would want to test the design, so it would be "c" then "d"

Explanation:

I hope this helps.

The last two steps in the cyclical design process most likely involve the prototype and the project. The correct options are C and D.

What is design process?

The mechanical part is designed on the software with its all dimensions.

The design process is not completed until and unless a prototype is made. This is to analyze the working of the mechanical part. This must be done as a complete project.

The last two steps involved in the cyclical design process most likely involve the prototype and the project.

Thus, the correct options are C and D.

Learn more about design process.https://brainly.com/question/11914795

#SPJ2

differcence between displayed output and printed output

Answers

Answer:

The display output specifies the variable's data type and returns output line by line. The print output, on the other hand, does not indicate the variable's data type and does not deliver output line by line. The print output can be used to portray any type of data, such as a string or an approximate value. The display output is a Python programming capability that is used to comprehend a line of text given by the user.

What is the difference between an interpreted and a compiled language?

Answers

Answer:

The interpreted language is a programming language that is typically processed rather than compiled into machine code. It is one in which the instructions are received and processed by another program rather than directly performed by the client computer. JavaScript, Perl, Python, BASIC, and other interpretable languages. A compiled language is a programming language that is typically compiled rather than interpreted. It is one in which the software, once built, is represented in the target machine's code; this machine code is indecipherable by people. C, C++, C#, and other compiled languages.

How does a computer work? Explain with the help of an example.​

Answers

Answer:

It takes information or data from one end, store it to process, and finally, after completing the processing, it output the result on the other hand.

list four commonly point and draw device​

Answers

Explanation:

any four commonly point and draw device are:

1)mouse

2)joystick

3)trackball

4)pointing stick

What are the value and data type (float, int, bool, or str) of this expression:

5 % 2

Answers

Answer: float

Explanation:

This is asking what would the remainder be of 5/2. I am not totally sure what you are asking but float is used with remainders because it could have a decimal like 3.33 that would throw an error for anything other than float.

What are the value and data type (float, int, bool, or str) of this expression:
5 // 2

Answers

The value and data type of the expression: 52 TT T Arial 3 is float.

What is float data type?

Float data type is a data type that contain numbers but not the integers. It contains number present infraction or in decimal form. It contains floating point numbers that are double precision.

Thus, the value and data type of the expression: 52 TT T Arial 3 is float.

Learn more about float data type

https://brainly.com/question/13441316

#SPJ1

What kinds of
programs are included in system software?

Answers

Answer:

Programs such as the operating system, database management systems, networking software, translators, and software utilities.

Explanation: Hope it helps you :))))

Have a good day.

Clara works behind a computer all day. She gets a lot of headaches, and her eyes have been hurting her lately. Her doctor diagnosed her with digital eye strain. What
should Clara do at work to relieve her eye pain?

Answers

Answer:

Some things you can do to reduce vision strain include the following:

* Buy a pair of specially designed eyeglasses that protect your eyes from display screens.

* When working or reading on an electronic screen, follow the 20-20-20 rule. Take a 20-second break every 20 minutes. While taking a break, try to look at something 20 feet away. <-----Btw This is the answer If its not clear

* Reduce overhead light to eliminate glare on your screen.

* Keep your screen at arm’s distance.

* Increase the text size on your computer and phone.

Explanation:

Let me Know if it Helped By liking it :) -Thank you in advance if you do.

Your Welcome:)

List and discuss five economic growth indicators

Answers

Strong employment numbers. To see economic growth there needs to be an increase in Gross Domestic Product (GDP). ...
Stable Inflation. ...
Interest rates are rising. ...
Wage Growth. ...
High Retail Sales. ...
Higher New Home Sales. ...
Higher Industrial Production.

Which of the following statements is true of infrastructure?

Infrastructure is the money needed to build a large-scale power plant.
Infrastructure is needed only for mature technologies.
Infrastructure is the construction and pipelines (or wiring) necessary for large-scale operations.
Infrastructure is no longer a viable type of technology.

Answers

Answer:

Examples of infrastructure include transportation systems, communication networks, sewage, water, and electric systems. Projects related to infrastructure improvements may be funded publicly, privately, or through public-private partnerships.

Which of the following must be true for hydropower to work?

There must be waves.
The water must be freshwater.
The water must flow downward.
The water must be free of fish and plant life.

Answers

95% sure its there must be waves

A security operation center (SOC) analyst investigates the propagation of a memory-resident virus across the network and notices a rapid consumption of network bandwidth, causing a Denial of Service (DoS). What type of virus is this?

Answers

A type of virus that influences this circumstance in the network bandwidth is a worm.

What is Virus in technology?

In computers and technology, viruses may be characterized as a sort of malicious software, or malware, that extends between computers and provokes a deterioration of data and software either partially or completely.

The complete question is as follows:

A micro virusa multipartite virusA worma program virus.

Worms are memory-resident viruses that duplicate over the network resources. The primary consequence of this type of virus is to rapidly eradicate network bandwidth with its duplication.

This virus may also be competent to accomplish a Denial of services invasion by slamming O.S and servers.

Therefore, the correct option for this question is C, i.e. a worm.

To learn more about Computer viruses, refer to the link:

https://brainly.com/question/26128220

#SPJ1

At which stage of the design process does the team communicate product information to all the relevant stakeholders?

Answers

The product information is communicated to the relevant stakeholders at the time of preparing the prototype or at the time of ideating during the design process.

Who are stakeholders?

The stakeholders are the individuals or the group of individuals who invest their funds in the working of the company in return of gaining dividend and interests from portion of profits earned by the company.

The short design process is of 5 stages those are: empathize, define, ideate, prototype and test. But the stakeholders are the true investors who will provide fund for the project.

Therefore, before testing the design it is required to communicate the work to stakeholders.

Learn more about stakeholders, here:

https://brainly.com/question/14514176

#SPJ1

Complete the sentence.

A(n) ___ allows a device and a server or two servers to share data and functionality.
-API
-PIA

A ___ integrates an API into the software.
-consumer
-developer

A ___ creates an API for use within a company or for public use.
-consumer
-developer

Answers

An API allows a device and a server or two servers to share data and functionality. Also, a developer integrates an API into the software.

What is an API?

API is an acronym for application programming interface and it's a software intermediary (computing interface) that is made up of tools, set of executable codes, and protocols that help software applications and computers to function properly, as well enable the exchange of data.

In Computer technology, an API allows a device and a server or two servers to share data and functionality. Also, a developer integrates an API into the software.

In conclusion, an API is created by a software developer for use within a company or for public use.

Read more on API here: https://brainly.com/question/20910074

#SPJ1

Which of the following statements are true regarding models? Select 3 options.

Models help predict how a specific solution will respond.


Models represent the system or problem at a detailed implementation level.


Models help communicate a design.

Models help you understand a complex situation by including all of the details.


In a model, the general characteristics are separated from the details.

Answers

Answer:

Models represent the system or problem at a detailed implementation level.

Models help communicate a design.

Models help you understand a complex situation by including all of the details.

hope this is correct :)

Do I need to update BIOs first using a Vision B550 D-P work with Ryzen 5000 Series?

I'm currently planning on a new build which, which I'm planning to use a Ryzen 9 5900x. So far, I plan on using the Vision B550 D-P with the Ryzen 9 5900x. Will I need to flash update BIOs before installing the CPU? Or would I be fine without doing so?

Answers

Answer:

you should be fine!

Explanation:

you dont need to flash bios while installing a cpu the first time why would you need too again?

fill in the blanks the computer before a value by displaying a dash​

Answers

Answer:

monochrome display

Explanation:

Which code snippet could be used to print the following series?

Answers

C is the answer, I think

status is a non-volatile memory chip used for store translation data between personal computer PC and digital device ​

Answers

Answer:

Non-volatile memory (NVM) is a type of computer memory that has the capability to hold saved data even if the power is turned off. Unlike volatile memory, NVM does not require its memory data to be periodically refreshed. It is commonly used for secondary storage or long-term consistent storage.

Other Questions
please help me ty so much Use technology or a z-score table to answer the question.The weights of boxes of rice produced at a factory are normally distributed with amean of 20 ounces and a standard deviation of 1.5 ounces. Consider a shipment of 1500 boxes of rice.How many of the boxes will weigh 18 ounces or less?138 boxes154 boxes632 boxes781 boxes The Lorax tried talking the Once-ler out of chopping down the Truffula trees, until some event occurred. What happened that convinced the Once-ler he was right Write a rule for the nth term of the geometric sequence for which a1=6 and a5=486 34. Jonas finds the thought of getting fit quite daunting. He has never like athletic activity, so he suspects that he will have to try a few things to find something that he genuinely enjoys and wants to spend time doing. He knows that resolution is important, but since he does not have a simple goal, he is struggling to find resolve. What is the BEST advice for Jonas? a. Resolve is just one of the 3Rs; if he has the other two, he is fine. b. Without a clear end in mind, resolve will not do him much good. c. He can resolve to try a new activity every week, then set a new goal.d. He clearly does not understand the important role that resolve plays in exercise. Find the measure of the angle between u = 6i - 3j andv = 2i+j to the nearest tenth of a degree. what is the symbol called ? (i just need the symbol dont solve!) The resulting net force of an object is represented below. 10 NWhich most likely represent the forces acting on the object? 63 N and 73 N 97 N and 87 N 63 N and 73 N 97 N and 87 N d=(-4-42.78)^2 + (3-44.78)^2 Alona is examining the impact of the 2011 Penn State scandal on student morale and school spirit by distributing number-scaled surveys in her Introduction to Sociology class. Alona is employing a _____ research method. Group of answer choices Quantitative Logos Pathos Qualitative Learners have to demonstrate knowledge and skills in calculating quantities such as mass, length, perimeter, temperature and the volume of objects. When teaching conversions, emphasis must be placed on multiplication by a thousand (since "kilo" means thousand) and one thousandth (since "milli" means one thousandth). Design an instructional activity to explain how you would teach grade 4 learners the conversion of units when measuring length.Refer to page 25 of the CAPS document, the second bullet under Calculations and problem-solving involving length. Your focus should be on whole number The table shows the monthly low temperature for several cities in December. The monthly low temperature in Toledo in December was 212F. Which of the cities in the table, if any, had a lower December temperature than Toledo? Explain your reasoning.Please this is urgent, please. What does our use of social media/technology suggest about our values as a society? The first number in a pattern is 6. The pattern follows the rule "Add 1, Multiply by 2" Which of the following shows the next four numbers in the pattern?A - 7, 8, 9, 18B - 12, 13, 26 27C - 7, 14, 15, 30D - 12 14. 28, 28 John pulls a sled on a frictionless surface with a force of 60 N at an angle of 37o above the horizontal. If he pulls it a distance of 12 m, the work he does is: g Can someone pls help me 3. Which options below are incorrect forms of the verbs saber and conocer.A)conocemosB)saboC)conozcenD)saben 14. Fill in the blank in the following sentence with the appropriate form of the verb prfrer in the present tense.Ils jouer au tennis.15. Fill in the blank in the following sentence with the appropriate noun meaning vegetetables in French.J'aime les brocolis et la laitue. J'aime les .16. What would you use to click on your computer screen? Remember to include the appropriate indefinite article.17. Fill in the blank in the following sentence with the French phrase that means "there are." des livres dans la bibliothque.18. Fill in the blank in the following sentence with the appropriate possessive adjective in French.C'est le livre de ma mre. C'est livre.19. Fill in the blank in the following sentence with the appropriate noun matching le sel in French.Je voudrais du sel et du sur ma viande!20. Fill in the blank in the following dialogue with the appropriate pronoun.Est-ce que tu veux encore du pain? Non merci, je n' veux plus.21. Compose a complete sentence using the cues provided. Replace the subject (Julie et Marie) with the appropriate subject pronoun.Julie et Marie/tre/fatigues:22. Compose a complete sentence using the words provided.Jules/tre/sympa/trs:23. Rewrite the following sentence in the feminine plural form.Il est petit et brun:24. Compose a complete sentence in French listing the objects in the illustration above. Use the French phrase that means "there is/there are."25. Compose a complete sentence in French describing what is happening in the illustration above. Use the verb jouer.26. Compose a complete sentence in French describing what is happening in the illustration above. In your sentence, use the words "he", "does not like" or "hates", and "horseback riding" in French.27. Answer the question below with a complete sentence.J'ai froid aux mains (hands). Qu'est-ce que je porte?28. Look at the illustration of Marie above. Compose a complete sentence in French indicating that Marie is wearing a skirt and a blouse. Use the verb mettre.29. Compose a complete sentence in French using the words provided. Pay attention to noun-adjective agreement.Mes chaussures / tre / blanc et gris.30. Rewrite the following sentence in the feminine singular form.Ils sont tolrants et gnreux.31. Complete the statement below using the cue in parentheses: Quelle est sa nationalit? (U.S)Elle est de New York. Elle .32. Use the 24-hour system to answer the question below. Write out the time in French using words.Quelle heure estil? (4:20 p.m.)33. Rewrite the following sentence in the negative.J'ai des crayons dans mon sac.34. Rewrite the following sentence in the affirmative.Elle n'a pas de soeur.35. Compose a complete sentence using the words provided. Don't forget to conjugate the verb!Ils / aller / le caf.36. Compose a complete sentence using the words provided.Je / vouloir / manger / le restaurant.37. Look at the illustration of Julie and Marie above. Compose a complete sentence in French describing who is taller.38. Answer the following question in the affirmative in French without repeating the word ptes. Replace the word ptes with the appropriate pronoun.Tu veux des ptes?39. Answer the following question with a complete sentence in French saying that you do like chocolate.Tu n'aimes pas le chocolat?40. Compose a complete sentence in French using the words provided.Ils / prendre / le train. (5 1/6-x)*2 7/10-1 3/14=3 2/7 This organizer would be most helpful when the writer is O organizing ideas into an outline for an essay. revising an essay to include forral language. O editing an essay to correct punctuation errors. O adding a summary statement to an essay,This organizer would be most helpful when the writer is O organizing ideas into an outline for an essay. O revising an essay to include formal language. editing an essay to correct punctuation errors. adding a summary statement to an essay. 50 PTS WILL MARK BRANLIEST We Real Cool by Gwendolyn Brooks