What is an Algorithm? (might not be in the chapter text). Give an example.

Answers

Answer 1

Answer:

The answer to this question is given below in the explanation section.

Explanation:

An algorithm is the list of a finite set of instructions and rules that a computer needs to do to complete a task in order to solve a problem.

In short, an algorithm is a series of instructions that are implemented step by step to solve a problem. For example, you could consider a pizza recipe an algorithm for making a pizza in an everyday life routine. But when you are talking about using algorithms in computation and in mathematics. It means that solving a problem using a series of steps step by step.

For example, your everyday tasks aligned on a google calendar and remind you about your tasks using the alarm, etc- how to implement this using set of instructions and rules- is an algorithm.

Solving a quadratic equation is another example of an algorithm.

Binary search, array sorting are an example of an algorithm in computation. Because these algorithms based on the execution of step-by-step instruction to solve a problem such as sorting a list of numbers etc.  


Related Questions

PLS HURRY!
Which steps are used to view and delete the macros that have been enabled in a workbook?


Press Alt+F8, select the macro to be deleted, and press Delete.

Under the Developer tab, click the Macros button in the Code group, select the macro to delete, and press Delete.

Press Alt+F11, click Tools, and select Macros; then, select the macro to delete and press Delete.

All of the options listed are correct.

Answers

Answer:

D. All of the options listed are correct.

Explanation:

A macro, in excel sheet, is an action or series of action that repeats the keystrokes or mouse actions as many times as one wants. To view macro, shortcut key is to Pres Alt+F8; to delete, one needs to select the macro one wants to delete and press Delete button.

The another way to view macro is to go to the Developer tab, and select the Macro option in Code group. And, then select macro need to delete, and press Delete button.

Another shortcut is to press Alt+F11, and click  on Tools tab, click on Macros and then select macro need to be deleted, and press Delete.

So, all the options stated above are correct.

Therefore, option D is correct answer.

What are the advanced file and folder search commands?PLEASE GUYS ITS IMPORTANT

Answers

Answer:

bro aur shish if you play free fair please send me a lot as gift to m winner 4545

Which of these software license types permits other people to modify the
programming code to create their own customized versions?
Choose the answer.

open source

shareware

commercial

freeware

Answers

Answer:

The answer to this question is given in the explanation section:

Explanation:

The correct Answer is : Opensource

Now lets talk about each option

Opensource: These are software whose code is available on internet and anyone can modify it and distribute it. They are usually under GNU or OSD compliance license.

Shareware: These are software which are freely available for some time.

commercial: These are software which has its own license and used commercially. They require payment to use.

Freeware: They are free to use.

Answer:it is Opensource i just took the test

Explanation:

1. What is output to the screen by the following code?
int n= 10;
while (n > 0)
{
n--;
System. out. print (n%4 +
"");
a. 210.32 10321
b. 210321032
C. 1032103 210
d. 103 2 10321
e. 12 30 1230 12

Answers

Answer:

B is going to be your answer

Explanation:

Which online note-taking device allows students to clip a page from a website and reuse it later?

web clipping tools
electronic sticky notes
offline data storage sites
online data storage sites

Answers

Answer:

The answer is A.) web clipping tools.

Explanation:

Cuz like yeah

Answer: WEB CLIPPING TOOLS

Explanation:

Program a substitution cipher in Python. Create 2 functions one for encryption and the other for decryption ( get the text as the parameter).

Answers

alphabet = "abcdefghijklmnopqrstuvwxyz"

def encrypt(txt):

   shift = int(input("Enter the shift: "))

   new_txt = ""

   for x in txt:

       if x in alphabet:

           if alphabet.index(x)+shift >= len(alphabet):

               new_txt += alphabet[(alphabet.index(x)+shift - len(alphabet))]

           else:

               new_txt += alphabet[alphabet.index(x)+shift]

       else:

           new_txt += x

   return new_txt

def decrpyt(txt):

   shift = int(input("Enter the known shift: "))

   new_txt = ""

   for x in txt:

       if x in alphabet:

           new_txt += alphabet[alphabet.index(x) - shift]

       else:

           new_txt += x

   return new_txt

print(encrypt("yellow dog."))

print(decrpyt("lryybj qbt."))

My code works with lowercase text only. If you need me to modify the code, I can do that. I tested my code with a shift of 13 in both the encryption and decryption. I hope this helps!

Which line correctly starts the definition of a class named "team"?


class team:

def team():

class team():

def team:

Answers

Answer:

A

Explanation:

The line correctly starts the definition of a class named “team” is the class team:. The correct option is A.

What are the definitions?

The definition is the precise explanation of a word, particularly as it appears in a dictionary. Meaning provides a broad explanation of a word or topic. The primary distinction between definition and meaning is this. Understanding what a term implies is made possible by both its definition and its meaning.

When we write a definition of a word. The word is written before, and it is written with a colon sign. The word is only written and after the word place colon, then the definition of the word.

The definition of the word team is a collection of people who cooperate to accomplish a common objective.

Therefore, the correct option is A. class team:

To learn more about definitions, refer to the link:

https://brainly.com/question/23008740

#SPJ2


Select all the ways in which business professionals might use a spreadsheet in their jobs.
editing graphics
creating a graph for a presentation
tracking financial information
organizing numeric data
conducting a query
making calculations
writing business letters

Answers

Answer:

By making calculation.

Explanation:

Because spreadsheet is a calculation type software.

Need help on this it’s the last one I need

Answers

Design a ringtone like it says

Franklin has a photographic assignment, and he needs to print some photographs using Adobe Photoshop. Which feature will help him see the
printed version of the document on the screen before he actually prints it?
The
feature in Photoshop will help Franklin see the printed version of the document on the screen before he actually
prints it.

Answers

Answer:

print preview

Explanation: i got it correct in plato

Answer:

print preview

Explanation:

on plato/edmentum

What are the main security weaknesses of coaxial cable, twisted pair cable, and fiber optic cable? How might the router itself be a security risk, even if you were using UTP/STP cabling that was insulated to prevent electromagnetic radiation leaks that could be eavesdropped on? What steps might you take to improve security for cabled networks?

Answers

Answer:

Answered below

Explanation:

Coaxial cables weaknesses include; fluctuation of speed during heavy use, leaks at the point of connection and signal loss over long distances. Twisted pair cables are not durable enough and are susceptible to interference. Fibre optic cables are costly and need expertise to install.

Hacked or compromised routers can be infected with malwares that reroutes users to spam sites and also to ddos attacks.

Steps to protect cable networks include; network encryption, physical security, VPN usage, updating networks, auditing and mapping.

How does applying Fontworks effects to text on an advertising flyer change the text?
O The text cannot be resized.
O The text is shown as an object.
O The text cannot be edited
O The text is permanently in its current location.

Answers

Answer:

A

Explanation:

Applying Font works effects to text on an advertising flyer changes the text is, the text cannot be resized. The correct option is A.

What is fontwork?

Font work shape: From the expanded toolbar, select a shape to alter the shape of the currently selected object. The Shapes toolbar's extended menu.

You can design graphical text art items using Font work to add appeal to your work. You have a lot of options because there are numerous parameters for text art items (including line, area, position, size, and more).

You'll undoubtedly discover one that works for your paper. adjusts the object's character height. Changes between all letters being the same height and regular height (some characters being taller than others, such as capital letters, d, h, and l). Right: the same letter heights as the letters on the left.

Therefore, the correct option is A, The text cannot be resized.

To learn more about fontwork, refer to the link:

https://brainly.com/question/10130609

#SPJ5

Write the name of frequently used programs from the start menu of your computer?

Answers

Answer:

the browser, the setting

From the Start menu in Windows, one can find a list of all programs installed on their PCs and still see a list of frequently used programs.

Windows frequently used Program feature.

The frequently used program feature is very noticeable in windows seven at the bottom Left upon clicking on the start menu.

On my PCs, I have Word processor, Presentation, and Explorer as frequently used Programs.

Learn more about Computer Features here:

https://brainly.com/question/26670257

#SPJ2

How can data consolidation be helpful? Check all that apply
•It can set up automatic updating of data within one worksheet.
•it can summarize data from worksheets in different workbooks.
•it helps to summarize data from worksheets that are not identical.
•it combines data from multiple sheets to create one concise table.
• it summarizes data based on how many rows and columns have values.

Answers

Answer:2,3, and 4

Explanation:

Answer:

2,3,4

Explanation:

The question of ________ arises when considering the way in which online marketers gather consumers’ information over the Internet without their consent.
() Research
() Theories
() Science
() Ethics

Answers

Answer: Ethics

Explanation:

PLEASE HELP!!
Low-level programming languages are used to write code to control the computer's hardware.

True

False

Answers

Low-level programming languages are used to write code to control the computer's hardware is true.

What is Low level programming?

A high-level language (HLL) is a programming language, like C, FORTRAN, or Pascal, that allows programmers to create applications that are mostly independent of a certain kind of machine.

Because they are further away from machine languages and more similar to human languages, these languages are regarded as high-level.  A high-level programming language in computer science is one that strongly abstracts from the specifics of the computer.

When compared to low-level programming languages, it may use natural language elements, be simpler to use, or automate (or even completely hide) important components of computing systems (such as memory management).

Therefore, Low-level programming languages are used to write code to control the computer's hardware is true.

To learn more about programming, refer to the link:

https://brainly.com/question/11023419

#SPJ2

Help! Computer Science Discoveries. Hurry its timed

Answers

Answer:

1. categories

2. character

3. code

4. portrait

5. conversation

6. stage

7. Landscape

8. backdrop

Explanation:

I'm not sure what "a visual programming language for children" would be, sorry about that, and sorry if these are wrong .-

Ivan wants to have code in a game that will make it possible to change the speed of a swimmer in the game. Which of these does Ivan need?

A.
a Boolean value

B.
output

C.
a variable

D.
a database

Answers

Answer:

C. Variable

Explanation:

I hope it helps


Select the correct answer from each drop-down menu.
Jeff writes a blog on digital photography. His most recent post was about visual artifacts. Identify the visual artifacts in the sentences below.
. A visual artifact of digital projectors is called
An inappropriate color difference in an image is called

Answers

Answer:

Screen-door effect

Explanation:

Answer:

An inappropriate color difference in an image is called: image noise

A visual artifact of digital projectors is called: fixed-pattern noise

Explanation:

trust me

Which phrase best describes a scenario in Excel 2016?


A. a type of what-if analysis that allows a user to define a single variable for a single function or formula

B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas

C. a type of chart analysis that allows a user to predict outcomes using data

D. a type of chart analysis that allows a user to set predetermined outcomes using data

Answers

A phrase which best describes a scenario in Microsoft Excel 2016 is: B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas.

What is Microsoft Excel?

Microsoft Excel simply refers to a software application that is designed and developed by Microsoft Inc., for analyzing and displaying spreadsheet documents, especially by using rows and columns in a tabulated format.

The types of function in Microsoft Excel.

In Microsoft Excel, there are different types of functions which are referred to as "predefined formulas" and these include the following:

Sum functionMaximum functionAverage functionCount functionIF functionMinimum function

In conclusion, Microsoft Excel 2016 is designed and developed by Microsoft Inc., as a type of what-if analysis which avail its end users to use multiple variables in defining multiple functions or formulas.

Read more on Excel function here: https://brainly.com/question/14371857

#SPJ1

ASAP
Which of the following is best described as a network that covers a large geographic area (such as a city, country, or the world) using a communications channel that combines many types of media such as telephone lines, cables, and radio waves.
LAN
WAN
W.W.
WLAN

Answers

either LAN or WLAN but i’m pretty sure it’s LAN. hope that narrows it down a tiny bit

How can reviewing a completed test prior to submitting it help you to earn the most points possible?

Answers

The act of reviewing a completed test prior to submission is usually called double - checking. This involves checking through selected answers that have been picked prior to making submission.

This action will help to check for possible errors which could have been made unknown to the user, Hence, errors committed by mistake.

Hence, a review of a completed test or assessment would help check for potential errors which could prove costly and hence, leading to more earned point in total.

Learn more :https://brainly.com/question/20194760

can someone help meeeeeeeee please

Answers

Answer:

Option 1 maybe

Umm try to see if it’s 2

Has this app helped anyone else so much? like bruh I can find almost all the answers in here.​

Answers

Answer:

I don't start class until January, so I've just been answering lol

why did the boy run from the pillow...... wrong answers only

Answers

He thinks there is a demon hiding innit thus, he runs and calls his mom. His mom says "Jimmy there's nothing in that pilow young man!" Jimmy walks back to his room scared if its still there. He hops into bed hoping that he can get a good nights rest. The next day, Jimmy asks if he can go buy another pillow. His mom says "As long as it makes you feel safe then ok." Young Jimmy, jumping in excitement, goes to the checkout zone to buy his new pillow. When they get home, Jimmy and his mom eat dinner and then head for bed. Jimmy hops into bed and knows that everything will be ok. The end.

edhesive: 2.5 Code Practice answer

Answers

Answer: can you tell me what you need help with

Explanation:thank you

Answer:

import random

a = random.randint(1,10)

b = random.randint(1,10)

answer = a * b

print (str(a) + " * " + str(b) + " = " + str(answer))

Explanation:

Hope this helps!

The smallest unit of a spreadsheet, and it is formed by the intersection of a row and a column.

a
Workbook
b
Cell
c
Pointer
d
Ribbon Tabs

Answers

The answer would be: B. Cell

can some one please help

Answers

Answer:

i will try other questions too

Why operating system is important software for computer. give any five reasons.

Answers

Answer:

The description of the discussion is summarized throughout the explanation segment elsewhere here.

Explanation:

The operating quality would be an essential technology running on a computer. It maintains the recent memories but instead mechanisms including its desktop, along with all the latter's hardware as well as software components.  Perhaps it facilitates communication with your device without learning how to read your device's dialect.  

Which programming language's program structure is similar to its syntax?
O A. Java
OB.
B. Python
Ос. .
PHP
OD. LISP

Answers

Answer:

I believe it is java.

Explanation:

Other Questions
Help please! ASAP!!!!!!!!!!!!!!!!!!!!!!!!!!!! For each historical event, make sure to include: the exact date for every event a quick 2-3 sentence summary The impact of the event in Europe (2-5 sentences)ALL OF THESE SHOULD BE DONE.ANY QUESTIONS PLEASE ASK RIGHT AWAY THIS IS ASAP AND ALSO WRITW EVERYTHING IN YOUR OWN WORDS THANKS1. Treaty of Versailles2.Russian Revolution (19173.Armistice Day4.Beer Hall Putsch5.Creation of the USSR 6.Dust Bowl 7.Stock Market Crash8.Burning of the Reichstag9.Founding of the Nazi Party10.Hitler Appointed as Chancellor of Germany11.Mein Kampf published12.1936 Berlin Olympics13.Night of Long Knives is interesting14.Annexation of Austria by Germany15.The Nuremberg Laws16.Kristallnacht 17.The opening of Auschwitz18.The first concentration camp: Dachau19.Potsdam Conference20.Start of the European Union21.Building of the Berlin Wall22.Space Race23.Korean War24.Berlin Airlift25.Fall of the Berlin Wall26.Reunification of Germany/Berlin27.End of the Soviet Union28.Red Scare29.Gulf War30.End of Warsaw Pact Which expression shows the correct way to find the distance between (18,20) and (32, 16) find the missing side. .I NEED ANSWERS NOW PLEASE HELP!!!!!Based on the video that you just watched, list reasons why the Hebrew Bible is important to history and religion, Need help in math hurry 5 minute speech about gun violence got stuck on this problem plz help Kids write a letter to the Kings with a list of presents they want for Christmas. Jada has pennies and nickels that add up to more than 40 cents. She has fewer than 20 coins altogether. If x is the number of pennies and y is the number of nickels, write a system of inequalities that represents how many pennies and nickels that Jada could have in this form(example): 3x+4y>6and2x-3y 3. Social media has played an instrumental role in getting students more involved in activist movements such as BLM. Multiple lines between two atoms in a covalent lewis dot diagram mean:A That there are more atoms involvedB That multiple electrons are shared between the atomsC That the atoms are not bondedD That the bond is easier to break A unit rate is a ratio in fraction form that has a _______of 1 Use the number line to determine the sum -7 + 10 Read the excerpt from the article "The Impact of Boating:"Containers, plastic bags, and fishing line are examples of some of the trash floating in waters around the U.S.Which of the following sentences paraphrases this excerpt correctly? Containers, plastic bags, and fishing line are examples of trash floating in large bodies of water. Containers, plastic bags, and fishing line are examples of trash discarded by people daily. In waters surrounding the U.S., there are many plastic items and other harmful garbage present. In waters surrounding the U.S., containers, plastic bags, and fishing line are floating along. Someone plssss help me Im in the middle of a test and imma fail this class if I dont get an a or b Mason has 18 raisins Josh has 20 more raisins than Mason Zach has 22 more raisins than Josh How many raisins do Josh and Zach each have ? 97Which of the following pairs of values for x and y wouldjustify the claim that the two triangles are congruent?O x=3, y = 11O x=5, y=5O x = 7, y = 9O x = 9, y = 72x + 3y-4 For a treasure hunt game, 300 balls are hidden. Of the balls that are hidden, 40% of them are yellow and the rest are white. Sallys team finds 20% of the yellow balls and 80% of the white balls. How many balls did Sallys team find? Land covers more than one-half of the earth.True False