9.2 Code Practice: Question 2
Edit your solution from the previous array height problem by adding additional code that increases the value of the element at (0,2) by a value of 3, and then reprints the array

Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]]
[[16, 17, 17], [17, 18, 17], [15, 17, 14]]]

Answers

Answer 1

Answer:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Explanation:

hope this helps!

Answer 2

The height problem is a sequential program and does not require loops, iteration and conditions.

The additional code segment  that adds 3 to the element at (0,2) is:

height[0][2] = height[0][2] + 3

To reprint the array, we make use of the following print statement:

print (height)

So, the complete program is as follows:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Read more about sequential programs at:

https://brainly.com/question/13893632


Related Questions

power supply, keyboard, monitor, mouse,ROM,CPU are belongs to Output, Input or Storage device​

Answers

Answer:

Keyboard :Input

Monitor: Output

Mouse:Input

ROM:Storage

CPU: Processing device

Jared has trouble remembering when his assignments are due, and he wants to keep reminders on his computer. Which online note-taking tool would be the best one to use?

Answers

Answer and Explanation:

Google Keep & Google Reminders

Google Keep is an online stick-note tool, that also has an online reminder tool as well. You can also use another platform for reminders such as Google Reminders. Both platforms are easy, online and simple to use!

Answer: electronic sticky notes

Explanation:

:)

Sam recorded himself practicing a speech. He watched the recording and observed the behaviors. Which behaviors should Sam try to change? Check all that apply.

varying his rate in different parts of the speech
saying "like" several times a minute
demonstrating enthusiasm for the topic
pausing frequently in the middle of sentences
having a rising intonation at the end of many statements

Answers

Answer:

b d e

Explanation:

Answer:

b d e

Explanation:

Drag the tiles to the correct boxes to complete the pairs.
Match the OOP concept to its definition.

Answers

Answer:

Operation open purpose

Answer:

attach the question?

Explanation:

What are some of the ethical issues that can arise from the use of social media?

Answers

Participant privacy, confidentiality and anonymity. Participant privacy, confidentiality and anonymity were the most commonly reported ethical concerns

A material systems developer typically combines the skills of a programmer with the multitasking expectations of a
.

Answers

Explanation:

Material systems developer typically combines the skills of a programmer with the multitasking expectations of developing 3 dimensional models of objects, enhancing the graphical effects.

don't delete my answer this time i try to help ppl

When speed increases, what happen to the value of torque?

Answers

Answer:

Torque increases as rotational speed increase from idle to a certain figure and then falls as the rotational speed increase

Explanation:

The first computers invented were loaded (‘fed') with programs written on punch cards. Each program took hours to be processed. The computer system was single programming because only one program at a time could be loaded and processed. What was / is the name of this type of system

Answers

Answer:

Data processing system

Explanation:

Data processing systems DPSs are digital systems that receives data, processes it and use the information to control semi-automated machineries. In the past, the DPS receives digital data or one instruction at a time from a punched card.

List any ten keyboard symbols.​

Answers

Answer:

Esc- Esc (escape) key.

F1 - F12 What are the F1 through F12 keys?

F13 - F24 Information about the F13 through F24 keyboard keys.

Tab Tab key.

Caps lock- Caps lock key.

Shift- Shift key.

Ctrl - Control key.

Fn- Function key.

Alt- Alternate key (PC only; Mac users have an Option key).

Spacebar- Spacebar key.

Hope this helps, have a great day/night, and stay safe!

Adam is an Engineering student but has decided that he does not want to work in that field, but in the Manufacturing career cluster. He enjoys the process of designing products. What career pathway would be the best fit for Adam?

Maintenance, Installation, and Repair pathway
Manufacturing Production Process Development pathway
Logistics and Inventory Control pathway
Health, Safety, and Environmental Assurance pathway

Answers

Answer:

Manufacturing Production Process Development pathway

Explanation:

The career pathway that would be the best fit for Adam is the manufacturing Production Process Development pathway. The correct option is b.

What is the manufacturing Production Process?

Knowledge-based, skill-based, entrepreneur-based, and freelance job options are the four main categories. Every type of career path caters to a particular set of skills that aid in job performance.

Knowledge-based career options enable you to perform your work using the knowledge you have accumulated over time. Process manufacturing is a type of production that involves integrating supplies, components, or raw materials according to a formula or recipe to produce items.

It is widely employed in sectors that manufacture things in large quantities, including those that generate food, drinks, refined oil, gasoline, pharmaceuticals, chemicals, and plastics.

Therefore, the correct option is b. Manufacturing Production Process Development pathway.

To learn more about career paths, refer to the link:

https://brainly.com/question/12208579

#SPJ6

Explain what iteration is and why we need it in code

Answers

Answer:

Explanation:

When a cycle of instructions is carried out in a repeated manner, it is called a loop. It is the replication of a process in a computer program, commonly executed with the use of loops. Iteration is essential as it lets a programmer streamline a design by declaring that definite steps will be repeated.

PLEASE HELP AND HURRY!!!

Which command group on the Format tab of the SmartArt Tools contextual tab allows a user to change the fill and outline of SmartArt shapes?

Shapes
Shape Styles
Arrange
Size

Answers

Answer:

Shape Styles

Hope this helps :)

Mark me brainiest

Explanation:

AYYOOOO CAN YOU HELP A GIRL OUUTT???
Fields are data items representing a single attribute of a record. Question 2 options: True False

Answers

Answer: The answer is true

What is a prominent method for involving experts and power centers in a large-scale project where their views and expertise can be taken into account early in the project? feasibility study stakeholder process waterfall method business case

Answers

Answer:

feasibility study

Explanation:

In feasibility studies, the assessment of the practicality of a proposed project is made and the relevant factors of the project is usually being taken into account, which includes economic, technical, legal and scheduling considerations.  

Various project managers use feasibility studies to know the pros and cons of getting involved in a project before they can embark on it.  

Can anybody do this for me

Answers

Answer:

943

The ENIAC was invented by J. Presper Eckert and John Mauchly at the University of Pennsylvania and began construction in 1943 and was not completed until 1946. It occupied about 1,800 square feet and used about 18,000 vacuum tubes, weighing almost 50 tons.

Explanation:

Computers have evolved and advanced significantly over the decades since they originated. Many years ago, in their most rudimentary form, computers were very large and slow. Gradually, computers have become smaller and faster, enabling people to use them virtually anywhere.

can i have brainliest

computer network reduces expenses of an office justify this statement​

Answers

Answer:

Computer Network reduces expenses of an office. Justify this statement with an example. Computer Networks can allow businesses to reduce expenses and improve efficiency by sharing data and common equipment, such as printers, among many different computers.Explanation:

3.
An open path has these, but a closed path does not.
a. endpoints
b. terminators
c. segments
d. anchor points

Answers

A endpoints is the correct t answer

What is required to view other users’ calendars in Schedule view? Check all that apply.

their e-mail addresses
true Exchange Environment
their Outlook password
an e-mailed version of their calendar
privileges to share and view calendars

Answers

Answer: A, B, D, E, F

Explanation:

Answer:

ABDEF

Explanation:

How many passes will it take to find the five in this list?

1, 5, 10, 15, 20, 22, 30
3

1

4

2

Answers

Answer:

1 im prety sure

Explanation:

Answer:

2

Explanation:

is the correct answer

good luck

what is the difference between EPROM and EEPROM, explain why​

Answers

Answer:

The main difference between EPROM and EEPROM is that, the content of EPROM is erased by using UV rays. On the other hand, the content of EEPROM is erased by using electric signals. In EPROM, UV light is used to erase the EPROM's content. In EEPROM, electric signal is used to erase the EEPROM's contents :)

Explanation:

HOPE THIS HELPS <333

Ask the user to input a number less than 100. Print all the numbers from that number to 100.

Which loop correctly does this?


num = int (input("Enter a number between 1 and 100: "))
c = num

while (num 100):
print (c)
c = c + 1

num = int (input("Enter a number between 1 and 100: "))
c = num

while (c <= 100):
print (c)
c = c + 1

Answers

Answer:

The second one:

num = int (input("Enter a number between 1 and 100: "))

c = num

while (c <= 100):

print (c)

c = c + 1

Explanation:

First of all, you don't know Python... (LEARN IT)

Second of all, The first loop doesn't make sense? num 100

And the second one works, you can try compiling it (lazy to explain...).

Answer:

num = int (input("Enter a number between 1 and 100: "))

c = num  

while (c <= 100):

  print (c)

  c = c + 1

Explanation:

!PLEASE HELP! My business office specialist class, this is about Access.

Which settings are available in the Options dialog box? Check all that apply.

the name of the user or the initials
the images to include in a database
the object types to include in tables
the default format for new databases
the default folder for storing databases
the folders containing trusted databases
the number of databases to save in each folder

Answers

Answer:

b

Explanation:

Answer:

Probably late but the answers are

A: the name of the user or the initials

D: the default format for new databases

E: the default folder for storing databases

F: the folders containing trusted databases

Company Wizzy is having trouble with network security. Issues with authentication, viruses, malware/spyware, and other network intrusions are tapping their resources. They continually try to keep on top of things but are finding it harder and harder to do. They are considering a cloud computing service. Which service would be the best choice for them in solving their problem?

Infrastructure as a service
Network as a service
Security as a service
Software as a service

Answers

Answer:

B) security as a service I'm just doing the work

PLEASE HELP ME I NEED IT DONE TODAY!!!!!!!!!!!!
Discussion Topic
You know how businesses use spreadsheets in their day-to-day operations for storing, computing, analyzing, and visualizing data. Discuss the advantages of using spreadsheets to manage and organize your personal life.

Answers

Answer:

They're free.

They require minimal training so they're easy to figure out

Spreadsheets are difficult to share internally.

Spreadsheets are easy to share externally.

There's no clear indication of who's working on what when.

Multiple versions of the truth so you don't always have to stick with just one

Errors, can be everywhere but they can be solved

Explanation:

My explanation is that spreadsheets can be confusing but when you take your time and get help working on them they can become 2nd nature. I got my ideas from personal experience with them with help from teachers.

HELP PLSSSSS!!! I WILL MARK BRAINLIEST FOR THE FIRST AND CORRECT ANSWER!!!

How does hardware differ from software?

Hardware can be an external tool, whereas software is an internal tool.
Hardware performs tasks, whereas software provides instructions.
Hardware runs the computer, whereas software performs tasks.
Hardware is the brain of a computer, whereas software is the heart.

Answers

The answer you are looking for would be A. Hardware can be an external tool, where as software is an internal tool. Hope this helped!

Answer:

The correct answer is A

Explanation:

A workspace that an employee accesses using a Web browser fits the definition of a _____.

•mobile device
•Wifi-enabled device
•collaborative environment
•virtual workspace​

Answers

Answer:

virtual workspace

Explanation:

I hope I've helped

Do you think computers will be smarter than humans?

Answers

Answer: Yes, when we type something in, the computer will show you lots of things that a human can't think of. What i'm saying is, a computer thinks faster than a human.

Explanation:

Answer:

Honestly its hard to tell. If the smartest humans generate the the computers, then I definitely think its possible for computers to one day be filled with so much knowledge that they can be considered 'smarter' than humans. However, without any cognitive functions, there's no way for the knowledge to be used without the hands of a human.

45 POINTS!!!!!!!!!!!PLZ HELP ME!!!!!!!!!!Select the correct answer. Which statement describes a characteristic of dynamic websites? A. They can be developed quickly. B. They are not functional. C. They are less flexible than static websites. D. They have content that is constantly updated. E. They are less expensive to host than static websites.

Answers

Answer:

D

Explanation:

Because anyone can update dynamic websites at any time, these are more functional and flexible. Therefore, content on dynamic websites keeps changing. Diverse content encourages users to return to these websites. The disadvantages of dynamic websites are that they are more expensive and take longer to develop than static websites. Hosting dynamic websites also costs more.

Answer:

D

Explanation:

What are some real-life situations that require a program that is iterative? Include at least three examples in your answer.

Answers

Hello :D

Your answer should be:

Apple has released multiple different versions of each model of its iPod products. The Nano, for example, has evolved from an original slim mP3 player with a very small screen to a tiny square touch-screen version to a longer, thinner touch screen version.

Hope this helped!

Brainliest appreciated :3

Images, symbols, and diagrams are types of

art objects
Graphs
graphics
presentation objects

Answers

Answer:

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

Explanation:

The correct answer to this question is :

Graphics

Because Graphics are the visual representation of information without text. Images, symbols, and diagrams are types of graphics. These graphics can be used in presentations to present information visually.

While other options are not correct because:

Art objects are some images or painting that is the artistic creation of aesthetic value. While graphs are the visual presentation of data and there are different presentation objects in PowerPoint such as images, symbols, text, and diagrams, etc. But it is noted that images, symbols, and diagram are not types of presentation objects but it is a type of graphics elements/objects.

Other Questions
help asap will make brainlest Someone please help will mark as brainliest Infer in 2004, a fossil of an organism that had fins and gills, but also lungs and wrists, was discovered. What might this fossil suggest about evolution? What is the percent of SO2 in H2SO4? Help Please The table shows the cost to Brenda for her textbooks at her local college. Which description accurately matches the table?A)New textbooks cost $120 each, and used textbooks cost $40 each. She isbuying 2 new textbooks and x used textbooks.B)New textbooks cost $100 each, and used textbooks cost $80 each. She isbuying 2 new textbooks and x used textbooks.C)New textbooks cost $120 each, and used textbooks cost $80 each. She isbuying 2 new textbooks and x used textbooks.D)New textbooks cost $100 each, and used textbooks cost $40 each. She isbuying 2 new textbooks and x used textbooks. What does x = if x multiplied by 7/3 = 1 It is approximately 32 miles from Dallas to Fort Worth.Which number sentence could be used to find f, the numberof feet from Dallas to Ft. Worth.(A) 1760 x 1/32 = f because the scale factor is 5280 (B) 32 x 1760 = f because the scale factor is 5280.(C)5280 x 1/32 = f because the scale factor is 5280.(D)32 x 5280 = f because the scale factor is 5280. I need to know if is true or false please When a tree is cut and burned, it is converted into which of the following?carbon reservoircarbon cyclecarbon sourcecarbon sink If you flip a fair coin 6 times, what is the probability that you will get exactly 4 tails At a shelter, 35% of the dogs are puppies. There are 200 at the shelter. How many are puppies? A soccer team uses 5-gallon coolers to hold water during games and practices. Each cooler holds 640 fluid ounces. The team has small cups that each hold 6.25 fluid ounces and large cups that each hold 8.75 fluid ounces. 1. The team fills c coolers for practice. During practice, the players pour s small cups and g large cups of water. Write an expression that represents the amount of water that remains in the coolers. Juanita drive 40 miles in 48 minutes At this rate, she will drive _______ miles in 6 minutes Q = x^2 - 15x + 56 = 0 What is one thing you want to remember about your art lessons this week? On Monday, Takira counted 75 splatters of bird droppings on her car. On Tuesday afternoon, she counted 21 more. What is the percent change in the number of bird droppings on Takira's car from Monday to Tuesday? Fishing and farming are examples of which type of industry? pls help me with this There are 120 boys in Morris middle school. What is the total numberstudents in Morris middle school? 1. Which of the following is a typical characteristic of ionic solids?A. low melting pointC. no conductivity in solutionB. soft and malleableD. neutral net charge