You already know how to use lists. What is the index of 5 in the following list?
[2, 3, 5, 1, 6]
O 4
02
O 1
03

Answers

Answer 1
The answer is 1, the 3rd circle

Related Questions

Which wizard is a tool provided by Access that is used to scan the table’s structure for duplicate data?

Query Design Wizard
Table Design Wizard
Table Analyzer Wizard
Performance Analyzer Wizard

Answers

Answer:

Table Analyzer Wizard

Explanation:

Design a program that ask the user to enter a series of positive numbers. The user should enter a negative number to the series. After all the positive numbers have been entered the program should display their sum

Answers

Answer:

total = 0

while True:

   number = float(input("Enter a number: "))

   

   if number < 0:

       break

   

   total += number

   

print("The total of the positive numbers entered is", total)

Explanation:

*The code is in Python.

Initialize the total as 0

Create a while loop. Inside the loop:

Ask the user to enter a number. Check the number. If it is smaller than 0 (This means it is a negative number), stop the loop using break. Add the number to the total (cumulative sum). (This way your program keeps summing numbers until you enter a negative number)

When the loop is done, print the total

A stairway has 6 steps. Is a handrail required?

A) A handrail is required

B) A handrail is not required

C) Double handrail are required

D) Only noising is required.

Answers

Answer:

A. A handrail is required

Answer:

t think its A, a handrail is required

the taskbar contains what

Answers

Answer:The taskbar is anchored to the bottom of the screen by default, but can be moved to any screen side, and contains the Start button, buttons for pinned and running applications, and a system tray area that contains notification icons and a clock.

Explanation:

A collection of entries posted on a web site and displayed in reverse chronological order (from newest to oldest entries), is known as: А social collaboration. B media sharing. С a blog D a tweet.​

Answers

A) Social Collaboration

Social Collaboration is a way for people to combine their information and make it easier to go through and to work well as a team.

Help! Will add the brainliest.

Which of the following is a tip for getting a good pet photograph?

A. Always stand when taking the picture to keep the pet away from the camera.
B. Show the pet's personality.
C. Avoid having others with you.
D. All of the above

Answers

Answer:

Show the pet's personality

Explanation:

You want to get to know an animal when you look at their photo. If they are smiling then that will show how happy they are! Also, A is incorrect because sometimes you want to be on the same level as your animal. So crouch down and take that close up! And C is wrong because sometimes it is helpful for someone else to be there.

An archaeologist is dating several recently uncovered sites. She estimates that the site featuring a post-and-lintel design is older than the site featuring corbelled arches. Why might she have reached this conclusion?

The corbelled arch did not become common until the first century C.E.
The post-and-lintel design was discontinued at the end of the Neolithic Era.
The corbelled arch required more advanced knowledge to create than the post-and-lintel design.
The post-and-lintel design did not require slave labor, unlike the corbelled arch.

Answers

Answer:

Its b

Explanation:

just took the test

Which of the following are logical reasons for using a pie chart to show how employees spend their time at ABC organization? Choose all that apply.

Answers

The logical reasons for using a pie chart to show how employees spend their time at ABC organization are;

the pie chart will help to show breakdown of hours worked by all employees at ABC organization.The pie chart works well to show changes in productivity over the course of a year.The pie chart works well to show trends in data.

What is a pie chart ?

A pie chart  can be regarded as a circular statistical graphic, partitioned to slices to illustrate numerical proportion.

With the use of this pie charts, the ABC organization can be able to know breakdown of hours worked by all employees at ABC organization , hence option 1,2,4 are correct.

Learn more about pie chart  at;

https://brainly.com/question/8407283

Answer:

A, C

Explanation:

its a and c your welcome

Choose the best function for the purpose.

___ You need a collection to grow. Once you have all the data values, you will pass the collection to a function for
processing.

___ You will store a set of data that will not change.

Answers

Answer:

LIST: You need a collection to grow. Once you have all the data values, you will pass the collection to a function for processing.

TUPLE: You will store a set of data that will not change.

Explanation:

EDGE 2021 answers came from the actual reading. Here's the definition Edge provides for a list: "Lists are probably the most commonly used type of collection. A list can grow as you add values to it. You could use a list to quickly save those values and then pass the list to a function for processing."

With all those bolded words, you see list is the answer for that first blank.

Here's the definition Edge provides for tuple and how it proves deque is the WRONG answer: "Lists and deques are mutable—you can change them. "Tuples are immutable (can't change). Tuples are a good choice when you know that, once created, you will not need to change the values in a tuple. The only way to change the values in a tuple is to create a new tuple with the new values. "

What is the output?

class car:

model = "

age = 0

myCar = car()

myCar.age= myCar.age + 10

print(myCar.age)

Output: ___

Answers

Answer:

10

Explanation:

# A class named car is created

# There are two variables in the class, model and age.

# model is a string holding value for the model of the car.

# age is an integer holding value for the age of the car.

class car:  

   model = ''   # model is initialized as empty string

   age = 0       # age is initialized as 0

myCar = car()    # creating a car object named myCar

myCar.age= myCar.age + 10   # the value of the age is updated by adding 10. (Note that myCar was our object. If we want to access any properties of the object, we type the object name, . , and the property name. Initially, age was 0, we added 10 to it and it becomes 10)

print(myCar.age)    #prints the age of the myCar object, 10

Give 5 advantages of using powerpoint?​

Answers

it can be presented pictorially and thus make it easier to adopt the material

Anyone who know how to use canva .com please make a logo of the name : Deadly Sins

Answers

Answer:

Yes ma'am as in the anime?

Explanation:

Cuz there's a anime show called 7 deadly sins or just deadly sins?

Answer:

hello give the person above brainlist

Explanation:

WHAT DOES THE SCRATCH CODE BELOW DO?

Answers

i think the correct answer would be b but im not 100% so if i’m wrong please lmk :]

Justify the following statement: " Diversity should exist in the workplace."

Answers

Answer:

Explanation:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Answer:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Explanation:

e d g e

What can help you take better animal photographs?

Use a lower ISO.
Focus on the animal's nose.
Be ready to catch the shot.
All of the above

Answers

Answer:

All of the above

Explanation:

i think i may be wrong.

Answer:

be ready to take the shot

Explanation:

A salesman has been traveling to different businesses all day to give a sales presentation. Each time, he was starts up his laptop and logs into Windows to show his PowerPoint presentation to the customer. During his second appointment, his laptop lost power and shut itself off abruptly. He arrives at his third appointment and plugs in his laptop to recharge it. When he powers on his laptop, he sees a very low resolution version of his normal desktop. He attempts to change the resolution from 800 x 600 to 1920 x 1080 (his normal resolution), but cannot find it in the Display Settings options inside of Windows. Which of the following could be the cause of this error?
A. Corrupted or missing display driver
B. Graphic card failure
C. Corrupted motherboard firmware
D. Corrupted memory module

Answers

Answer:

A. Corrupted or missing display driver

Explanation:

The most likely reason for this problem would be a corrupted or missing display driver. The display driver is in charge of grabbing the information from the graphic card and adjusting all the necessary settings so that all of the graphic card's power is able to be utilized. Missing or corrupt drivers can cause errors such as laggy display, wrong resolution/minimum resolution, missing display settings, etc. A graphic card failure on the other hand would show no image on the screen whatsoever when turning on the computer.

what advice can you give to learners to achieve their goals​

Answers

Answer:

Never give up, take your time, don't get distracted easily, lock your electronics in a box until you finish your work.

Reach for the stars! Always go the extra mile! Never give up!

In a sentence

If you wanted to become a police officer and you had to read boring books and you wanted to give up, but always think "I should always push myself past my limits, If I gave up then how would i know what I could have become?

Trademark

Owned by me

Which of the following is a true statement about parameters in data management? Check all that apply.

Answers

Answer:

Parameters are used to limit or refine results.

A multiply parameter contains more than one condition to locate, sort, or filter data.

Searching for the number 12 in your spreadsheet is an example of a simple parameter.

Explanation:

Answer:

1,3,4

Explanation

Hello, I am smart without showing off and I will help you with your homework and tell you the correct answers (◠ᴥ◕ʋ).​

Answers

Answer:

HII CSN U ANSWER MY MATH QUESTION

Write the function greeting that takes a string as input. That string will be formatted as Name Age Hobby, without any punctuation. greeting should split their response into list elements, then use index values to greet them by name and respond that you enjoy that hobby as well, with the format: ‘Hello, ! I also enjoy !' Make sure your output matches this format! For example, greeting('Jose 17 hockey') # => 'Hello, Jose! I also enjoy hockey!' greeting('Cindy 14 robotics') # => 'Hello, Cindy! I also enjoy robotics!'

Answers

Answer:

The function in Python is as follows:

def greetings(details):

   details = details.split(' ')

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

Explanation:

This defines the function

def greetings(details):

This splits the input string by space

   details = details.split(' ')

This prints the required output

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

After splitting, the string at index 0 represents the name while the string at index 2 represents the hobby

What is the function of this logical comparator! =?

Answers

Answer:

See explanation

Explanation:

!= means not equal

The given operator is not a logical operator but rather a comparison operator.

It compares two expressions, values or variables and returns true if the items being compared are not equal.

Choose the correct line of code.

To overload exponentiation, use

•def_power__(self, b):
•def_power_(self, a, b):
•def_pow_(self, b):
•def_pow_(self, a, b);

Answers

Def_pow_(self,b): if not then I’m sorry

Answer: def_pow_(self,b)

Explanation: got it right on edgen

Which of the following would be better communicated with an image than with text?
Choose the answer.
the tone of a person's voice
an invitation to a museum opening
the decor at a wedding
the schedule for a conference

Answers

Answer:

A decor to a wedding

Explanation:

its bc who would want to know how its described when u could look of how it looks u might be speechless

The wedding's decor would've been best communicated through an image than through prose, and further calculation can be defined as follows:

Humans react and process new info more efficiently than every sort of data. Visual content is processed 60,000 seconds faster by the human brain than text. It is the picture is worth 60,000 words! Moreover, visual data accounts for 90% of the information conveyed to the mind.

Therefore, the final choice is "the decor at a wedding ".

Learn more:

brainly.com/question/16390691

Tip of advice on brainliest.You can copy and paste the question then search it in the search bar because i can guaranty that someone has asked that question before. and then all you got to do that and you can keep your points. hope this helps! ;)

Answers

Answer:

Thx Man i actully didnt think of it before

(Hey do u wanna rp btw (roleplay

Explanation:

Find the total cost of a $125 coat purchased in Los Angeles County where the sales tax is 9%. Use the expression c + 0.09c
A
$11.25
B
$112.50
c
$126.25
0 $136.25

Answers

The answer is B I believe

this isn't really a question ,but a random fact about Fnaf William Aton

Springtrap is possessed by a man named William Afton, or known as Purple guy.William Afton murdered 6 children and stuffed them into suits, now the children posses those suits, Gabriel possessed Freddy Fazbear, Jeremy possessed Bonnie, Susie possessed Chica, and Fritz possessed Foxy, their was one more kid that hadn't had an original so she was stuffed into a Golden Freddy suit.
Who used to be known as Fred bear the bear was already possessed by a child named Evan Afton or C.C (The Crying Child).And since the suit was already possessed Evan Afton was forced out of the suit and now possess a shadow version of Golden freddy known as shadow Freddy.
Shadow Freddy (C.C) was a big part of William Aftons death, C.C lead the animatronics to be dismantled by William, but the animatronics saw that as a chance to get revenge and chased him into a springlock suit called Springbonnie, William Afton was then springlocked and died a slow and painful death from metal being forced in his body and loss of blood.
So you Learn/read that Springtrap is William Afton a serial killer who murdered 6 children and died a slow painful death due to springlocks.
So, thank you for your time.

Answers

Answer:

oop- welp. that's pretty cool

Explanation:

Answer:

this is a game but good job for doing your research

Explanation:

The____
mode is generally used when delivering a presentation to an audience.

Slide
Auto
Default
Window.

Answers

Answer:

Default

Explanation:

The four modes of delivery— memorized, impromptu, manuscript, and extemporaneous—are all valuable in group presentations. However, the most common mode of delivery is extemporaneous.

Default would be the correct answer.

Price of ETH coin right now?
Don't answer if u don't know.

Answers

Answer:

58,715.40

Explanation:

bcr is an out put device true or false​

Answers

Answer:

Hey mate....

Explanation:

This is ur answer......

True

Hope it helps!

mark me brainliest plz......

Follow me! :)

Answer:

False?

Explanation:

The __________ gear is the input gear.
A. Drive
B. Driven

Answers

Answer:

A) Drive

Explanation:

Driven is past tense

Driven is usually used more in sentences with out a car like "It had driven her crazy"

Other Questions
ADD NOTEQUESTION GUIDE EXIT TEST3. A wedge of cheese is in the shape of a triangular prism. The dimensions of the wedgeare shown below.30.5 cmTAARas ollesem Readiness16 cm12 cm20 cmWhat is the volume of the wedge of cheese? plz besties can you help mea) show that k lies between - 8 and 1 in the following inequality [tex] {k}^{2} + 7k \leqslant 8[/tex] After completing the lesson, reflect on how media messages influence the decisions you make? In 3-5 sentences explain how media messages influence the decisions you will make about alcohol use. how did animal cells acquire mitochondria When conducting research on color blindness in males, a researcher forms random groups with five males in each group. The random variable x is the number of males in the group who have a form of color blindness. Determine whether a probability distribution is given. If a probability distribution is given, find its mean and standard deviation. If a probability distribution is not given, identify the requirements that are not satisfied. x P(x) 0 0.669 1 0.278 2 0.048 3 0.004 4 0.001 5 0.000 1. Does the table show a probability distribution?A Yes, the table shows a probability distribution. B. No, the random variable x's number values are not associated with probabilities. C. No, not every probability is between O and 1 inclusive. D. No, the sum of all the probabilities is not equal to 1. E. No, the random variable x is categorical instead of numerical. 2. Find the mean of the random variable x. a. mu = male(s). b. the table does not show a probability distribution. 3. Find the standard deviation of the random variable x. a. infinity = male(s).b. the table does not show a probability distribution. pleaseeeee I needdd help, please find x value using the quadrants sinx = ( - sinx + cosx) please help does anyone know this Why did the founders allow the president the ability to veto bills that had been passed in Congress?A. to ensure rule of lawB. to check and balance the legislative branchC. Because they wanted the executive branch to be the most powerful branch Please please asap!! Find two numbers whose sum is 9 and their difference is 60.Smaller-Large number- In AMNO, m = 56 cm, n = 19 cm and o=57 cm. Find the measure of Zo to the nearest10th of a degree. 20 points pls be fr will mark brainliest Nora is going to earn $300 from her summer job. Combined with her savings, Nora will then have $1,500 toward her music school. How much money does Nora have in her savings? Graph f(x) = 2x - 1. Which of the following graphs is correct? ____ is based on the acceptance of rules and laws. Multiple Choice 1. Rational-legal authority2. Traditional authority 3. Legal power 4. Political power which contain more heat a cup of coffee or a glass of iced tea? thank you What is the name of the piece above I NEED this TODAY by 11:59 PM EST. Yes, this is ACTUALLY FOR HOMEWORK. NO LINKS OR YOU WILL BE REPORTED. Please put real answers! Thank you!A conflict, a battle, a fight, an argument- call it what you want, but it all means pretty much the same thing.In the story you watched, "The Miracle Worker"; there were MANY examples of character conflicts- some of those conflicts were between the person and themselves and some were between characters.Below- there are 3 examples of conflicts that happened in the story. Pick 2 examples and write a paragraph FOR EACH showing examples of that conflict AND how it was solved.Conflict # 1- Helen vs. HelenConflict # 2- Anne vs. Keller familyConflict # 3- Anne vs. Helen The distance between City A and City B is 500 miles. A length of 1.2 feet represents this distance on a certain wall map. City C and City D are 1.68 feet apart on this map. What is the actual distance between City C and City D? t 1.2.2 Quiz: Understand the Elements of Rhetorio Question 1 of 10 Which term means an attempt to convince others that your position is correct? O A. Fighting B. Logos C. Persuasion D. Permission witch is the best term