This is your array.

D = [['a', 's', 'd'], ['1', '2', '3'], ['4', '5', '6'], ['7', 'q', 'w'], ['e', 'r', 't']]


D[3][2] refers to ''.

Answers

Answer 1

Answer: W

Explanation: Edge 2022

Answer 2

This refers to the python data type.

What is data?

The data is the processed form of raw information, more specifically it has facts, figures, measurements and amounts that is gathered for analysis or reference. So that a conclusion can be drawn in a proper way.

The data, especially facts or numbers, collected to be examined and considered and used to help decision-making, and the data can be stored in an electronic form in the database and used by a computer in the future.

For example, government also maintain data, so that if any time people demand for the information, the government show them to the public. The data is also stored for making future plans.  A data governance system is effective if anyone can access the data when they need it.

Learn more about data here:

https://brainly.com/question/15403824

#SPJ5


Related Questions

Jason works for a restaurant that serves only organic, local produce. What
trend is this business following?

digital marketing
green business
e commerce
diversity

Answers

Answer:

green buisness

Explanation:

green business because it’s all natural and it’s organic

Which item is used for formatting in responsive web design?

A.) Adding horizontal scroll

B.) Adding interesting text

C.) Improving image quality

D.) Removing horizontal scroll

Answers

Answer:

B) Adding interesting text

Explanation:

Answer:

Adding interesting text

Explanation:

How do you access the printing functions and settings in Outlook messages?
O Click the Print button on top of the message in the Reading Pane.
O Open the Print window under the View tab on the ribbon.
O Go to the navigation bar and click the Print icon at the bottom.
O Go to the message and access the Backstage view of the message.

Answers

Answer:

it D Go to the message and access the Backstage view of the message.

Explanation: just trust me

In video game development, the person who oversees and directs the entire design team and is the key vision keeper is
the

Answers

Answer:

The Lead Designer

Explanation:

The Lead designers main role is to oversee how a game looks and is played. They manage a, normally small, design team. They work with them to come up with many aspects of the game itself like; characters, props, and plots to the game. they also, makes sure that the team itself stays on track, is within budget, and meets the designated deadlines.

You created a two-dimensional array with the following code.

>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
How do you refer to 'cat'?

E[1, 2)

E[1,2]

E[1][2]

E[1,2]

Answers

Explanation:

My answer is E[1][1]

but I don't see it here

Answer:

E[1][2] that is correct I just took t

Energy requirements of analog and digital signals.

First to get the correct answer is brainliest!

Answers

Analog signals require more energy.

Analog=Constant flowing modulated

Digital is bursts of on/off binary data.

Answer:

Explanation:

Analog requires more energy but I’m still trying to figure out what digital is please let me know if you found the answer

When heating a substance a phrase change will start to occur when the kinetic energy of the particles is blink the attractive forces between the particles

Answers

Answer:

great enough to overcome.

Explanation:

Kinetic energy can be defined as an energy possessed by an object or body due to its motion.

Mathematically, kinetic energy is given by the formula;

Where, K.E represents kinetic energy measured in Joules.

M represents mass measured in kilograms.

V represents velocity measured in metres per seconds square.

A conductor can be defined as any material or object that allows the free flow of current or electrons (charge) in one or more directions in an electrical circuit. Some examples of a conductor are metals, copper, aluminum, graphite, etc.

When heating a substance, a phase change will start to occur when the kinetic energy of the particles is great enough to overcome the attractive forces between the particles.

Basically, the phase change includes solid, liquid and gas.

what is the binary for O?​

Answers

Answer:

01001111

Explanation:

Answer:

0000 0000

Explanation:

For which of the following situations would it be best to use a heuristic in order to find a solution that runs in a reasonable amount of time?
A Appending a value to a list of n elements, which requires no list elements be examined.
B Finding the fastest route that visits every location among n locations, which requires n! possible routes be examined.
c Performing a binary search for a score in a sorted list of n scores, which requires that fewer than n scores be examined.
D
Performing a linear search for a name in an unsorted database of n people, which requires that up to n entries be examined.

Answers

Answer:

The answer is "Option B".

Explanation:

In this question, determining the optimal path between several locations, which requires n!. It's also examining possible routes. It could just suggest here, designers need to do those equations as we have several forms. They have several methods to find the best and efficient path. Its basic idea is to use heuristic approaches for complex or uncertain issues so we do not provide proven solutions for linear programs.

The situation that should be best to use a heuristic in order to find a solution that runs in a reasonable amount of time is option B.

The following information should be considered:

For measuring the optimal path that lies between several locations that needs n!.It also examine the possible routes. It consist of various methods for determining the efficient path.

Learn more: brainly.com/question/17429689

Using the drop-down menu, complete these sentences to describe algorithms. Algorithms are instructions to solve a problem. Algorithms are when written in a programming language. Algorithms are step-by-step instructions for or to follow to solve a problem. Programmers use algorithms to and .

Answers

Answer:

Algorithms are instructions to solve a problem

Explanation:

Answer:

1. step by step

2. computer programs

3. a person

4. a computer

5. solve logic problems

6. start writing new programs

Explanation:

i just did it and got them all right

HELP ASAP! prompt what is search engine?

Answers

Answer:

Prompt Search allows a user to set a keybinding that when activated will open a small popup search bar. This allows the user to search their search engine of choice from anywhere within chrome. It also supports command line style interaction where users can use the up and down arrow keys to navigate previous searches.

Answer:The search engine is a software system that is designed to search the information about anything on the world wide web.

Explanation: got it correct edge

Using this feature keeps the message thread intact.


Reply

Opt out

New message

Signature

Answers

Answer:

Option 1: Reply is the correct answer.

Explanation:

Emails are used for business and official communications.

Let us look at the options one by one

Reply:

The reply option opens the email editing window. When the reply option is used the emails then are arranged in the form of a message thread. So the reply option keeps the message thread intact.

Hence,

Option 1: Reply is the correct answer.

Describe the difference between an interest and a skill.

Answers

Answer:

an interest you can be good but you can also not know where to start an interest is a want to start and a skill is when you are good at it but you don't have to be interested

Explanation:

Match the example with the type of collection.

{'casa': 'house'}


[3, 5]


(3, 5, 'dog')

Answers

Answer: First is a dictionary, second is a list, and third is a tuple

Explanation:

Help brainliest True or False

In Python, the first character in a string has an index position of one.
TRUE/False

Answers

Answer:

False

Explanation:

Hope this Helps! :)

Answer:

False

Explanation:

The first character in the string has an index of 0

In this lesson you wrote code to make the turtle draw squares. Briefly describe how the code for
crawing a rectangle would be different than drawing a square. (Example rectangle at right)

Answers

Explanation:

that programming language you must use?

The role of the
protocol is to make sure communication is maintained.
FTP
IP
ТСР
HTTP

Answers

Answer:

Tcp

Explanation:

Which of the following is a palette of colors, fonts and special effects which complement one another?
O Placeholders
O Theme
O Background
Slide Masters

Answers

Answer:

Theme

Explanation:

.xls is the file extension for this file type

A. Image File

B. Internet File

C. Spreadsheet File

D. Word Processing File

Answers

Answer:

Spreadsheet File

Explanation:

Most word processing files are doc or docx

Most internet files are htm or html

Most Image files are jpg or png

What are the first letters of each of the 3 main colors in javaScript? (seperate with commas)

Answers

Answer:

R, G, B

Explanation:

Red, Green, Blue

please help me guys​

Answers

Answer:

1. Machine Independence

High level languages will have something beneath them that automatically can compile your code into different machine languages for different devices. This means that you can program for just about any device and not have to re-write your code.

2. Micro computers

Almost all the computers that average people interact with today are microcomputers. A microcomputer usually has a single main processing chip or central processing unit. They're smaller than mainframe computers, which dominate a reasonably sized room, and minicomputers, which may be as tall as a refrigerator.

3. VLSI

Third generation computers are basically what we work with today. They use VLSI (Very large scale Integration) which started in the 80s and continues to be the point where modern computers are at.

JAVVVAAAAAA HELPPPP EDHESIVE ​

Answers

Answer:

Here's some really bad code that works:

public static double average(int a, int b, int c, int d, int e)

{

return (((double)a + b + c + d + e) / 5);

}

Which was the first computer network in the world

Answers

Answer:

ARPAnet in 1969

Explanation:

hope this helps :)

Give two examples of search​

Answers

Answer:

goo.gle and ya.hoo

Explanation:

Web browser, book looking up

Which details in paragraphs 1-5 contrast with your experience and expectations?

Based on these details,what do you think the setting of the story is?

Answers

Answer:

among us

Explanation:

Menu options are usually selected by _____the mouse.

Answers

Answer:

clicking

Explanation:

right clicking the mouse

PLS i need help - programming challenge

Write an algorithm that:

· Ask the user to input how many GCSE’s they have.

· They should then be allowed to enter a result for each GCSE grade.

· The computer should work out how many points they have got (9=9, 8=8, 7=7 etc).

· If their score is 40 or over it should output ‘You can go to the sixth form’

· If they their score between 35 and 39 it should output ‘A discussion is needed’

· Otherwise it should say ‘Sorry not enough points.’

Answers

This is written in python 3, so you need to have python and rename the file to GCSE.py

It runs in vanilla python, no addons required.

What types of data can you filter using the
AutoFilter tool? Check all that apply.
text
numeric data
images
sound
DONE

Answers

Answer: A and B

Explanation: just did it on edge

How to unblock a website on a school computer? ASAP who's ever works will get Brainliest and will get a follow.

Answers

Answer:

You can't unblock them without admin access to the router. The only way to visit such sites is to find a VPN that is not also blocked by the school.

But you should know, what you are trying to do can get you in trouble if the school's IT department is competent to any extent.

Answer:

login as a teacher into the pc from there you can change the settings of the student acct. because you are the administrator of the pc due to the fact your acct is organized by the school organization such as Lightspeed and other organizations used by the school.

Explanation:

a deque is a type of collection,but it is not automatically available when you open IDLE. What is missing that allows you to use the deque class?

Answers

Answer:

Import

Explanation:

The import instruction does what it sounds like it imports a file class from file function from file it's very flexible.

The import instruction does what it sounds like it imports a file class from file function from file it's very flexible.

What is Import instructions?

When you transition to Shopify from another platform or need to make several adjustments to your products or inventory, importing products into your Shopify store using a CSV file might be helpful.

The data from the CSV file is transformed into products when you import products, and you can choose whether to publish your new products to all sales channels or only your web store.

You have the ability to overwrite any existing goods with the same handle when importing a CSV file. For any columns that are absent, the current values will be used.

Therefore, The import instruction does what it sounds like it imports a file class from file function from file it's very flexible.

To learn more about CSV file, refer to the link:

https://brainly.com/question/29242949

#SPJ2

Other Questions
round to the nearest hundredth if so. Use 3.14 as pi 8. r= d = C=78.8 ft Someone pls help me solve this Im having really bad anxiety! What happens tolight when it istransmitted? 11. The teachers at our school are all certified and it will bewill teach the classes. *A herB. themC.itD. they The difference between indirect tax and subsidy is known as:Select one:a. Net Indirect Taxb. Depreciationc. Capital consumption allowancesd. Net Factor Income from Abroad= Net Indirect Tax individuals who reflect the makeupof a group in a deomcracy A north magnetic pole is facing another north magnetic pole with a distance x. If the distance between the poles becomes 1/2x, what happens to the magnitude of the field energy between them?(1 point)The field energy will gradually dissipate until it reaches zero.The field energy will remain unchanged.The field energy will decrease.The field energy will increase. During the Congressional Reconstruction era, African Americans in Texas did all EXCEPT: a. get elected to the state legislature b. participate in a state constitutional convention c. work as part of the state police force d. serve as governor Please select the best answer from the choices provided A B C D ReadingThe Umbrella Brigade"Pitter patter!" falls the rainOn the school-room window-pane.Such a plashing! such a dashing!Will it e'er be dry again?Down the gutter rolls a flood,And the crossing's deep in mud;And the puddles! oh, the puddlesAre a sight to stir one's blood!ChorusBut let it rainTree-toads and frogs,Muskets and pitchforks,Kittens and dogs!Dash away! plash away!Who is afraid?Here we go,The Umbrella Brigade!Pull the boots up to the knee!Tie the hoods on merrily!Such a hustling! Such a jostling!Out of breath with fun are we.Clatter, clatter, down the street,Greeting every one we meet,With our laughing and our chaffing,Which the laughing drops repeat.46New Nepal English Reader - 5 What is the tallest house in Adopt Me?A. Luxury ApartmentsB.Ruler's CastleC.Hollywood HouseD.Millionaire Mansion After the video game store, Larry goes to the music store online and downloads four new songs to his phone for $3.99 each. If tax is 7%, how much does he spend in all? What are the characteristics that make people with psychopathic personality traits successful in business? In 2009 Usain Bolt set the world record for the 100 meter sprint. He ranthe track in 9.58 seconds! What was his speed? Write a story that could represent this math problem. Which pairs are like terms in the expression below? Select all that apply.y + } x-0.25 6 +(-2)Ay and { xand 1B. y andy and -0.2,C.1/3 xand-0.27D. -0.2y and 2E. -6 and -2 1x + 7 = 9x + 2 what is x Use the equation below to answer questions (14-21). C12H22O11(s) 12C(s) + 11H2O(g) 14)The left side of the chemical equations is the _______________________. 15)List the coefficients of the reactants ____________________ What type of chemical reaction is this equation? ________________________________ 16)The number 11 is called a ________________ 17)How many atoms in oxygen of the reactants ______________ 18)The right side is called the ________________ 20)List the four states of matter: ________________________________________________ 21)What are the number of atoms on the product side? harry purchased a 600$ savings bond if he has 1200 in total in the bank at the end of 10 years what was the simple interest rate Make a list of the types of waves you find you are exposed to everyday and explain why they are waves. Plz help me I have a entire test to finish in 10 minutes Read the scenario below and answer the question that follows.For history class, Ross has to write a research paper on an aspect of the 1960s. Since he loves music, Rossnarrowed down his topic to music of the 1960s. After completing some background research, Ross decidesdiscuss the ways that classic rock music mirrored the new-found freedoms within society.What type of research paper is Ross writing?A. analyticalB.argumentativeC. personal narrativeD. how-to informational manual