Write a set of pseudocode instructions to feed a pet, using at least five steps?

Thank you!!

Answers

Answer 1

In computer science, pseudocode is a plain language representation of steps in an algorithm and similar system. It uses a structural convention of conventional programming, although it is meant for human reading instead of machine interpretation.

Pseudocode steps:

Start.Get the bag of food from the cabinet for the pet.After taking the bag pic the bowl for a pet.Put the pet food into the pet bowl.If this food is solid add some milk to it and place the dish on the floor for the pet.  After giving the food to the pet close the food bag and put it into the cabinet and close it.Stop.

Learn more:

brainly.com/question/17442954


Related Questions

If I wanted to share files only within my organization and limit my employees from sharing information with external people, what type of network should I set up in my office?

Extranet
Internet
Peer-to-Point
Intranet

Answers

If I wanted to share files only within my organization and limit my employees from sharing information with external people, what type of network should I set up in my office?

Extranet<====
Internet
Peer-to-Point
Intranet

hopes this helps

The type of network that should be used to set up in the office as per the given scenario, is extranet. The correct option is A.

What is extranet?

An extranet is a controlled private network that provides access to partners, vendors, and suppliers, as well as an authorized group of customers, to a subset of the information available on an organization's intranet.

An extranet is a private network similar to an intranet, but it is typically accessible to third-party parties such as business partners, suppliers, key customers, and so on.

An extranet's main purpose is to allow users to exchange data and applications as well as share information.

Extranets enable you to communicate and collaborate more effectively with clients, customers, and stakeholders through a secure network.

Consolidate processes such as online ordering, order tracking, and inventory management to integrate supply chains.

Thus, the correct option is A.

For more details regarding extranet, visit:

https://brainly.com/question/13263185

#SPJ5

A collaborative web page that is designed to be edited and republished by a variety of individuals is known as a(n) ____.

Answers

A collaborative Web page that is designed to be edited and republished by a variety of individuals is called ad Wiki. A wiki is a server program that allows users to collaborate in forming the content of a Web site. The term comes from the word "wikiwiki," which means "fast" in the Hawaiian language.The simplest wiki programs allow users to create and edit content.

Project managers have the overall responsibility for planning, executing, and completing a project.
A) True B) False

Answers

The given statement "Project managers have the overall responsibility for planning, executing, and completing a project." is True because Project managers are responsible for ensuring that a project is completed within its budget, scope, and timeframe.

Project managers have the overall responsibility for planning, executing, and completing a project, ensuring that the project's objectives are met within the stipulated time and budget constraints. Project managers must identify and manage risks, monitor progress, and make adjustments as needed to keep the project on track. They must also ensure that all deliverables meet the requirements and quality standards specified in the project plan.

In the planning phase, project managers work on defining the project's scope, setting goals, and developing a detailed project plan. This involves coordinating with stakeholders, establishing a timeline, identifying required resources, and outlining the necessary tasks and responsibilities.

During the execution phase, project managers oversee the implementation of the project plan by allocating resources, monitoring progress, and adjusting the plan as needed to address any unforeseen issues or changes. They communicate with the project team and stakeholders, making sure everyone stays on track and works towards achieving the project's objectives.

Finally, project managers are responsible for the completion of the project. This involves ensuring that all project deliverables have been met, conducting a thorough review of the project's performance, and conducting a lessons-learned analysis. The project manager also takes care of project closure activities, such as releasing resources, finalizing documentation, and celebrating the project's success.

In conclusion, project managers have the overall responsibility for planning, executing, and completing a project, as they are instrumental in guiding the project through its various stages while ensuring that it achieves its intended goals.

Know more about Project managers here :

https://brainly.com/question/30457233

#SPJ11

ap courses are almost always taught:

A. at the nearest community college.

B. at the nearest junior college.

C. online

D. in high school

Answers

I think the answer is D.
i do believe in high school but if i am not correct then it might be online.

A person would probably suffer the most severe electric shock by completing a circuit through his or her A. left hand to right hand. B. right hand to right foot. C. left hand to left shoulder. D. right hand to right shoulder.

Answers

left hand to right hand. electricity will always take the shortest path to the other side. if it goes through both of your arms that means it is going to cross or get very close to stop your heart. remember. only 7 milliamps are needed to stop a heart. 1 amp is over 100 times stronger.

What happens when you click the edit header option in the header button drop-down list?

Answers

When you click the edit header option in the header button drop-down list the header pane and the Header &Footer tools Design tab are displayed.
The Headers and Footers are pieces of text, or graphics, that appear at the top and bottom of a page.There are three options for the placement of page numbers. 

Excel allows you to rotate text in a cell counterclockwise by entering a number between 1 degree and ____ degrees.

Answers

Excel allows to rotate text n a cell countervclockwise by entering a number between 1 degree and (+-) 90 degrees.

Moving packets from source to destination across multiple networks is called

Answers

Moving packets from source to destination across multiple networks is called a Router.

Create one of these on your desktop start menu and use it to quickly open a folder, data file, program, or other object?

Answers

A shortcut is a used to quickly open a folder, data file, program, or other object. They are very convenient to have and make navigating through a computer extremely easy.

A style is named group of formatting characteristics. True or false

Answers

The answer for this question is True.

Is Microsoft Word a:

A.operating system
B.software
C.hardware
D.input device

Answers

b. software





-----------------------------

I need help to make this code to make it remove all instances of the specified letter from the original sentence

Answers

Here is my solution. I did the following:

- changed the setRemover into a constructor, since the comment seems to hint that that is expected.
- changed the lookFor type into a String, so that it can work with the string replace overload. That's convenient if you want to replace with an emtpy string. The char type won't let you do that, you can then only replace one char with another.
- Added a static Main routine to use the class.

import java.lang.System.*;

public class LetterRemover 
{
   private String sentence;
   private String lookFor;

   public LetterRemover() {}
   
   // Constructor
   
   public LetterRemover(String s, char rem)
   {
       sentence = s;
       lookFor = String.valueOf(rem);
   }
   
   public String removeLetters()
   {       
       String cleaned = sentence.replace(lookFor, "");       
       return cleaned;
   }
   
   public String toString()
   {
       return sentence + " - letter to remove " + lookFor;
   }

   public static void main(String[] args) 
   {
        LetterRemover lr = new LetterRemover("This is the tester line.", 'e');
        System.out.println(lr.toString());
        String result = lr.removeLetters();        
        System.out.println("Resulting string: "+result);
   }
}

How can you recognize an unsecured wireless network?

Answers

An unsecured wireless network is a network that does not use an encrypted authorization mechanism, such as WPA2 or similar. 

Which of these do the fonts Wingdings and Dingbats display?

A.mathematical equations


B.symbols


C.Greek letters


D.meteorological information

Answers

I believe Wingdings and DIngbats depicts random symbols. I hope that answered your question, my friend. :)

Read the following scenario: A project will require more people than originally estimated. Identify the possible risks to the project.
a.) Ideas and Creativity
b.) Money and resources
c.) Policies and Procedures
d.) Time and work ethic

Answers

The correct answer is b.Money and Resources because the more people involved in a project then the more money being invested. 

Answering the question, the possible risk to the project is money and resource because the available resources could only take care of the people that were initially positioned to execute the project

Project risk can be defined as uncertain situations that can occur in a project. Such uncertain conditions can affect the project.

Further Explanation

There is always a risk that accompanies a project because there are different unseen circumstances that might likely show up during project execution.

However, there are different types of risk and these include

Stakeholder riskRegulatory riskTechnology riskExternal risk

Stakeholder risk: stakeholders are people that have a major interest in the execution of a project. Stakeholders, in this case, can be mangers, customers, etc. stakeholders risk may arise if the stakeholders do not the required capacity to get the project done

Regulatory Risk: some regulations such as government regulations might also pose some risk to a project.

Technology risk: some times, to execute a project might require the use of new technology and the organization can’t afford to get the new technology, it may have affects the outcome or the execution of the project.

External risk: an organization may also rely on outside support to executive a project and since the support is not within the control of the organization, it might affect the execution of the project.

LEARN MORE:

Read the following scenario: A project will require more people than originally estimated. https://brainly.com/question/6500857Read the following scenario: A project will require more people than originally estimated https://brainly.com/question/5755515

KEYWORDS:

money and resourcesproject riskmore peopleestimatedunseen circumstances

Which of the following best describes the Distribution Mix?

A: a network independent companies through which a product passes from produced to end user.
B: the combination of distribution channels by which a firm gets its products to end users.
C: an individual or firm that helps to distribute a product.
D: an intermediary who sells products to other businesses for resale to final customers.

Answers

B) The combination of distribution channels by which a firm gets its products to end-users.

The answer is: B. the combination of distribution channels by which a firm gets its products to end users.

The purpose for creating a distribution mix in order to ensuring that they can deliver the proper amount of product at the correct time. A company that has a full distribution mix would obtain full command on its inventory storage, warehousing, communications process,  packaging of the product, and transportation process.


How many bytes is a yobibyte

Answers

i think the answer is 1 x 10^24 bytes
1 yobibyte is 1.209e+24 bytes.

That is a lot!

I hope this helps

You can add chart and axes titles on the chart tools format tab or with the chart elements buttom. true or false

Answers

Select the chart. Navigate to the Chart Layouts group on the DESIGN tab. Open the drop-down menu named 'Add Chart Element'. In Excel 2010 you have to go to the Labels group on the Layout tab and click the Axis Title button. From Axis Title options choose the desired axis title position: Primary Horizontal or Primary Vertical.

If a kindergarten teacher was making a handout to teach children different geometric shapes,he could use the feature in the word application to develop his visuals

Answers

He could create shapes using the insert shape feature on most word processors.
Contact i'm kinda confused but i think i am right not sure hope i helped????!!!!!

Which command on the page layout ribbon enables a user to mark where a new page will begin on the printed copy?

Answers

Answer:

Breaks

Explanation:

Q:

Which command on the Page Layout Ribbon enables a user to mark where a new page will begin on the printed copy?

A:

Breaks

What is the key benefit of dhcp manual ip address allocation over manually configuring the ip address by person?

Answers

Saving 3 minutes of configuration & maintenance over the life of the computer unless it's moved to a different network.

In a windows ____ , each computer maintains a list of users and their rights on that particular computer.

Answers

server?
.................

True or false: you cannot change the default margin size for word documents.

Answers

False the answer is for that question

What does BIOS stand for?

Answers

Basic Input/Output System
This stands for basic input/output system

I hope this helped.

Random access memory (ram) is also sometimes called _____ storage.

Answers

It is also sometimes called Volatile storage

Under normal operations, cisco recommends that you configure switch ports on which vlan

Answers

 

You can configure switch ports on default VLAN under normal operations. Cisco switches always have VLAN 1 as the default VLAN, which is required for many decorum communications between switches like spanning-tree protocol for example. It is obligatory not to delete or even change the default VLAN.

 

 





Which file system is used by large-capacity usb and memory cards?

Answers

Answer:

External

Explanation:

An external file system uses large-capacity usb and memory cards

Which routine is configured to execute first when the program runs?
A. Subroutine
B. Start
C. Fault
D. Main

Answers

it's D because of ok

Which kind of desktop uses the same case to house the screen and processing circuitry?

Answers

Final answer:

All-in-One computers combine the screen and processing circuitry in one case, offering a space-saving design.

Explanation:

All-in-One computers use the same case to house the screen and processing circuitry. These desktops combine the components of a traditional desktop computer, such as the motherboard and storage, into the back of the monitor, creating a compact and streamlined design.

For example, the Apple iMac is a popular model of an All-in-One computer where the monitor contains all the essential hardware components, reducing the need for separate towers or CPU units.

One key advantage of All-in-One computers is their space-saving design, making them ideal for environments where space is limited, such as office cubicles or home workstations.

The fields you use to order your data are called sort ____.

Answers

The Sort data is the name assigned to the computer tool that is used in the fields to sort the data. It is a data organization utility that is managed in data management and information management within computer data systems.
Other Questions
What is 0.72 written as a simplified fraction? (1 point) seventy-two over one hundred one hundred over seventy-two thirty-six over fifty eighteen over twenty-five 4. ms. johnson's class is having a pizza party. if there are 14 students and 7 pizzas cut into 8 slices, what answer choice represents the fraction of one pizza that each student receives? (1 point) one-third one-fourth one-half one-eighth? Were is a person tried when they are accused of a federal crime.?? what is the answer to 3(4x+6)+7x Compare and contrast spatial distribution population density and population growth rate Express 275% as a decimal number Which of the following statements is true? Rainforest vines grow up trees to reach the upper canopy. This is an example of light competition. Biologists believe that true parasitism in nature is very rare because not all hosts are harmed by the parasite. A tapeworm living in the small intestine of a human is an example of an ectoparasite. Mutualism is the most important symbiotic relationships for evolution because both organisms must learn to work together. Which of the following is not an endangered species? A) giant otter B) gray grass mouseC) giant anteaterD) llama What is one of the major roles the Supreme Court plays in the federal judiciary? A.Appointing judges to serve on lower federal and state courts B.Charging and trying defendants for breaking federal laws C.Determining whether a case should be tried in federal or state courts D.Reviewing cases from both state and federal courts Why did Alexander Hamilton as Washingtons first secretary of the treasury, advocate the creation of a permanent national debt and a national bank? When ink is diluted with water and applied in broad flat areas, the result is called a sketch. cartoon. wash. sinopie? Convert 4500 feet per second to miles per hour.5280 ft = 1 miRound to the nearest hundredth.Enter your answer in the box. which of the following cannot be performed from the windows task manager?A) view what application are running from in the background B) delete a program from the harddriveC) open a programD) check recent CPU usaga Graph y= 4/7 x+1 . What is a major difference between strategic philanthropy and cause-related marketing? Which amendment prevents a citizen of north carolina from suing the state of georgia? what is 3w(p +18) equal? all of the following are important concepts to research before attending a college fair except:a. academic programsb .when colleges were foundedc. admissions policiesd. student life An economy starts off with a gdp per capita of $5,000. how large will the gdp per capita be if it grows at an annual rate of 2% for 20 years? 2% for 40 years? 4% for 40 years? 6% for 40 years? Where in the body does perceptual adaptation occur - the eye of the brain? Which of the following inequalities is equivalent to -6 > x? Steam Workshop Downloader