Edhesive 8.7

Use the following initializer list:
w = ["Algorithm", "Logic", "Filter" "Software"
"Network", "Parameters" "Analyze", "Algorithm", "Functionality", "Viruses"]

Write a loop to print the words that start with "A"

Answers

Answer 1

w = ["Algorithm", "Logic", "Filter" "Software"

"Network", "Parameters", "Analyze", "Algorithm", "Functionality", "Viruses"]

for x in w:

   if x[0] == "A":

       print(x)

We check to see if a word begins with "A" and if it does, we print it to the console.


Related Questions

How do I convert years to days on Python. For example, if I were to enter 3 years it should output "You are 1095 days old".

Answers

years = int(input("Enter the # of years: "))

print("You are "+str(years*365)+" days old")

I wrote the code in python 3.8. I hope this helps!

The extension on the end of a file name will tell you what format the file is.
O True
O False

Answers

The answer is true

The .whatever tells you what format the file is

The extension on the end of a file name will tell you what format the file is True statement.

What is a file file extension?

A file extension is known to be a kind of file name extension that is said to often ends with a file that one can be able to use to identify the type of file that exist in an operating systems.

Conclusively, due to the above, that is, the extension on the end of a file name will tell you what format the file and thus it is a true statement.

Learn more about extension from

https://brainly.com/question/10713675

#SPJ2

Write a Python program that calculates the product of all odd numbers between 1 and 1111, using the for loop and the range function.

Answers

Answer:

answer = 1

for i in range(1, 1111, 2):

   answer *= i

print(answer)

Explanation:

The result is: 1867661487583158519937007997593731768674710592395936453814589179168970488627486922435352153202170177468180449036460330489883227953920786805094193880129176242750706494757506292242513096874889912138041641434433821228611320718319399459865627764413363015842622109227229695987391658459583021203370153652674793604946843921588657975214048903891877905278158326695472816452229608456097609116519045810867129060580585147954461081838126748579250596173066031868654116793938302170110362754673884690241925481893823673916009076351110558645412222773118927086453253674705050538434792606852567079575854841390964177213252754015145265445261542957834970632574543428225247242488955307645556148572185949820791464992259236192606284766174288372574869081003838416637821295590820946372288692264397746175279884156247638880688731656093911498376399334121390341627286952705811600644061948275361728751637451512725082376969150560038940786375629981515779279396085386198351152320090978588430101676704229895114350886499131456005886390334346220238579530541662198038029084029447261270224035584412162390327122500762501298502491940263477106501424307313102108306951120296510397274150253596249878157904612419169854362011297315737418348969961989528582716326033338095891309343771263480361729925724962879195879868448756011080612327885089033870698092857432512937836751109257833022671357201287794589267907954829015862301288301132960212133783812669550047024479011437136932727298699319362640380859375

Describe two new and emerging classes of software

Answers

Answer:

VR and AI/robotics

Explanation:

Hope this helps!

A computer reads a sequence from top to bottom and left to right.

Answers

Answer:

true

Explanation:

30% of the mass of an objects is 24 kilograms. use this fact to find:
a) 60% of the mass
b) 10% of the mass
c) 50% of the mass
d) the whole mass of the object​

Answers

Answer:

chemați. mfvd5. fn. cfcfcfcfcfcfcf 4t

please help i will give you brainlest!!!!!!!!!

Answers

Answer:

Letter C

Plagiarism is copying someone's work or stealing other original ideas.

Which one of the statements best characterizes the current state of e-commerce?
It has recently reached a plateau and is expected to stay stagnant or even to decline in use over the next several years.
It has been rapidly expanding over the last several years and is expected to continue to expand at an even faster rate.
It has been rapidly expanding over the last several years but expected to soon plateau or even decline.
It has recently reached a plateau but is expected to begin growing and keep expanding over the next several years.

Answers

It has been rapidly expanding over the last several years and is expected to continue to expand at an even faster rate.

What is a disadvantage of online information sharing

Answers

Answer:

See below.

Explanation:

A disadvantage could be how easy it is to spread false information. The internet is a great place to find information on news, sports, and other topics. However, it is incredibly easy for people to make up and spread information that is untrue. Even some news articles can be untrustworthy. Which is why it's important to do your own research.

What type of error occurred?

20 / 0


SyntaxError

ValueError

TypeError

ZeroDivisionError

Answers

Answer:

"Option 4: ZeroDivisionError" is the correct answer

Explanation:

When we try to divide any number by zero in mathematics, the answer is infinity. Similarly, if we try to divide a number by zero in Python, the Python interpreter throws a "ZeroDivisionError" as the denominator or divisor cannot be a zero.

Hence,

"Option 4: ZeroDivisionError" is the correct answer

Answer: ZeroDivisionError

Explanation: got it right on edgen

What is a characteristic of high-level languages?

A.
They have the fastest execution speed on computer processors

B.
They use unfamiliar English words to describe instructions and memory locations.

C.
They expect programmers to be familiar with computer architecture.

D.
They use mathematical symbols such as “+” and “-” to denote addition and subtraction operations.

Answers

Answer:

B SIR HOPE THIS HELPS (☞゚ヮ゚)☞☜(゚ヮ゚☜)

Explanation:

Answer:

B is not the answer on plato

What is the shape of a CARDIOD pick up pattern?

Answers

ayoooooo? its shaped like a butt

What is iteration?????

Answers

Answer:

Iteration is a program repeated untill a condition is met

Explanation:

Explanation:

Iteration in programming means repeating steps, or instructions, over and over again. This is often called a ‘loop’.

Iteration is the repetition of a sequence.

Algorithms consist of instructions that are carried out (performed) one after another. Sometimes an algorithm needs to repeat certain steps until told to stop or until a particular condition has been met.

Pleaseee need help ASAP!!

Will mark BRAINLIEST!! :)

Answers

Answer:

The correct option is Option B

Explanation:

We need to find examples of client-side code.

Client Side code: The part of code, that doesn't require server for performing specific task

SO, The correct option is Option B

Prompt for special characters in user name

Reason: We can use alert to generate prompt using JavaScript or through validation and it can be done on client side.

All other options, we need to hit the server to perform the task, So they are not client-side code.

hey guys just dropped some hot beats so go and follow me my user is the beats and comment if you would do that that would be grate

Answers

yes i will check it o it

please help me i will award brainliest

Answers

Answer: It would be option C.

Explanation: The file name is invalid, so therefore it would make sense to rename the most recent version correctly.

Xavier wants to print the slides of his PowerPoint presentation to practice and make notes but doesn't want to use too much ink or paper. What print option should Xavier use?

Print Full Page Slides
Print Handouts
Print Notes Pages
Print Presentation

Answers

Xavier should print Notes Pages

Answer:

who is xavier ?

print note pages

or print in draft

Explanation:

Public-key cryptography (a form of asymmetric cryptography) is an encryption method that's widely used because: 1) it is computationally infeasible to computer the private key based on the public key, 2) it's easier to share one public key than billions of private keys, 3) it's much tough to crack asymmetric encryption than symmetric, 4) it's more secure because the private keys do not even need to be transmitted or revealed to anyone.

A. 1 only
B. 2 only
C. 3 and 4 only
D. All 1-4 are correct

Answers

Answer:

C.

Explanation:

WILL GIVE BRAINLIEST!!!!
Casey overhears two people talking about an amazing new app. What phrase has been abbreviated when they talk about an “app”?
applied computer simulation
application software
appropriate usage format
applied technology

Answers

Answer:

Application Software

Answer:

application software

Explanation:

"Application software" is a common phrase nowadays that is being abbreviated as "app." Casey described the new app as "amazing," which means that the app could be a game, a browser, a photo editor or other programs that are deemed important and mostly exciting for the end users–people who are targeted by the software. In the situation above, they could be talking about a trendy app. New apps are being created by people over the course of years.

which new console should i buy Nintendo switch Xbox series x or a ps5

Answers

Answer:

you should buy the xbox series x, it has better quality and xbox is just better in general

Explanation:

Answer:

get the PS5 it showed off the gameplay and unreal engine 5 that I saw has better graphics.

meanwhile the new Xbox has shown one gameplay is halo but the graphics are not good . but I don't know how the new xbox 12tfop can't past the PS5 10.2 t fop

Soo 10.2 t fop is better than 12tfop.

What is "fake news"? Why do officials want students to learn to recognize it? How do officials plan to help students do this?

Answers

Fakes news is any type of news that is false or incorrect. Officials are trying to teach students about fake news because fake news is everywhere. It is influencing what students do. When they see something on social media they might share it, and it will spread. It even may show them something violent or inappropriate. Officials are doing multiple things to help students, such as seminars in school, assemblies in school, etc.

Which of these are examples of data sources? Check all that apply.
-central processing units
-databases
-electronic archives
-folders
-online libraries
-spreadsheets

Answers

Example of data sources include the following:

Online libraries

Spreadsheets

What is sources of data?

Sources of data is the main or primary location from where data is being obtained.

For computer programs, the main sources of data include:

File,

Data sheet,

Spreadsheet,

Online libraries

Therefore, examples of data sources are the online libraries and spreadsheets.

Learn more about data here:

https://brainly.com/question/25720881

#SPJ2

Answer:

B,C,E,F

Explanation:

Which Boolean operator enables you to exclude a search term?

Answers

Answer:

The three most commonly used operators are AND, OR, NOT. These are known as Boolean operators. They can be used to broaden or narrow a search and to exclude unwanted search terms and concepts.

JAVA
Use a for loop to print the even numbers between 1 and 50, including the first even number, and the number 50. Print each number on a new line.

Answers

public class JavaApplication65 {

   

   public static void main(String[] args) {

       for (int i = 1; i <= 50; i++){

           if (i % 2 == 0){

               System.out.println(i);

           }

       }

   }

   

}

I hope this helps!

Jen's laptop that is wirelessly connected to the home network router and turned on; her husband's PC, which connects to the router by a cable that is turned off; her mother's virus-infected computer that has been unplugged from the router; and her daughter's smartphone that is wirelessly connected to the router.

Answers

Answer:

The network is a LAN.

Explanation:

Computer networks are interconnection and intercommunication of computer devices to share resources. There are several types of computer networks, they are, LAN or local area network, WAN or wide area network, PAN or personal area networks, etc.

A LAN is a network of computer devices ranging from a floor of a building to the building of more. WAN is a network of LANs while a PAN is just a short 10-meter network between two Bluetooth connected devices.

The network described in the question is a wireless LAN or WLAN which is still a local area network.

Answer:

a LAN

Explanation:

Which of these is NOT an example of a transition?
Crash Cymbal
Riser
Melody Consistency
Track Dropouts

Answers

Answer:

It's Riser

Explanation:

Specific keys that each finger is responsible for typing is called A. ergonomics B. Touch typing C. Key reaches D. Posture

Answers

Answer:

D

if your key positioning and posture is right, each finger would be put up to use.

Write code which takes a user input of a String and an integer. The code should print each letter of the String the number of times the user inputted in reverse order.

Sample run:

Input a String:
code
Input an integer:
3
eeedddoooccc


Note: Write In Java
Thank You...

Answers

import java.util.Scanner;

public class JavaApplication70 {

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("Input a String:");

       String txt = scan.nextLine();

       System.out.println("Input an integer:");

       int num = scan.nextInt();

       String newTxt = "";

       int w = 0;

       for (int i = txt.length()-1; i >= 0; i--){

           char c = txt.charAt(i);

           while (w < num){

               newTxt += c;

               w++;

           }

           w = 0;

       }

       System.out.println(newTxt);

   }

   

}

I hope this helps!

Following are the java program to input string:

Program Explanation:

Import package. Defining a class Main. Inside the class, the main method is defined. Inside the main method two String variable "val, next", and three integer variable "n,x, j" is defined. In the next step, a scanner class object is declared that inputs string and integer variable value. After input value a loop is defined that holds a sting value and define a while loop that seprate the value and calculate its value and print its value.    

Program:

import java.util.*;//import package

public class Main //defining a class Main

{

  public static void main(String[] ar)//defining a main method  

  {

      String val,next="";//defining a String variable

      int n,x=0,j;//defining an integer variable

      Scanner bd = new Scanner(System.in);//defining a Scanner class object to input value

      System.out.println("Input a String:");//print message

       val= bd.nextLine();//input String value  

      System.out.println("Input an integer:");//print message

      n = bd.nextInt();//input integer value

      for (j = val.length()-1; j >= 0; j--)//defining a for loop that calculate a value

      {

          char c = val.charAt(j);//defining a char variable that holds character value of string

          while (x < n)//defining loop for compare value

          {

              next += c;//incrementing the character value  

              x++;//incrementing integer value

          }

          x = 0;

      }

      System.out.println(next);//print value

  }

}

Output:

Please find the attached file.

Learn more:

brainly.com/question/18844825

TIME REMAINING 01:48:57 What is the purpose of the website directory provided by the website host? to look up user account information to provide help and training for new customers to store all of a website's content files to archive website usage logs

Answers

Answer:

Cookie

Explanation:

its just because and also the answer is right on e 2020.

Answer:

I think it is c. because I remembered reading that the website directory is used to store files.

Explanation:

I'm taking exams right now.

What is the correct syntax to take the first five characters from the cell A2 and place it to its right in cell A3? =RIGHT(A3,5) =LEFT(A2,5) =RIGHT(A2,5) LEFT(A2,5)

Answers

Answer:=LEFT(A2,5)

Explanation:

Answer:

=LEFT(A2,5)

Explanation:

got it right on edge 2020 :)

Other Questions
Helpppp with this plssss What does a scientist observe in a chemical's reaction rate? the speed at which the reactants change to products over a given time. the speed at which the reactants are formed over a given time the speed at which the reactants reach chemical equilibrium over a given time , , the speed at which the reactants reach chemical equilibrium over a given time The general rule regarding the exchanged basis in the new property received in a like-kind exchange is:________A. The basis is equal to the fair market value of the old property. B. The basis is equal to the cost basis of the old property C. The basis is equal to the adjusted basis of the old property D. The basis is equal to the fair market value of the new property. E. All of the choices are correct. Which organ performs the given function? The roof of the mouth separates the oral cavity from the nasal cavity. The is flexible and closes off the nasal cavity when you swallow. How would the political process be different without political parties? How many trade circles were there in Afro-Eurasia? The area of on field is 16 acres, the area of the second field is 1 1/4 times bigger. A barn of wheat on the first field makes up 37 1/2 thousands pounds per acre, and on the second 1 2/15 as much per acre, how much more was gathered on the second field than the first? Question 1(Multiple Choice Worth 2 points)The coach has not seen improvement as expected in his team and plans to change practice session. To help the players he changes the Frequency, Intensity, Time and Type of their exercise and uses the fitness principle of frequency overload progression reversibilityQuestion 2(Multiple Choice Worth 2 points)As your heart grows stronger from exercise, your resting heart rate will become higher inefficient lower non-existentQuestion 3(Multiple Choice Worth 2 points)What is the best reason for buying a gym membership? Famous people have been known to go to this gym. This gym has very attractive employees and gym members. This gym is the most expensive gym in town which makes it the best. You compared gym prices and reviews before deciding on this gym.Question 4(Multiple Choice Worth 2 points)What is the best way to show good sportsmanship? Come to and participate in every scheduled practice. Share candy with your teammates once a week. Show the coach tricks instead of doing assigned drills. Tell everyone you meet that your team never loses.Question 5(Multiple Choice Worth 2 points)You go to the doctor and find out that your blood pressure is too high. What can you do to lower your blood pressure and lower your risk for disease? Cardiovascular exercise Muscular endurance exercise Strength exercise All of the aboveQuestion 6(Multiple Choice Worth 2 points)Kai wants you to let her copy your test answers. Kai is displaying friendship negative peer pressure poor sportsmanship stereotypingQuestion 7(Multiple Choice Worth 2 points)Cleats are considered safety gear for most outdoor sports because they assist in catching the ball can be used as weapons for defense keep the feet pain free help prevent slipping and fallingQuestion 8(Multiple Choice Worth 2 points)Which Health Related component of fitness will Joey see improvement in the most if he swims on weekends, golfs three times a week, and stretches daily? Cardiovascular fitness Flexibility Muscular strength Muscular enduranceQuestion 9(Multiple Choice Worth 2 points)Joey lifts a heavy backpack off the ground. As he lifts the backpack, he keeps his legs straight, and uses his biceps and back muscles to lift. In your analysis of Joey's form you conclude he needs to use his arm muscles and keep his head up back muscles and keep his feet together chest muscles and bend more at the hips leg muscles and keep his back straightQuestion 10(Multiple Choice Worth 2 points)Sarah feels pain while she is exercising, so she stops. Her pain does not go away so she goes to the doctor. Sarah is following proper etiquette equipment care form safety skillsQuestion 11(Multiple Choice Worth 2 points)You are competing in a horse show jumping competition. The best horse and rider are jumping next, and you notice that one of the horse's legs is missing a wrap. This could seriously injure the horse. What should you do? Alert the horse's rider and trainer in enough time for them to wrap the leg and compete as planned. Alert the horse's trainer at the last minute so the horse is not injured, but loses points for stopping. Pretend that you didn't see the missing wrap and act surprised when the horse is injured. See this as your opportunity to win the competition and say nothing.Question 12(Multiple Choice Worth 2 points)Chantelle runs with sandals on. Chris runs with a long stride. Kevin runs with his hands at his chest. Sarah runs with the shortest stride possible. Which friend shows the best form while running? Chantelle Chris Kevin SarahQuestion 13(Multiple Choice Worth 2 points) Solve the compound inequality. 3x 4 > 5 or 1 2x 7 A. x 3 or x > 3 B. x 3 or x 3 Select all the graphs showing relations that are also functions.Graph AGraph BGraphVA2Graph DGraph EGraph FSubmitDOLL High Country Corporation acquired two inventory items at a lump-sum cost of $80,000. The acquisition included 6,000 units of product A, and 14,000 units of product B. Product A normally sells for $12 per unit, and product B for $4 per unit. If High Country sells 2,000 units of A, what amount of gross profit should it recognize?A. $750.B. $2,250.C. $16,500.D. $4,750. correct answer gers brainly est Select the correct answer.What is a similarity between a term life insurance policy and a whole life insurance policy?A. Both provide coverage for the policyholders medical and outpatient surgery costs.B. Both can be held by the policyholder for a minimum of 5 years and a maximum of 25 years.C. Both include a cash value component that the policyholder can receive at the end of the policys term.D. Both provide financial compensation to the beneficiaries upon the policyholders death. idk men PLEASE HELP!Mr. Villamayor rented a construction crane for five hours and a backhoe for seven hours. The total amount he paid is less than Php 9,000. Suppose the hourly rate for the crane is Php 800. What is the maximum amount he paid for the backhoe to the nearest hundreds? Philip has $2,000 and spends $23.75 on supplies. He divides the remaining amount equally among his 8 employees. How much does each employee receive?A. $247.03B. $250.00C. $252.96Reset Next Which decimal represent the fraction of 20.00 Write a 3-paragraph letter to a European leader in which you try to convince him or herto stop participating in the slave trade. 20 POINTSREAD THE TWO PASSAGES BELOW. THEN COMPARE HOW EACH PASSAGES USES SPECIFIC EVIDENCE TO SUPPORT ITS CLAIM: Passage 1:The best way to reduce our environmental impact is to use publictransportation. Many public buses and light rails use alternative forms ofenergy that release 25 percent less carbon dioxide into the atmosphere thancars. Also, mass transit reduces the number of vehicles on the road by almost30 percent, which lessens traffic and provides a more pleasant commute.Passage 2:Officials from the Department of Transportation believe that public transit willnot be built quickly enough to be a real option for many people in small tomedium-sized cities. Therefore, we need to focus our efforts on making sureour personal vehicles are as energy efficient as possible. This not onlyreduces costs to individual drivers, but it also reduces the detrimental effecton the environment. HELP ASAP PLEASE WILL MARK BRAINIEST Identify the phase change described by the following equations. a. C18H38(s) C18H38(l) _______________________ b. CO2(g) CO2(s) _______________________ c. NH3(l) NH3(g) _______________________