50 POINTS NEED HELP ASAP!

(PYTHON)

Write a loop that continually asks the user what pets the user has until the user enters stop, in which case the loop ends. It should acknowledge the user in the following format. For the first pet, it should say You have one cat. Total # of Pets: 1 if they enter cat, and so on.

Sample Run
What pet do you have? lemur
What pet do you have? parrot
What pet do you have? cat
What pet do you have? stop
Sample Output
What pet do you have? lemur
You have one lemur. Total # of Pets: 1
What pet do you have? parrot
You have one parrot. Total # of Pets: 2
What pet do you have? cat
You have one cat. Total # of Pets: 3
What pet do you have? stop

Answers

Answer 1

Answer:

def main():

   animals = []

   while True:

       animal = input("What pet do you have? ")

       if animal == "stop":

           break

       else:

           animals.append(animal)

   for i in range(len(animals)):

       print(f'You have one {animals[i]}. Total # of Pets: {i + 1}')

Explanation:


Related Questions

Which of these is an example of a vertical standard? Please select all that apply. Excavation workers must be protected from cave-ins. When welding, a fire watch must be maintained for 30 minutes past the time of welding. Ladders must always extend three feet past the working surface. An iron worker is placing steel 30 feet up and is wearing a full body harness tied off to an anchor point with a lanyard. PPE is required to protect against face, hand, and eye injuries.

Answers

An example of a vertical standard (that is specific safety standard) from the list are:

Excavation workers must be protected from cave-ins. (Option A)When welding, a fire watch must be maintained for 30 minutes past the time of welding. (Option B)An ironworker is placing steel 30 feet up and is wearing a full body harness tied off to an anchor point with a lanyard (Option D)
What is a Vertical Standard?

The majority of OSHA rules are horizontal in nature. That is, they apply to all employers, regardless of industry.

However, several OSHA requirements are vertical in nature. This indicates that they only apply to a single industry.

Vertical standards are applicable to certain industries or activities, procedures, situations, processes, means, techniques, equipment, or installations.

Vertical OSHA guidelines include the following:

OSHA's Construction Standards from 1926OSHA's Shipyard Standards from 1915OSHA 1910 Subpart R Special Businesses Regulations apply to pulp, paper, and paperboard mills, textile mills, sawmills, and other industries.

Learn more about safety standards:
https://brainly.com/question/15371083
#SPJ1

Imagine that you are a digital media professional working on a team of a dozen people to create a social media marketing campaign. Which technology would you choose to use to communicate with your team? Why would you choose it?

Answers

If I were a digital media professional working on a team of a dozen people to create a social media marketing campaign. The technology that I would you choose to use to communicate with my team  are:

Go ogle MeetZoomEmail

What other kind of technology do you employ for human interaction?

The four main forms of communication technology—telephone, radio, television, and internet—have all made it simpler to deliver messages.

Speaking face-to-face tech without having to be in one office are: Go ogle Meet, Zoom, etc.

Note that You still need to spend money on a video conferencing product even if most of your team's work is done in person. These solutions allow your team to collaborate even when they are not in the same location and are often more efficient than phone calls.

Learn more about digital media from

https://brainly.com/question/26174462

#SPJ1

Imagine that you were looking to hire a digital media professional. What would you look for in their resume?

Answers

If I were looking to hire a digital media professional, the things that I will look for in their resume are:

HARD SKILLS

Face book AdsGo ogle AdwordsEmail MarketingDynamic AdsGo ogle Analytics

SOFT SKILLS

CommunicationCreative problem solvingAnalytical thinkingInfluencingTeam work

For digital marketing, why should I engage you?

The response a person should give is that "I work really hard and pick things up quickly, so I can easily shape myself into the desired shape. As a digital marketing professional, I can easily comprehend and put processes into practice thanks to my strong grasping ability. ”

The abilities that are required to work in digital marketing are:  Data analysis, content creation, SEO & SEM, CRM, communication skills, and social media are all examples of skills.

Learn more about resume from

https://brainly.com/question/14178136
#SPJ1

the programming language is for visual basic

Answers

A code segment that displays a menu of three food items along with a quit
option
while True:
   print("Please choose one of the following options:")
   print("1. Pizza")
   print("2. Chicken")
   print("3. Salad")
   print("4. Quit")
   choice = input("Enter your choice: "

What is code segment?
A code segment, sometimes referred to as a text segment or just text in the computing world, is a section of a computer file that is made up of object code or an equivalent section of the program's address space which contains information about executable commands and directives. When a programme is processed and run, it is often saved in an object-code-based computer file. The code segment is on of the object file's divisions. When the programme is loaded into memory by the loader so that it might be executed and implemented, various memory segments are assigned for a specific use, just as they are for segments in object code-based computer files and segments that are only needed during run time when the programme is being executed.

To learn more about code segment
https://brainly.com/question/25781514
#SPJ13

Which action is an example of an event?

A. A button is pressed.
OB. The "Game Over" screen is displayed.
OC. A coin is collected.
OD. A sprite changes color.

Answers

If a button is pressed then it is considered an event

What are events and actions?

When a user clicks on an element, the click event occurs.

An Event is defined as a change in the state of an object. In HTML, there are various events that represent some activity performed by the user or the browser. When javascript code is included in HTML, js reacts to these events and allows execution. This process of reacting to events is known as Event Handling. Thus, js handles HTML events using Event Handlers.

For example, when a user clicks on the browser, add js code that will execute the task to be performed on the event.

Hence to conclude all the CTA buttons are events

To know more on actions and events follow this link:

https://brainly.com/question/28805846

#SPJ1

What is Apple’s slogan?

Answers

Answer:

"think different"

Explanation:

Think Different” is one of the most recognizable slogans of the 21st Century. The idea was first introduced in the 1997 TV commercial. “Think Different” is still on Apple products today, 23 years after the TV debut. Crazy Ones is hands-down one of the best one-minute commercials in history.

Explanation:Apple: 'Think Different.'

What is the key feature of mixed reality?

Answers

Answer:

Awareness of the Real-World Surroundings .

3D Objects

User Friendliness

Surrounding Audio

Respective Positioning

The key feature of Mixed Reality is the content detects and interacts with the environment. The correct option is 3.

What is Mixed Reality?

A new kind of immersive experience is produced by the technology known as mixed reality (MR), which combines aspects of virtual reality (VR) and augmented reality (AR).

MR offers more versatility than VR and a more seamless merging of the real and virtual worlds than AR.

In order to create an immersive experience where the digital material is connected to the real world and reacts to the surroundings, Mixed Reality (MR) blends virtual and real-world aspects.

In other words, MR is created to give people the ability to engage with digital content that is superimposed on the real environment while still feeling present in it.

Thus, the correct option is 3.

For more details regarding mixed reality, visit:

https://brainly.com/question/22621708

#SPJ2

Your question seems incomplete, the probable complete question is:

What is a key feature of Mixed Reality?

It has an interactive visor that only shows 2D information.The content is always visible to the user view.The content detects and interacts with the environment.It has a headset that completely replaces the real-world view.

Which of the following might a technical review board (TRB) identify? requirements, job tasks, and roles and responsibilities

risks or issues in the implementation plan

the statement of work for the implementation plan

allocation of resources in the implementation plan​

Answers

All the items listed as Requirements, job tasks, roles and responsibilities will be assessed during Technical Review Board(TRB).

What is Technical Review Board(TRB)?

The dedicated review process for a supplier that is in charge of the quality management program's implementation, the upkeep of all qualified and certified processes, process change management, reliability data analysis, failure analysis, device recall procedures, and the technology's qualification status.

What is the role of Quality Management?

Monitoring various organisational processes and tasks to guarantee that the goods and services provided, as well as the methods employed to deliver them, are consistent is known as quality management.

Requirements, Job Tasks, roles and Implementation are assessed by Technical Review Board(TRB).

Hence, all the given are assessed.

To learn more about the Quality Management from the given link

https://brainly.com/question/7498492

#SPJ9

Why would a developer use a mood board in the Design step of the game
development cycle?

OA. To gather inspiration for a game's artwork
OB. To include specific details about a program
OC. To identify key points and scenarios in a program
OD. To outline the logic of a program

Answers

The developer use a mood board in the Design step of the game development cycle is to include specific details about a program.

What is meant by game development cycle?

Pre-production, production, quality control, launch, and post-production maintenance are the five key stages of the game development process.

A game's three development phases. Pre-production, production, and post-production are the common stages of video game development.

Game development, also known as "gamedev," is the process of making a game. Even while some games have only been developed by one or two game developers, the game creation process normally includes input from one or more game designers, artists, programmers, animators, testers, project managers, etc.

Video game designers help make a game's vision . To achieve this, they programme features, code visual elements, and test iterations until a game is ready for sale.

To learn more about game development cycle refer to :

https://brainly.com/question/28808209

#SPJ1

Modular design would be least beneficial for a programmer creating which
type of game?

OA. A game that might have errors in its code
B. A completely unique game
C. An extremely simple game
D. A game with many different parts

Answers

Answer: c

Explanation: An extremely simple game play

Consider the following code segment.
if (false && true || false)
{
if (false || true && false)
{
System.out.print(""First"");
}
else
{
System.out.print(""Second"");
}
}

if (true || true && false)
{
System.out.print(""Third"");
}

What is printed as a result of executing the code segment?
A First
B Second
C Third
D FirstThird
E SecondThird

Answers

The third is printed as a result of executing the code segment. The correct option is C.

What are code segments?

Code segments are sections of a larger program or code that have been cut out. A code segment in computing is a section of an object file or the corresponding area of the virtual address space of the program that contains executable instructions.

It is also referred to as a text segment or simply as text. An executable segment whose conforming bit is set in the descriptor, It allows sharing of procedures that should run at the privilege level of the calling procedure but may be called from different privilege levels.

Therefore, the correct option is C. Third.

To learn more about code segments, refer to the link:

https://brainly.com/question/27008715

#SPJ1

(C++)Define a function PrintStateCode() that takes two string parameters and outputs as follows, ending with a newline. The function should not return any value.

Ex: If the input is CT Connecticut, then the output is:

CT is Connecticut's state code.

Answers

#include <iostream>

#include <cstring>

void PrintStateCode(std::string f, std::string s) {

   std::cout << f << " is " << s << "'s state code.\n";

}

int main(int argc, char* argv[]) {

   std::string _f, _s; std::cin>>_f>>_s;

   PrintStateCode(_f,_s);

   return 0;

}

What is the commonly attributed name of the threat actor and an example of one of the open-source software that they have trojanized?.

Answers

The threat actor is frequently referred to by the name ZINC. a variety of social engineering campaigns by an actor known as ZINC that weaponized legitimate open-source software.

PuTTY, KiTTY, TightVNC, Sumatra PDF Reader, and the installer for the muPDF/Subliminal Recording software are just a few examples of the open-source programs that ZINC has weaponized for these attacks.

What is this ZINC?

ZINC is a highly effective, destructive, and sophisticated nation-state activity group. The activity group, which has been going since 2009, came to the attention of the public in 2014 after a successful attack on Sony Pictures Entertainment. It is well known that ZINC uses a variety of specialized remote access tools (RATs), such as PhantomStar and FoggyBrass, which were named by Microsoft.

ZINC tries to force employees of the companies it is trying to infiltrate to open weaponized documents with malicious macros or install seemingly innocent programs.

To learn about Open Source Software(OSS), visit: brainly.com/question/4593389

#SPJ4

Question 6 of 10
Which phrase best describes a control structure?
OA. The hardware knobs, levers, and buttons of a machine or
appliance
O B. A program or part of a program that directs the actions of a device
C. The outward-facing instructions users see
D. The internal components within a computer and other devices

Answers

The hardware knobs, levers, and buttons of a machine or appliance is the best phrase describes a control structure. Hence option A is correct.

What is control structure?

Control structure is defined as a programming construct that evaluates variables and selects a course of action based on input parameters. You can execute various R expressions based on inputs or data attributes by using control structures to react to them.

Software is a term used to describe a collection of instructions, data, or programs that are used to operate computers and carry out certain tasks. The computer system is controlled by software. Hardware, which describes the structural elements of a computer, is the complete opposite of software.

Thus, the hardware knobs, levers, and buttons of a machine or appliance is the best phrase describes a control structure. Hence option A is correct.

To learn more about control structure, refer to the link below:

https://brainly.com/question/15008951

#SPJ1

Which of the following protocols support VLSM, summarization, and discontiguous networking? (Choose three.) A. RIPv1 B. IGRP C. EIGRP D. OSPF E. ВСР F. RIPv2

Answers

The one that supports VLSM, summarization, and discontinuous networking are EIGRP, OSPF, and RIPv2. The correct options are C, D, and F.

What is VLSM?

Variable Length Subnet Mask (VLSM) is a segmented subnet of a larger network design strategy in which all subnet masks can be of varying sizes.

This "subnetting subnets" process allows network engineers to use different masks for subnetworks of a single class A, B, or C network.

EIGRP, OSPF, and RIPv2 are the ones that support VLSM, summarization, and discontinuous networking.

Thus, the correct options are C, D, and F.

For more details regarding VLSM, visit:

https://brainly.com/question/29388644

#SPJ1

which of the following can be classified as data reduction techniques? a. cluster analysis b. sampling c. data visualization d. none of the above

Answers

The option that can be regarded as data reduction technique is "Cluster Analysis" (Option A)

What is Cluster Analysis?

Cluster analysis, often known as clustering, is the job of grouping a set of items so that those in the same group are more comparable to those in other groups.

It should be noted that clustering analysis is widely employed in a variety of applications, including market research, pattern matching, data analysis, and image analysis.

Clustering can also assist marketers in identifying unique groupings within their client base. They can also describe their consumer groups depending on their purchase habits.

Learn more about Data Reduction techniques:
https://brainly.com/question/28265384

#SPJ1

the question involves the draw class which is used to draw line segments and squares on a 10-by-10 xy coordinate grid

Answers

The upper left corner of the square is located at the coordinate (x, y). The sides of the square will be of length len, or as large as will fit on the grid.

What is coordinate grid?

Two parallel lines, known as axes (pronounced AX-eez), that are perpendicular to each other make up a coordinate grid. Typically, the term "x-axis" refers to the horizontal axis. The y-axis is the common name for the vertical axis. The origin is the location where the x- and y-axes Draw is a public class. /** Prerequisite: All variables range from 0 to 10, inclusive. Creates a line segment in a grid of 10 by 10 x-y coordinates. Drawing the line segment from (x1, y1) to (x2, y2).

public void draw

Line(int x1, int y1, int x2, int y2): //** implementation not disclosed / Prerequisites include len > 0 and 0 x 10, respectively. Creates a square with a side length and size of 10 by 10 on an x-y coordinate grid. The square's upper left corner is going to be at coordinates (x, y), and its side length is going to be len (or as large as will fit in the grid).

public void draw

Square (*to be implemented*): int x, int y, and int lengthintersect.

The coordinates (x1, y1) and (x2, y2) are used to construct a line segment using the drawLine method, whose implementation is not displayed (x2, y2). For instance, use the drawLine(2, 5, 6, 4) call.

You will create the method drawSquare, which outputs the side length and area of the drawn square in the examples' format and draws a square on a 10-by-10 grid. The coordinates for the square's upper left corner are: (x, y).

To learn more about coordinate grid refer to:

https://brainly.com/question/20362114

#SPJ1

random number guessing game. write a program

Answers

The  code for a random number guessing game in Phyton is given as as follows:

import random

import math

# Taking Inputs

lower = int(input("Enter Lower bound:- "))

# Taking Inputs

upper = int(input("Enter Upper bound:- "))

# generating random number between

# the lower and upper

x = random.randint(lower, upper)

print("\n\tYou've only ",

      round(math.log(upper - lower + 1, 2)),

     " chances to guess the integer!\n")

# Initializing the number of guesses.

count = 0

# for calculation of minimum number of

# guesses depends upon range

while count < math.log(upper - lower + 1, 2):

   count += 1

   # taking guessing number as input

   guess = int(input("Guess a number:- "))

   # Condition testing

   if x == guess:

       print("Congratulations you did it in ",

             count, " try")

       # Once guessed, loop will break

       break

   elif x > guess:

       print("You guessed too small!")

   elif x < guess:

       print("You Guessed too high!")

# If Guessing is more than required guesses,

# shows this output.

if count >= math.log(upper - lower + 1, 2):

   print("\nThe number is %d" % x)

   print("\tBetter Luck Next time!")

How does the above code work?

The user enters the range's bottom and upper bounds.

The compiler chooses a random integer from the range and stores it in a variable for future use.

A whileLoop will be set up for repetitive guessing.

If the user guesses a number that is bigger than a randomly chosen number, the user receives the message "Try Again! You guessed too high."

Else If the user guesses a number that is less than a randomly chosen number, the user receives the message "Try Again!" "You guessed incorrectly."

And if the user correctly guesses in a certain number of guesses, the user receives a "Congratulations!" output.

Otherwise, if the user does not correctly estimate the integer in the allotted number of guesses, he or she will receive the message "Better Luck Next Time!"

Learn more about codes;
https://brainly.com/question/29099843
#SPJ1

Will Forza Horizon 5 be on a game pass?

Answers

Answer:

probably

Explanation:

Why is it important to get files names that are destructive of their contacts?

Answers

Answer: So that you know how to locate them easily

Explanation:

Recently, from around june through september 2022, a social engineering campaign, attributed to a nation-state group, has been utilizing trojan versions of open-source software during their attack chain to achieve backdoor access. What is the commonly attributed name of the threat actor and an example of one of the open-source software that they have trojanized?.

Answers

The commonly attributed name of the threat actor is called ZINC. A wide range of social engineering campaigns using weaponized legitimate open-source software by an actor tracked as ZINC.

ZINC weaponizing a wide range of open-source software including PuTTY, KiTTY, TightVNC, Sumatra PDF Reader, and muPDF/Subliminal Recording software installer for these attacks.

Who is ZINC?

ZINC is a nation-state activity group that is highly operational, destructive, and sophisticated. Active since 2009, the activity group gained public attention in 2014 after a successful attack on Sony Pictures Entertainment. ZINC is known to employ a number of custom remote access tools (RATs), including those identified by Microsoft as FoggyBrass and PhantomStar.

ZINC seeks to coerce employees of companies it is attempting to infiltrate into installing seemingly benign programs or opening weaponized documents containing malicious macros.

To know more about Open Source Software(OSS), visit: https://brainly.com/question/4593389

#SPJ4

The first step in planning effective writing is to consider the _____.

Style
Audience
Purpose
Main Idea

Answers

Answer:

Main Idea

Explanation:

If you want to write effectively you need to know what your main point is and what you are going to say about it

can someone add more to my script
: teacher told me it was short

EXT. HOUSE - MORNING

One day, his family decided to go camping.
(John) was really excited to go and upon
reaching there.

EXT. FOREST - NIGHT

(John)
decided to make the vacation more
adventurous.

so we snuck out in the middle of the night to
walk in the forest.
But after a while, fear started creeping
into our minds.
So we decided it was enough and told (John) we
should head back.

EXT. SCARY FOREST - NIGHT
But after walking for some time
(John)
realized we were lost. We pancited and could not think
straight, we started shouting for help.

When no one responded, we decided to just sit through and wait.
After
several minutes, we heard a rambling in the trees only to
find out that his family had come looking for us.

We were really grateful upon seeing our family

Answers

Adding more to your script

EXT. HOUSE - MORNING

One day, his family decided to go camping.

(John) was really excited throughout the car ride to the campsite. He sang songs and kept on asking if they were there yet and upon reaching to the campsite, his excitement was doubled when he saw how beautiful the campsite was and just the very thought of camping there made him happy and excited.

EXT. FOREST - NIGHT

(John)

decided to make the vacation more

adventurous, he decided to go on a night walk and he asked me as well if we wanted to join him, though reluctant in the beginning, we decided to keep him company since we didn't trust him on his own, keeping into consideration how excited he was to be out camping.

so we snuck out in the middle of the night to

walk in the forest, the forest was pitch dark with only the flashlights in our hands and the moon giving us a little sight in the dark. As we moved further away from the campsite, the forest grew darker and denser. After a while, fear started creeping into our minds, even the noise made by the leaven when the wind blew was making us jump.

So we decided it was enough and told (John) we

should head back. Although, he wanted to explore more he agreed with us and we turned back to where we came from.

EXT. SCARY FOREST - NIGHT

But after walking for some time

(John)

realized we were lost. We panicked and could not think

straight, we started shouting for help. We shouted as much as our vocal cords could handle, we tried flashing our lights in every corner our vision could see.

When no one responded, we decided to just sit through and wait.

After

several minutes, we heard a rambling in the trees only to

find out that his family had come looking for us.

We were really grateful upon seeing our family

What is a script in programming?

A script in computer programming is a program or series of instructions that is read by another program and executed therein as opposed to the computer processor (as a compiled program is).

A computer language known as a script language is used to modify, customize, and automate the features of an existing system.Script languages are often runtime interpreted rather than compiled.

The primitives in a scripting language can be assembled into larger programs and are typically simple activities or API calls [clarification needed]. Scripts can automate a variety of environments, including operating system shells, embedded systems, websites, text editors, and computer games.

To learn more about scripts, use the link given
https://brainly.com/question/26121358
#SPJ1

When a company monitors their workers through the use of technology, they should do all of the following except:
Require workers to complete additional tasks.
Ensure monitoring is meaningful to the organization's mission.
Inform employees when and what is being monitored.
Capture qualitative inputs in addition to quantitative data.
Consider the privacy rights of individuals

Answers

When a company monitors their workers through the use of technology, they should do all of the following except Option A: Require workers to complete additional tasks.

How are employees monitored by businesses?

A lot of businesses are known to merely use monitoring software to keep track of their workers' work information, including their working hours, the amount of time they spend on tasks, whether they spend a lot of time sending social media messages, and other general data collection that enables them to enhance the workers' workflow.

Therefore, one can say that  Systems for tracking as well as for overseeing employees also fulfill other crucial functions. Their major objectives are to stop internal theft, assess staff productivity, check on the efficient use of business resources, and gather proof in case of future legal action.

Learn more about monitoring from

https://brainly.com/question/24112284
#SPJ1

ans as fast as u can important

Answers

1) User-generated content :

User-generated content, also referred to as UGC or consumer-generated content, is unique content created by customers specifically for a brand and shared on social media or through other channels. UGC can take many different forms, such as pictures, movies, reviews, a recommendation, or even a podcast.

2)Open Chrome on your Android device.

Reopen the tab.

Tap Settings next to "Discover." Switch on or off.

3)The speed at which the content on your page loads is referred to as page speed.

Site speed, which is the page speed for a representative sample of page views on a site, is frequently mistaken for page speed. Page speed can be measured in terms of "time to first byte" or "page load time," which measures how long it takes for a page to fully display its content.

Hence I believe i have answered all questions

To know more on page speed follow this link

https://brainly.com/question/26339742

#SPJ9

When do we use strings instead of numbers?
O When you need to do calculations
O To store large amounts of data
O To store words like someone's last name
O To hold integers
1 pts

Answers

We use strings instead of numbers to store large amount of data.

What is called Strings?

A string is sometimes implemented as an array data structure of bytes (or words) that contains a succession of elements, typically characters, using some character encoding. A string is generally thought of as a type of data.

What is data structure?

A storage that is used to store and arrange data is called a data structure. It is a method of setting up data on a computer to make it easily accessible and up to date. A data structure is used for more than just data organization.

When you want to store character data, you would use a String, and when you want to store numerical data that is between -2147483648 and 2147483648, you would use an int. Although a Sting may store a relatively high number of characters, it requires 2 bytes or 16 bits of RAM to store each character.

Hence, to store large amounts of data we use strings instead of numbers.

To learn more about the Data Structure from the given link

https://brainly.com/question/13147796

#SPJ9

MAKE A LIST OF 10 PROJECTS IN AI WITH SPECIAL EMPHASIS ON CV AND NLP​

Answers

Answer:Sentiment analysis for marketing, Toxic comment classification, Language identification, Predict closed questions on Stack Overflow, Create text summarizer, Document Similarity (Quora question pair similarity), Paraphrase detection task, Generating research papers titles, Translate and summarize news, RESTful API for similarity check

Explanation:

When a school has a faculty with varying levels of technology adoption and knowledge, what can they do within the school to help support others with using online classroom tools?
Run workshops led by teachers to increase the level of technology proficiency for less-skilled teachers
Remove less-skilled teachers from teaching roles until they have achieved a desired level of technology proficiency
Enforce an in-school teacher training curriculum with an exam to ensure all teaching staff have reached a desired level of technology proficiency
Send less-skilled teachers to basic computer training sessions provided by the local education authority
Identify coaches and mentors to work with those less comfortable with online technology

Answers

Answer:

Technology is the worst vote if agreed

Answer:When a school has a faculty with varying levels of technology adoption and knowledge, what can they do within the school to help support others with using online classroom tools?

Explanation:

what is the use of studying automata theory?

Answers

Answer:

Explanation:

the word automata comes from a Greek word which means 'self - acting'. it is the study of making abstract machines to solve computational problems. the use of studying theory of automata is hands on practice of making machines which consists of states and transitions and works on input symbols as arguments for taking the next transition to move into the next state. Studying automata theory helps us to understand the working and functionality of compiler construction, parsing, artificial intelligence as well as formal verification.

Part of delivering an effective slide presentation is making sure you present your material in a logical order. Before you begin to create your slides, what is one way to make sure your material is in a logical order on your slides?

Answers

For instance; You could use a masterslide, which is one of the many effective methods of ordering/numbering your slides as per your will, or in any other preferred arrangement/sequence

Presenting them in a way that is clear to the audience and in an ordered fashion

How to make a good presentation through slides ?

The following tips will assist you in creating a compelling and appealing slide deck for your upcoming presentation:

- Embedding information with a lot of text in multiple columns.
- Contrast fonts and font sizes to highlight points, and use color to draw attention to headings.

- Clear the clutter

- Organize your slides.

- Use diagrams to illustrate data

- Make illustrations, icons, and images.

- Make your presentations look consistent and uniform by using a PowerPoint theme.

hence, presenting them in a way that is clear to the audience and in an ordered fashion.

You can learn more presentation about from this link

https://brainly.com/question/28811011

#SPJ13

Other Questions
WILL GIVE BRAINLIEST PLEASE HELP !!You throw a baseball into the air with an initial vertical velocity of 19.62 m/s. If it takes 2.01 s for the ball to reach its maximum height, what is the maximum height of the baseball? 9. post test forces and montion James gently releases a ball at the top of a slope, but does not push the ball. The ball rolls down the slope. Which force caused the ball to move downhill? A. applied force B. drag force C. friction force D. gravitational force E. normal force science a bicycle has a momentum of 15 kg*m/s. what momentum would the bicycle have if it had 8 times the mass and was moving with 0.46 times the velocity? What is the simplified form of this expression? (x+y)(xy-3) Read the excerpt from "Tools of the Spymaster."General Gates' troops held their ground. Benedict Arnold, one of Gates' generals, argued for a counterattack that would smash the British force. Gates, outraged that Arnold would challenge his order, took away his command. But the rash Arnold saw a chance to strike a crucial blow. He galloped through the crossfire of both armies, inspiring his men. A bullet struck his leg, but he rode on, leading the final assault that shattered the British fortifications. If he had died of his wounds that day, Arnold would be remembered as one of the great heroes of the Revolutionary War.The authors main purpose in this excerpt is todescribe to the reader a brave act by a historical figure.illustrate to the reader the dangers of questioning orders.persuade the reader that challenging orders is heroic.show the reader how violent the Revolutionary War was. during oxidative phosphorylation, why does a single molecule of nadh result in the production of more atp molecules than a single molecule of fadh2? hiv is the virus that causes aids. in the mid-1990s, researchers discovered an enzyme in hiv called protease and began looking for drugs that would fit into the active site and block it. if this strategy for stopping hiv infections were successful, it would be an example of what phenomenon? a contract consists of a series of statements called: the id50 of francisella tularensis is 1, while the id50 of mycobacterium tuberculosis is 10. which bacterium is more infectious? In the story The work you do, the person you are by Tony Morrison Which detail about the authors house cleaning job stands out? 2. The effect of earth's rotation on the direction of winds and currents is called the Simplify 5(2x-3)-2(3x-8) normally counters are retentive. this means that if your accumulated count is up to 300 and power to your system is lost, when power is restored the a How did Chicagos Black Renaissance promote the study of Black History? the nurse is caring for a client immediately following paracentesis. which post-procedure finding will cause the nurse to be most concerned? For managers, the importance of maslows contribution is that he showed that workers. Which ordered pair in the form (x, y) is a solution of this equation? x+6y=9 (4.1) (2,1) (12,2) (-3,2) Melissa is planning on implementing biometric authentication on her network. Which of the following should be a goal for any biometric solution she selects?A. High FRR, low FARB. High FAR, low FRRC. Low CERD. High CER in addition to the static nature of the pestel, porter's five forces, and strategic group mapping frameworks, what is their other shortcoming? calculate the likely number of poles if the machine is not operating significantly from the synchronous speed.