Write a function named shout. The function should accept a string argument and display it in uppercase with an exclamation mark concatenated to the end.

Answers

Answer 1

Answer:

void shout(String w) {

System.print.out(w + "!")

}

Answer 2

User-defined functions are created by users using def.

def shout(s):

  print(s. super () + "!")

What is def?

Def a keyword that can be used to create user-defined functions, like this one. The function should accept a string and show it in all caps with an exclamation point, as per the query. The string, designated as argument's' for this function, is used. String concatenation, or joining strings together with a "+," changes the string's case to uppercase, upper().

There are 2 main types of functions in python.

Predefined functionsUser-defined functions

Predefined functions are in-built and carry out a specific task. Examples include sorted(), ord(), ch‎ar(), len(), etc.

Learn more about def here:

https://brainly.in/question/51339136

#SPJ5


Related Questions

steffi needs to find the domain name of the webpage she is currently viewing. to do this, she needs to look at the address bar of the browser.
true/false

Answers

Answer: True

Explanation: You always see the domain name at the address bar of the browser. However, since it can be a long line, you would need to look at what comes after www. or http:// or https://.

For example: https://brainly.com/textbook-solutions?source=topbar.

The domain name would be: https://brainly.com

When there is no well-understood or agreed-on procedure for making a decision, it is said to be:_____.

a. documented.

b. random.

c. unstructured.

d. undocumented.

e. semi-structured.

Answers

When there is no well-understood or agreed-on procedure for making a decision, it is said to be unstructured.

This means that there is no defined method or set of steps to follow in order to reach a decision. Unstructured decision-making often occurs in situations where there is ambiguity or uncertainty, and it can make the decision-making process more challenging.

Unlike documented or semi-structured decisions, which have clear guidelines or frameworks to follow, unstructured decisions require individuals or groups to rely on their judgment, experience, and intuition.

This can introduce subjectivity and increase the risk of biases influencing the decision-making process. To mitigate this, organizations may work towards developing documented or semi-structured procedures to ensure consistency and objectivity in decision-making.

To learn more about documents

https://brainly.com/question/33577924

#SPJ11

PLS HELP!!
In two to three paragraphs, come up with a way that you could incorporate the most technologically advanced gaming into your online education.
Make sure that your paper details clearly the type of game, how it will work, and how the student will progress through the action. Also include how the school or teacher will devise a grading system and the learning objectives of the game. Submit two to three paragraphs.

Answers

Incorporating cutting-edge gaming technology into web-based learning can foster an interactive and stimulating educational encounter. A clever method of attaining this goal is to incorporate immersive virtual reality (VR) games that are in sync with the topic being taught

What is the gaming about?

Tech gaming can enhance online learning by engaging learners interactively. One way to do this is by using immersive VR games that relate to the subject being taught. In a history class, students can time-travel virtually to navigate events and interact with figures.

In this VR game, students complete quests using historical knowledge and critical thinking skills. They may solve historical artifact puzzles or make impactful decisions. Tasks reinforce learning objectives: cause/effect, primary sources, historical context.

Learn more about gaming from

https://brainly.com/question/28031867

#SPJ1

I WILL MARK BRAINLEST FOR THIS!!!
Setting your choice in motion is part of what step in the decision-making process?

Choosing among alternatives
Gathering relevant information
Reviewing your decision
Taking action

Answers

taking action is putting your choice in motion

Interactive sites where users write about personal topics and comment to a threaded discussion are called?
A. chat rooms.
B. networking sites.
C. forums
D. messaging sites.

Answers

Answer:

C. forums

Explanation:

Forums are internet sites where users can meet to discuss different topics through the use of messages thereby forming chat rooms. An internet forum can be in form of a question and answer site. Most websites have internet forums where users can meet and discuss or ask questions. Sometimes there may be moderators that ensure that the posted messages are acceptable based on guidelines.

Create a C++ program to compute the average of three tests or quizzes and display the score and average on distinct lines, and do it using arithmetic operators.

Answers

#include <iostream>

#include <vector>

#include <numeric>

int main() {

   

   std::vector<int> store(3);

   

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

       std::cout << i+1 << ". test result: ";

       std::cin>>store[i];

   }

   

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

       std::cout << i+1 << ". test score: " << store[i] << std::endl;

   }

   

   std::cout << "Average: " << double(std::accumulate(store.begin(),store.end(),0.0)/store.size()) << std::endl;

   return 0;

}

5) Is there any Positive impact in modern area. due to development of computer science? How? Present your views in 5o words.​

Answers

The Positive impact in modern area. due to development of computer science are:

Accelerating healthcare progressFurthering educationExpanding communicationEmpowering people who are often overlookedBetter communication channelsWhat benefits does utilizing a computer have for you as a student?

Students that use computers gain new educational concepts that aren't taught in classrooms or at colleges. Instantaneous information processing is made possible by computers, and this is crucial for learning. All of the assignments and presentations that are part of schooling can be finished in the allotted time.

How will computer science affect the future?

Most occupations in the near future will require some familiarity with computer programming, and as technology develops, so will the abilities needed for software engineering positions. In the upcoming years, computer science is expected to grow in importance, sophistication, and specialization.

To know more about computer science visit:

https://brainly.com/question/20837448

#SPJ10

1. Which team had the most accurate device? How can you tell (justify)?

2. Which team had the most precision with their device? How can you tell( (justify)?

1. Which team had the most accurate device? How can you tell (justify)?2. Which team had the most precision

Answers

Answer:

please man me brainliest i don't have the right answer but hope this helps

Explanation:

You can measure precision by finding the average deviation, which calculates the average of the differences in measurements. Data can be precise without being accurate, but ideally, the measurements are both precise and accurate to produce quality results.

Match the description below to the correct chart or graph to the right by using the drop-down menus. Distinct X-Y data points are plotted and connected to emphasize changes between data points over time. Distinct X-Y data points are plotted, but not connected. Discrete categories of data can be compared using a _______. Parts of a whole can be shown with a _______.

Match the description below to the correct chart or graph to the right by using the drop-down menus.

Answers

Answer:

Distinct X-Y data points are plotted and connected to emphasize changes between data points over time.

✔ C - line chart

Distinct X-Y data points are plotted but not connected.

✔ B - scatter plot

Discrete categories of data can be compared using a

✔ A - bar graph

.

Parts of a whole can be shown with a

✔ D - pie chart

.

Explanation:

The correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

The line chart (option C) describes distinct X-Y data points that are plotted and connected to emphasize changes between data points over time.

The scatter plot (Option B) describes distinct X-Y data points that are plotted, but not connected.

Discrete categories of data can be compared using a bar graph (Option A).

Parts of a whole can be shown with a pie chart (Option D).

In conclusion, the correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

Learn more in:

https://brainly.com/question/10440833

This isn't academic, but what do I do if HI-REZ won't let me sign into an existing account. “Something went wrong” keeps popping up when I type in the correct info

Answers

Answer:

contact their support

Explanation:

a computer can function in the absence of software true or false​

Answers

Answer:false

Explanation:

it’s false, but it doesn’t have to be a complete operating system.

does fake news impact our lives​

Answers

Answer:

No

Explanation:

because, its fake and not real, and only rean news has a big impact in our lives because we know what is happening around the world

when you click the lines button in the intraprocedural workspace, where can you look to see if a line has already been placed and documented on the patient

Answers

You can check to see if a navigational line has already been drawn and recorded on the patient. You may swiftly move on to the area you need by using navigation to keep track of where you are.

What is navigation in MS.OFFICE?

The term "navigation" describes a functionality in Ms. office. Users of Word are able to swiftly move to the content they are working on thanks to the Navigation Pane function. If you frequently work with lengthy Word documents, you can discover content, browse page by page, and reorganise your document using the Navigation Pane. You can utilise your keyboard's Ctrl+F shortcut to access the navigation in Microsoft Office.

To learn more on navigation in ms office follow this link:

You can check to see if a navigational line has already been drawn and recorded on the patient. You may swiftly move on to the area you need by using navigation to keep track of where you are.

The term "navigation" describes a functionality in Ms. office. Users of Word are able to swiftly move to the content they are working on thanks to the Navigation Pane function. If you frequently work with lengthy Word documents, you can discover content, browse page by page, and reorganise your document using the Navigation Pane. You can utilise your keyboard's Ctrl+F shortcut to access the navigation in Microsoft Office.

Visit brainly.com/question/29401885 to learn more about navigation.

https://brainly.com/question/29672273

#SPJ4

What is not one of the three characteristics of tcp in its role as a reliable delivery protocol?.

Answers

TCP, or Transmission Control Protocol, is a reliable delivery protocol that operates at the transport layer of the TCP/IP networking model. It ensures that data is delivered in the correct order, without error, and without duplication.

There are three main characteristics of TCP that make it a reliable delivery protocol: connection-oriented, flow control, and error control.Connection-oriented: TCP is a connection-oriented protocol, meaning that it requires a three-way handshake process to establish a connection between two devices.

This process ensures that both devices are ready to send and receive data.Flow control: TCP uses flow control mechanisms to regulate the flow of data between devices. This ensures that a receiving device is not overwhelmed with data that it cannot process.Error control:

TCP uses error control mechanisms to ensure that data is delivered without errors or duplication. It does this by using sequence numbers to ensure that data is delivered in the correct order and by using acknowledgments to confirm that data has been received. It also uses retransmission to resend data that is lost or damaged.

To know more about Control visit:

https://brainly.com/question/28346198

#SPJ11

Candace works as a system administrator at Capnia Systems, a product company with over 250 employees. She receives an email from her boss that says that one of the servers is running slow. The server is running the Standard Edition of Windows Server 2019, and the hardware includes HDDs and SSDs. Upon investigation, she finds that some frequently accessed files are being stored on HDDs, while other smaller and infrequently used files are stored on SSDs. Which feature should Candace enable to improve the efficiency of the server?

A) Storage pinning

B) Storage tiering

C) Capacity planning

D) Data deduplication

Answers

To improve the efficiency of the server in this scenario, Candace should enable

B) Storage tiering.

What is storage tiering?

Storage tiering is a feature in Windows Server that allows for intelligent data placement based on its usage patterns and importance. By enabling storage tiering, frequently accessed files can be automatically moved to the faster SSDs, while less frequently accessed files can be moved to the slower HDDs.

This ensures that the server's resources are utilized optimally, with frequently accessed files benefiting from the higher performance of SSDs and less frequently accessed files utilizing the storage capacity of HDDs.

Learn more about server  at

https://brainly.com/question/30172921

#SPJ4

9. Which of the following will best protect your computer from viruses and hackers?
A. A passcode
O B. A Trojan horse
O C. Avoiding strangers on the Internet
OD. Antivirus software

Answers

Answer:

D

Explanation:

I believe its Antivirus software because it protects your computer from virus and hackers . If i am wrong im so sorry

Have A Good Day

Antivirus software best protect your computer from viruses and hackers.

The correct option is D.

Antivirus software:

Antivirus software is a program that is designed to protect computer against harmful software, also known as malware. Antivirus software scans your computer for any viruses and malware and removes them from your system.

Antivirus software is crucial in protecting computer from viruses and hackers. It can detect and eliminate malicious software before it can damage your computer or compromise your data.

Therefore, having antivirus software installed on your computer is important in keeping your system secure and preventing unauthorized access by hackers and other malicious actors.

The correct option is D.

Know more about Antivirus software,

https://brainly.com/question/32545924

#SPJ3

Passengers on a cruise ship are eager to arrive at their next destination. They decide to try to speed the cruise ship up by gathering at the bow ( front) of the ship and running all at once toward the stern (back) of the ship. While they are running toward the stern, what happens to the forward speed of the cruise ship

Answers

The passengers' attempt to speed up the cruise ship by running towards the stern (back) of the ship will not have any significant impact on the ship's forward speed.

The forward speed of the cruise ship is determined by its engines and the resistance of the water. The engines propel the ship forward by turning the propellers, which push water behind the ship, creating a force that propels the ship forward. The resistance of the water is the force that opposes the movement of the ship and is dependent on factors such as the shape and size of the ship, the water's depth and density, and the speed of the ship.

The movement of the passengers towards the stern will create a small shift in the ship's center of mass, but it will not affect the forward speed of the ship. This is because the passengers' movement is negligible compared to the mass of the ship and the force generated by the engines.

To know more about speed visit:-

https://brainly.com/question/17661499

#SPJ11

Describe the contents of a basic program outline.

Answers

Answer:

Oneday

Explanation:

ONEDAY WE WILL BE ABLE TO DO IT!

Raul is a 13-year-old teenager interested in taking up photography as a new hobby. His dad wants to buy him a camera for his birthday that will be easy to use and simple enough for a beginner, meaning that Raul won’t have to mess with any settings if he doesn’t want to. What type of camera might be a good starter camera for his teen aged son?

a. point and shoot
b. hybrid
c. DSLR
d. format field camera

Answers

Answer:

c. DSLR can be good camera for the teenager son or any beginner photographer

Answer:

Point and shoot

Explanation:

With a point and shoot camera, all you literally do is point and shoot. It is a very simple camera with no buttons and the lens don't move. Is it the perfect camera for a beginner.

Document that tells important facts about the project is called

Answers

The document that tells important facts about the project is known as Project Charter.A project charter is an essential document that gives a high-level overview of the project's objectives, scope, stakeholders, and deliverables.

It is used to give the team a clear understanding of the project's purpose and goals, as well as their roles and responsibilities in the project's successful completion. The document includes all the critical components that affect the project's success or failure, such as risks, constraints, assumptions, and success criteria.The project charter is also used as a reference throughout the project's life cycle to ensure that the project remains aligned with its objectives and goals.

The project manager creates the project charter and receives approval from the project sponsor before the project begins. This document is a crucial element in defining the project and ensuring that it is delivered on time, within budget, and according to quality standards.In conclusion, the project charter is a comprehensive document that outlines the project's key details, including its objectives, scope, stakeholders, and deliverables.

To know more about stakeholders visit:

https://brainly.com/question/30241824

#SPJ11

Make Your Own Flowchart

Answers

Answer:

https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS5V59B3u23rfG-bXj8jNoV7rXfV62cyPnkcg&usqp=CAU

an example of a flow chart

Explanation:

what is xml paper specification (xps) quizlet

Answers

It is a digital document format developed by . It was introduced in 2006 as an alternative to the popular format. it is based on the language and is designed to preserve the formatting and layout of a document across different platforms and devices. It allows users to create, view, and share documents that are high quality, easy to read, and secure. the files can be opened, which is included with operating systems. Overall,  is a reliable and efficient document format that provides a great alternative
It is a document format developed, and designed for creating, sharing, and printing high-quality digital documents. It is similar to format, as both maintain a consistent appearance across various devices and platforms. The format ensures that the document's layout, fonts, and images remain the same when viewed or printed, providing a precise representation of the original design. In summary,  is a useful file format for preserving document integrity and ensuring consistent appearance, making it ideal for sharing and printing professional documents.

To learn more about  document click here: brainly.com/question/27396650

#SPJ11

how to disappear completely from the internet pc magazine

Answers

In order to disappear completely from the internet, one needs to delete their social media accounts, delete their emails, etc.

The internet is a network of interconnected computer systems. Despite its numerous advantages, it also has several disadvantages and there are some moments when we want to disappear from the internet.

The steps that are needed to disappear from the internet include:

Delete your social network accounts.Delete your email accounts.Use search engines to track your old activities online and delete them.Falsify the accounts that can't be deleted.Unsubscribe from mailing lists.

Read related link on:

https://brainly.com/question/24902823

cloud kicks wants to track shoe designs by products. shoe designs should be unable to be deleted, and there can be multiple designs for one product across various stages. which two steps should the administrator configure to meet this requirement?

Answers

Make a unique item for shoe designs. On the Product object, include a special master-detail field for shoe designs are the two steps the administrator configure to meet this requirement.

What is administrator?

Administrator is defined as a person whose duties include assisting in the organization and supervision of an institution's operations. By handling clerical duties and projects, administrators contribute to the efficient operation of offices. In the construction sector, you can be in charge of scheduling project meetings.

Create a special shoe design item. The two configurations the administrator makes to fulfill this need are to add a special master-detail field for shoe designs to the Product object.

Thus, make a unique item for shoe designs. On the Product object, include a special master-detail field for shoe designs are the two steps the administrator configure to meet this requirement.

To learn more about administrator, refer to the link below:

https://brainly.com/question/5958460

#SPJ1

Write a function named buildList that builds a list by appending a given number of random integers from 100 to 199 inclusive. It should accept two parameters — the first parameter is the list, and the second is an integer for how many random values to add, which should be input by the user.
Print the list after calling buildList. Sort the list and then print it again.

Sample Run
How many values to add to the list:
10
[141, 119, 122, 198, 187, 120, 134, 193, 112, 146]
[112, 119, 120, 122, 134, 141, 146, 187, 193, 198]

Answers

The build Array function, which takes two parameters and creates an array by appending a predetermined number of random two-digit integers between 100 and 199.

What is code?

Code is a set of instructions written in a computer language to carry out a specific task, usually to create a program. It is written using a specific syntax and is usually composed of lines of text, often broken into sections such as functions, classes, objects, and variables. Code is written by programmers to tell the computer what to do, such as how to store and manipulate data and how to interact with the user. It is essential to the development of software and other types of applications, which are used to perform specific tasks.

The program is :

def buildList(list, num):

for i in range(num):

  list.append(random.randint(100, 199))    

myList = []

number = int(input("How many values to add to the list: "))  

buildList(myList, number)

print(myList)

myList.sort()

print(myList)

Learn more about code :

brainly.com/question/29330362

#SPJ1

assume the variable age has been assigned an integer value, and the variable is full time student has been assigned a boolean value (true or false). write an expression that evaluates to true if age is less than 19 or is full time student is true.

Answers

The expression that evaluates to true if age is less than 19 or is full time student is true will be age<19 or True== is_full_time_student

What is the Boolean value about?

The truth value, or TRUE or FALSE, is represented by a Boolean value. The null value is used to represent a value of unknown for a Boolean statement or predicate.

An expression that may only be evaluated as true or false is known as a boolean expression. It was named after mathematician George Boole.

Therefore, the expression that evaluates to true if age is less than 19 or is full time student is true will be age<19 or True== is_full_time_student

Learn more about Boolean on:

https://brainly.com/question/25039269

#SPJ1

Identify the correct wireless technology from the drop-down menus. _______ is a trade group that promotes wireless technology and owns the trademark for the term “Wi-Fi”. Wireless cellular networks divide regions into smaller blocks or _______.

Identify the correct wireless technology from the drop-down menus. _______ is a trade group that promotes

Answers

Answer: cells

Explanation:

got a 100

Answer:

1) The Wi-fi Alliance

2) Cells

Explanation:

.t/f: In addition to being a desktop operating system, UNIX also is a server operating system
true or false?

Answers

The statement is true because UNIX is indeed a server operating system in addition to being a desktop operating system.

UNIX was designed to be a multiuser, multitasking operating system that could handle concurrent operations and provide network services.

UNIX-based operating systems have been widely used as server operating systems due to their stability, security features, and extensive support for networking protocols. They are commonly utilized in server environments to host websites, handle database management, provide file sharing services, and perform various server-related tasks.

The flexibility and versatility of UNIX make it well-suited for server deployments, and its rich history and widespread adoption in the server market reinforce its role as a server operating system.

Learn more about operating system https://brainly.com/question/29532405

#SPJ11

What grants the creator of work exclusive rights for use and distribution

Answers

Answer:

Copyright law grants you several exclusive rights to control the use and distribution of your copyrighted work. The rights include the exclusive power to: reproduce (i.e., make copies of) the work; create derivative works based on the work (i.e., to alter, remix, or build upon the work)

10. Which of the following is NOT a determining factor in which side of the digital divide a
citizen is on?
(A) Education
(B) Socioeconomic status
(C) Location
(D) Gender

Answers

An option which is not a determining factor in which side of the digital divide a citizen is on is: (D) Gender.

What is the digital divide?

The digital divide simply refers to a terminology which is used to describe the gap (vacuum) which typically exist between the group of people (the information rich and the information poor) who have unrestricted access to digital technology and those who are unable to access it.

This ultimately implies that, a digital divide is mostly influenced by the fact that legislation allow communications firms to charge end users (customers) per website for access. Additionally, some parents are fond of limiting the amount of time their children spend using computing devices or the Internet.

In conclusion, geographical location, socioeconomic status, and education are all determining factors which affect the side of the digital divide that a citizen would be on.

Read more on digital divide here: https://brainly.com/question/14896873

#SPJ1

Other Questions
neutrophils remove invading microorganisms through a process called if you replaced the three resistors with a single resistor, what is the resistance req of this resistor? In a group of dogs, some individuals have short fur and others have long fur. In this gropp,the gene for the fur length trait has two alleles. The allele F is for short fur, and the allele fisfor long fur.Marley, a dog from this group, has long fur. Marley has two alleles for long fur.Based on this information, what is Marley's phenotype for the fur length trait?FFFIshort furlong fur In the statement from the Declaration of Independence we hold these truths to be self evident what truths are they talking about When a merrill Lynch stockbroker gathers information about a prospects discretionary income, investment objective and preference for discussing brokerage services over the telephone or in person, he is in the _____ stage of the personal selling processPreapproach which of the following is the process of learning how other firms do things in an exceptionally high-quality manner? what strategies are best used when you attend class, watch a video for class, or attend an event related to a course? (select all that apply) What is the acceleration of the box in the picture? a motherboard failed on a desktop pc with an intel core i5-10600k processor. when you are looking for a replacement motherboard, which cpu socket does it need to have? Raines Umbrella Corporation has sales of $652, a depreciation expense of $150, earnings before taxes of $120, and an interest expense of $33. What is the common size value for earnings before interest and taxes? 35.81 percent 18.01 percent 28.17 percent 10.96 percent 23.47 percent Which department carries out the main activities of the organization?a. Service departmentb. Administrative departmentc. Management departmentd. Operating department A river flows due south at 1.4 mi/h. In what direction should the swimmer head, at a velocity of 3 mi/h, in order to arrive at a landing point due east of his starting point? (Round your answer to one decimal place.) A line T, is tangent to the curve y = x at the point A(1,1), and crosses the x axis at (0.5, 0). Point A is joined to point P (also on the curve y = x) by the chord AP.a) calculate the gradient of the tangent T.b) calculate the gradient of the chord AP when P has coordinates:i) (2,4)ii) (1.5, 2.25)iii) (1.1, 1.21)iv) (1.01, 1.0201)v) ( (1+h), (1+h)^2)c) comment on the relationship between your answers to parts a and b To relieve family of the burden of making arrangements in a time of acute grief; ensure that personal wishes are known; to relieve survivors of financial burden; and to reduce assets for Medicaid eligibility are some of the reasons why people choose to make __________ arrangements. a technology that has been used to capture customer information at events is: A Gardener has 400 feet of fencing to enclose three adjacent vegetable plots. What dimensions should be used so that the enclosed area will be a maximum?Answer and explanation please. A football team carried out a report to see the impact of stretching on preventing injury. Of the 50 footballers in the squad 32 stretch regularly. Of those who stretch, 4 got injured last year. There was a total of 19 injured players last year.The results can be presented in a frequency tree. What fraction of players who do stretch get injured? what is the volume of the rectangular prism? In the story Little Women, one family brings breakfast to another on Christmas morning. Read this passage and then answer the question that follows: A poor, bare, miserable room it was, with broken windows, no fire, ragged bedclothes, a sick mother, wailing baby, and a group of pale, hungry children cuddled under one old quilt, trying to keep warm. How the big eyes stared and the blue lips smiled as the girls went in. "Ach, mein Gott! It is good angels come to us!" said the poor woman, crying for joy. What explicit meaning can you find about the sick woman and her children from this text?(5 points) A. The father of the children left the family. b The children were cold and had not eaten. c The family bringing gifts pitied the children. d The woman would soon die from her illness. You are a forensic examiner at a large corporation. As part of an investigation into a malware infection, youre looking through web proxy logs for any assets attempting to communicate to a specific server known to be used by the malware. As youre skimming down a report, you notice that one PC appears to be accessing adult websites. What should you do?