You are writing an algorithm and want to tell the computer what to do if the user does not perform an action. Which type of statement should you include in your algorithm?

Answers

Answer 1

Answer:

If-else statements.

Explanation:

If-else statements, also know as selection statements help computer programs make dicision on how to handle different events or inputs.

pseudo code will look something like this:

if (condition):

do 1, 2, 3, ...

else:

do 4, 5 , 6, ...

Answer 2

If-else statements, also know as selection statements help computer programs make dicision on how to handle different events or inputs.

What is Algorithm?

In either hardware-based or software-based routines, algorithms function as a detailed sequence of instructions that carry out predetermined operations sequentially.

All aspects of information technology employ algorithms extensively. A simple technique that resolves a recurring issue is typically referred to as an algorithm in mathematics and computer science. Algorithms are essential to automated systems because they serve as specifications for processing data.

An algorithm may be employed for simple tasks like sorting lists of numbers or for more challenging ones like suggesting user content on social media. The starting input and instructions for an algorithm's computation are often provided.

Therefore, If-else statements, also know as selection statements help computer programs make dicision on how to handle different events or inputs.

To learn more about Statement, refer to the link:

https://brainly.com/question/2285414

#SPJ7


Related Questions

IF YOUR ANSWER IS GOOD I WILL MARK BRAINLIEST PLEASE ANSWER!!!
You have recently given an interview and you wish to write a follow-up letter to the company. Create an interview follow-up letter by making use of the word processing software templates available on your computer. Write down the steps you took to complete this activity. ​

Answers

Answer: You must have the right soffware  have the right research and have the right website.

Explanation: You need the right website or you interview will be messed up.

Determine if the sequence below is arithmetic or geometric and determine the common difference / ratio in simplest form.
64,8,1

Answers

Answer:

Geometric sequence.  ratio = 1/8

Explanation:

64*(1/8) = 8

8*(1/8) = 1

Question 60 : Bruce is considering the acquisition of a software testing package that allows programmers to provide their source code as input. The package analyzes the code and identifies potential security issues without executing it. What type of analysis is Bruce performing in the given scenario

Answers

The type of analysis is Bruce performing in the given scenario above is Dual control.

Why the use of dual control?

The scenario above is dual control that is often called a two-person control. This is often done when carrying out a sensitive work such as logging onto the payment system.

Conclusively, It is known to need some level of cooperation from 2 people and the separation of duties helps both people to carry out  two actions that, are said to be combined.

Learn more about Dual control from

https://brainly.com/question/26449302

#SJ1

Hey does anyone know what this screen is? Kinda like a transparent window and I can't close it out or do anything to make it go away. Does anyone have this kind of problem that knows how to make it go away or has had the same problem?

Answers

Answer:

I can’t see the full screen but maybe you can shut your iPad down completely and then open it again?

Yuki is preparing to write a research paper for his english class. which style guide would be best for him to use? american psychological association (apa) associated press (ap) chicago manual of style (cmos) modern language association (mla)

Answers

The style guide that would be best for him to use is modern language association (mla). Check more about below.

What is Modern Language Association?

This is known to be a kind of Professional association known as the mla.org.

Conclusively, Note that the Modern Language Association of America is known to be a an found  in the United States that is made for scholars of language and literature and thus will be good for Yuki in his work.

Learn more about Modern Language Association (MLA) from

https://brainly.com/question/26110488

Answer:

D. Modern Language Association (MLA)

Explanation:

Correct on Edge

What is the topic of the e-mail? what is the purpose of the e-mail?

Answers

Answer:

What email are you talking about?

Answer:

A social concern

To persuade

Explanation:

adds and removes printers or fax machines using add printer wizard

Answers

Answer:

1.Adds and removes printers or fax machines using add printer wizard.

2.Customized elements for pointing device.

3.change or customized how folders behave in windows.

4.creative things for managing power options on your computer.

5.configure our customized options for dialing with connected phone or modem device.

6.make windows more accessible for people with physical challenges or disabilities.

7.change screen appearance.

8.setup how taskbar or start menu appears or behaves.

9.provide system information and advanced settings.

10.configure network adapter cards, services and protocols or join workgroup/domain.

Explanation:

What two attribute values from the output from q. 3 should a system administrator be monitoring constantly in order to avoid being surprised by a system crash

Answers

A system administrator should be monitoring constantly in order to avoid being surprised by a system crash is a true statement.

What is system monitoring?

System monitoring is known to be a term that entails the constant monitoring of  an IT system such as a imputer by a IT specialist or manager.

Note that the work of monitoring is made up of looking at the CPU, server memory, routers, etc. and making sure everything is all right and working well.

Learn more about  system crash from

https://brainly.com/question/17463486

C supports multiple inheritance which allows you to compose a child class from multiple parents. Group of answer choices True False

Answers

False!
C is a language that isn’t object-orientated, and therefore does not have polymorphism or inheritance.
C++, however, does.

What would be the key steps to consider if you are thinking about renting your facility to a potential user for an event

Answers

The key steps to consider in renting facility to a user is that there should be  Rental agreement, see personnel needs, follow guidelines of government etc.

What is Facility Management?

Facility Management is known to be the primary purpose to making sure that a facility is handled or run well and smoothly. It should also be safe for its intended use.

Note that in renting a place out, one must look at the Rental agreement so as to know what to do and one should also follow the guidelines set by government standards and handle any form of legal issues.

Learn more about event from

https://brainly.com/question/25821071

Which word describes an important characteristic of good computer
algorithms?
A. Lengthy
B. Complex
C. Literal
D. Numerical

Answers

Answer:

D. Numerical

Explanation:

Computers software are made up of numbers and calculations making this the most likely answer for you're question.

Numerical word describes an important characteristic of good computer algorithms.

What is Numerical algorithm?

Designing shapes (such as those for cars, planes, and fonts) and computing requirements for displaying graphics, animating moving objects, studying the spread of diseases.

It  simulating the orbits of planets and satellites, supporting search engines like  and many other applications of mathematics are all made possible by numerical algorithms.

We will examine a variety of these issues in this course and discover how to create precise and effective numerical algorithms to address them.

Therefore, Numerical word describes an important characteristic of good computer algorithms.

To learn more about Algothirm, refer to the link:

https://brainly.com/question/22984934

#SPJ7

Which response best completes the following IF-ELSE statement?


IF the answer is greater than 100, THEN say "You have won the game!", ELSE say "________"


Congratulations!

Try again!

You have the highest score!

You made it to the next level!

Answers

Answer:

Congratulations!

Explanation:

Kenneth wants to create a custom object for a specific programming task. He has defined the custom object by creating it as an object literal. Kenneth should store the properties of the object within a comma-separated list of _____ pairs enclosed within a set of curly braces.

Answers

Answer:

name:value

Explanation:

Q:

Kenneth wants to create a custom object for a specific programming task. He has defined the custom object by creating it as an object literal. Kenneth should store the properties of the object within a comma-separated list of _____ pairs enclosed within a set of curly braces.

A:

name:value

quizlet

What software quality metrics would you use to measure software maintainability, how would you use them, and where in the project life cycle would you use them

Answers

Answer:

V is the average Halstead Volume per module.

G is the average Cyclomatic Complexity per module.

L is the average number of Source Lines of Code (SLOC) per module.

C is the average number of comment lines per module

Explanation:

The network security team of a company wants to reduce the system attack surface to limit the ways an attacker can connect to the network. How can the team achieve this to harden the network

Answers

Answer:

Disable unused IP ports Close unused device ports

Explanation:

The network security team of a company wants to reduce the system attack surface to limit the ways an attacker can connect to the network. How can the team achieve this to harden the network? (Select all that apply)

✓ Disable unused IP ports Close unused device ports

Antonio is responsible for tuning his organization's intrusion detection system. He notices that the system reports an intrusion alert each time that an administrator connects to a server using Secure Shell (SSH). What type of error is occurring

Answers

Intrusion alert is the motion detection technology and the alert with the connection to the server is given as the false positive error.

What is an error?

An error is given as the condition of the wrong conduct to the result. The development of the error alarms about the correction that is to be introduced in the system.

For the intrusion alert the alert has been the positive signal; however, the alarming with the development of signal from server is the example of the false positive error.

Learn more about error, here:

https://brainly.com/question/13286220

#SPJ1

You suspect that a bad video driver is causing a user's system to randomly crash and reboot. Where would you go to identify and confirm your suspicions

Answers

The area of the system that you need to go to identify and confirm your suspicions is Dump files.

What is a dump file?

Memory Dump Files  is known as .dmp files. They are called the  the quick shots of a specific memory  of a program that is often taken at a particular point in time, such as in a crash.

Note that Dump files are also called special type of files that saves information regarding your computer such as the video crash. So the right place to check is the dump files.

Learn more about video driver from

https://brainly.com/question/13835124

When you create a custom object using an object literal or by applying the new Object() command, you create a subclass of the _____.

Answers

When a user creates a custom object using an object literal or by applying the new Object() command, he or she is creating a subclass of the base object.

What is a base object?

A base object can be defined as the basic and fundamental JavaScript object whose methods are generally available to every other object.

In Java programming, a prototype chain is used to create the hierarchy of object classes typically ranging from the base object class (superclass) down to the subclasses (lower classes) in the chain.

In conclusion, a user is creating a subclass of the base object when he or she creates a custom object using an object literal or by applying the new Object() command.

Read more on object class here: brainly.com/question/20264183

The analysis tools associated with the ________ subsystem include query-by-example and structured query languages (SQL). data manipulation application generation data administration attribute analysis

Answers

Answer:

it is the mouse or software

Which contributions did johannes kepler make? select three options. he revived aristotle’s model of the solar system. he solved ptolemy’s model by proving elliptical orbits. he proved galileo’s calculations were incorrect. he determined that planets move faster when closer to the sun. he discovered laws of planetary motion.

Answers

Answer:

2

4

5

Explanation:

Kepler's laws of planetary motion are rules that describe how the planets move within the solar system in astronomy and classical physics.

What is Planetary motion?

The  astronomer Tycho Brahe made observations in the 16th century, and these observations were analyzed by the German astronomer Johannes Kepler, who announced his first two laws in 1609 and a third rule nearly ten years later, in 1618.

Kepler never assigned a number to these rules or made a clear distinction between them and his other discoveries.

According to Newton, the motion of bodies subject to central gravitational force need not always follow the elliptical orbits specified by Kepler's first law but can also follow paths defined by other, open conic curves.

Therefore, Kepler's laws of planetary motion are rules that describe how the planets move within the solar system in astronomy and classical physics.

To learn more about Planetary motion, refer to the link:

https://brainly.com/question/3488967

#SPJ5

1. How has technology changed the way children and teenagers learn communication skills?
2. Many interview advisors suggest things like looking a person in the eye, nodding and smiling to show you're paying attention, and repeating what you've heard and summarizing, etc. What is Headlee's perspective on that advice, and what does she argue to support her point?
3. How could you use Headlee's advice in a professional interview setting? What is the implication of having you watch a video that emphasizes listening and having a conversation instead of "performing" in an interview?
4. What clubs, organizations, or competitions are available nearest to you? How would participating in them help you if you were pursuing a career in cybersecurity? Make sure to include at least one "club" or professional-focused organization and one "competition" in your answer, and spend a sentence or two describing the organization (e.g., its goals, mission, or objectives).
5. How would participating in such an organization promote responsibility?

Answers

Technology has changed the way children learn communication skills as it has made children to have an  easier, quicker, and better communication efficiency.

How does technology influence children's communication skills?

The use of technology by children  has made it a lot more easier conversations as they now have a good and better communication skills and it has lead to more socio-emotional intelligence of these children.

Therefore, Technology has changed the way children and teenagers  learn communication skills as it has made children to have an  easier, quicker, and better communication efficiency and thus makes them a better speaker.

Learn more about technology from

https://brainly.com/question/25110079

#SPJ1

why where the computer viruses developed​

Answers

Answer:

because it disguises itself so it can get into your cpu

Explanation:

Answer:

Computer virus was develop to steal users' information, processing power and privacy

You are hired as a security advisor to the software development team at ABC corporation. The team aims to develop a new electronic commerce platform. Use a table to identify the possible abuse cases and security requirements and necessary at the requirements phase of the development of the proposed software

Answers

Answer:

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software technology

Explanation:

Productivity software has been used for a number of years. Recent advancements in productivity software technology have made _____ among multiple users all over th…

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software techn…

See more

who is the best valorant character

Answers

Answer:

Chamber

Breach

C tier

Explanation:

What's the differences between jojoy and moddroid???

Answers

Answer:

?

Explanation:

_____ allows a function or operator to perform different tasks depending on the types of the arguments or operands. Group of answer choices Static typing Type declaration Polymorphism Prototyping

Answers

Polymorphism allows a function or operator to perform different tasks depending on the types of the arguments or operands.

What does polymorphism helps?

Polymorphism is known to be that which helps its users to be able to carry out one action in a lot of ways that is many forms.

Note that Polymorphism allows a function or operator to perform different tasks depending on the types of the arguments or operands and thus makes one to work faster.

Learn more about Polymorphism from

https://brainly.com/question/20317264

#SJ1

What does this artwork remind you of a dream? i will mark Brainly who ever is first!

Answers

Answer:

Explanation:

this reminds be of a dream i had where i was a human swimming underwater then i just randomly turned into a fish. there is mor ebut i dont feel like explaining it.

How is a transaction verified on a cryptocurrency network?.

Answers

Answer:

By being a part of a block to a block chain and each block in the block chain is precisely connected to the block that was before it.

Explanation:

I Hope This Helps You

________ a Web site means to take extraordinary measures to reduce a system's vulnerability using special versions of the operating system. Spoofing Pretexting Hardening Phishing

Answers

HARDENING

Hardening a site means to take extraordinary measures to reduce a system's vulnerability using special versions of the operating system.

:)

The owner of a clothing store records the following information for each transaction
made at the store during a 7-day period.
.
. The date of the transaction
• The method of payment used in the transaction
• The number of items purchased in the transaction
• The total amount of the transaction, in dollars
Customers can pay for purchases using cash, check, a debit card, or a credit card.
Using only the data collected during the 7-day period, which of the following
statements is true?
The average amount spent per day during the 7-day period can be determined by sorting the

Answers

The  statement that is true is the total number of items bought on a specific date can be known by searching the data for all transactions that took place on the said date.

Why the above reason?

The reason why one should use the total number of items gotten on a specific date can be known through by searching the data for all transactions that took place on the said date and then add up all the values of items bought for all matching transaction.

Note that by doing so, one can be able to know the  transactions that has been made at the store during a 7-day period.

Learn more about store records from

https://brainly.com/question/14337937

Other Questions
In the context of the story, the excerpt is ironic because billy's father is actually a very good baseball player. named his son after a baseball player. stayed away from the playoffs. is more concerned about the family's vacation. Algebra 20 points please help. (Polynomials) Why did the us not ratify the treaty of versailles. What percentage of the united states population is african-american?. Read the excerpt from "Protecting the Great Barrier Reef."The good news is that steps are being taken to manage this problem. Responsible farming practices help minimize harm to the Great Barrier Reef. It is important that fertilizers and pesticides are used properly. Equally important is using less of them and only when necessary. It is also important for farmers to learn how to properly manage and avoid soil erosion. The Queensland Farmers' Federation is an organization of 2,600 farmers who have land along the Great Barrier Reef. They have joined together to work towards better land management practices. This sort of action is vital to the ongoing protection of the Great Barrier Reef.Select the evidence from the excerpt that best supports the idea that farming practices help minimize the harm to the reef. They have joined together to work towards better land management practices. It is important that fertilizers and pesticides are used properly. This sort of action is vital to the ongoing protection of the Great Barrier Reef. The good news is that steps are being taken to manage this problem. 1) Which expression is equivalent to6(x + 7) + 3x?A) 9x + 7B 9x + 139x + 4245x need help now lol!!! How can knowing the formula for the area of a circle help you to remember the formulas for the volume of a cylinder and the volume of a cone? please im so confused and lazy With an extinction rate of 100 e/msy and an estimated 10 million species, how many extinctions are expected to occur in a century?. Select all of the sets of measurements that can form a triangle.35, 15, 13090, 3 inches, 7 inches70, 70, 7017 inches, 8 inches, 2 inches5 inches, 6 inches, 7 inches whats the diffrnece between MRNA and ATP What was the course ofaction of the U.S.government until forcedinto the Great War?A. to follow the lead of Great Britain aslong time trade alliesB. to follow the desire of the Americanpeople tostay out of the conflictC. to come to the aide of Great Britainand France Find the amount you would pay for a jacket that costs $52 that is advertised at 25% off. Which statements describe the Stonewall Riots of 1969? Who wins, Gigantosaurus or Tyrannosaurus Rex According to Dr. Ridel's Levels of Critical Thinking in Chapter 1, what level of critical thinking applies to your current status? A room is 3m high and has a volume of 60m3 calculate area of floor of the room CAN YOU PLEASE HELP ME(GIVING BRAINLIEST) NEED TO GET QUISTION CORECT FOR GOOD GRADE The production possibilities curve is bowed out (curve) because A. as the price of a good increases, the quantity supplied increases. B. as production of one good increases, the opportunity cost remains constant. C. as production of one good increases, the opportunity cost increases. D. as the price of a good increases, the quantity supplied decreases.