Consider the following code segment

Consider The Following Code Segment

Answers

Answer 1

Answer:

E

Explanation:

The first loop assigns "John" to name and prints name

The second loop iteratively prints every name in order in the given array.


Related Questions


How is an informal outline organized?

Answers

Answer:

An informal outline usually organizes information with bullet points. ... And even lower case letters (the lowercase letter O) are conventionally used in ASCII (text only) or other environments where list point characters are not available. When writing by hand, bullet points can be drawn in any style

a worksheet can have a maximum of number of rows​

Answers

1,048,567 rows


I don’t really understand the question

Although you're limited to 255 sheets in a new workbook, Excel doesn't limit how many worksheets you can add after you've created a workbook. The only factor that ultimately limits the number of worksheets your workbook can hold is your computer's memory.

A Range is a group of selected Cells in an Excel worksheet. A Range can be rectangular or square in shape. You can select a Range by left-click, drag and release the mouse over the cells you want to select. ... Similarly, a Range in Excel worksheet is identified by a Range Address.
I believe it’s 1,048,567


What is the difference between iterative and sequential?

Answers

Answer:

iterative means to iterate, or "repeat" ex: 4,4,4,4,4

sequential means to increase with a constant ex:

1,3,5,7,9,11,13. the constant that the terms are incremented by is 2

If you like undertale and their AU's pls be my friend

Answers

Answer:

Alright

Explanation:

Answer:

okie

Explanation:

I made an Au called sc-tale.

imma follow u now

plz give me brainliest T-T i have none

NARIO 1

Amy scheduled herself from 8:00 AM–1:00 PM Sunday through Wednesday. On Wednesday, she

needed to release her intervals from 11:00 AM 1:00 PM at the last minute. She serviced all of the

other time for which she posted. What was her overall Commitment Adherence percentage?

Answers

Answer:

85%

Explanation:

8:00 a.m - 1:00 pm = 5 hours

Sunday - Wednesday = 4 days

Total scheduled hours = 5 * 4 = 20 hours

Hours in adherence :

Sunday to Tuesday (3 * 5 hours) = 15 hours

Wednesday : (11:00 a.m - 1:00 a.m) = 2 hours

Total hours adhered = (15 + 2) = 17 hours

Commitment adherence percentage :

(Total hours adhered / total scheduled hours) * 100%

(17 / 20) * 100%

0.85 * 100

= 85%

can enyone tell me a book to read thats eazy and for 4th grade hurry and help me PLEASE

Answers

Answer:

Try any Geronimo Stilton books. They are the ones with the brownish orange mouse with glasses.

James and the Giant Peach

Explanation:

easy to read for forth graders.

What is the name of Thompsons computer language?

Answers

Answer:

below

Explanation:

Bon programming language

Answer:

Explanation:

Bon programming language

While writing Multics, Thompson created the Bon programming language

Use the drop-down tool to match each definition to the correct word or phrase. The computer that responds to requests from the client computer: _____. Connects network devices or different parts of a network: __________. A piece of equipment that directs data where it should go: _____. Connects many different Ethernet devices and allows them to connect to the network with one connection: _________. The computer that uses service provided by a server: _________.

Answers

Answer:

The computer that responds to requests from the client computer:  

Server

Connects network devices or different parts of a network:  

Switch

A piece of equipment that directs data where it should go:  

Router

Connects many different Ethernet devices and allows them to connect to the network with one connection:  

Hub

The computer that uses service provided by a server:  

Client

Explanation:

Following are the discussion to the given points:

The computer replies to queries from the client-server computer.Connects network components or various parts of a Network Switch.The router is a piece of equipment that directs information to the data location.Connects a variety of Ethernet devices and enables them to connect to the network through a single connection Hub.A network is a computer network that makes use of a service supplied by the Client-Server.

Therefore, the final answer is "Server, Switch, Router, Hub, and Client".

Learn more:

brainly.com/question/20193625

What are the steps for inserting an internal link?
1. Type into a cell.
2. Then, select the that includes the cell you wish to link to.
3. Next, click the cell you wish to reference.
4. Finally, press .

Answers

Answer:

=

Worksheet

Ctrl + Enter

Explanation:

Answer:

=, worksheet, Ctrl+Enter

Explanation:

How should you best communicate
this information to Keisha?
(Select all that apply.)

Answers

Answer:

if you use keyword in your search you will have a better chance of what you are finding.

Explanation:

The idea that money, language, education, or infrastructure creates a gap between those who have access to information technologies and those who do not.

Answers

Answer:

The Digital Divide, or the digital split, is a social issue referring to the differing amount of information between those who have access to the Internet (specially broadband access) and those who do not have access

Explanation:

Write a program code which asks for 80 numbers between 100 and 1000 to be entered.
It checks that the numbers are in the correct range, and stores them in an array. It
counts how many of the numbers are larger than 500 and then outputs the result when
the program is finished.

Answers

Answer:

If you are using Python,

```count = 0

for i in range(0, 79):

a = int(input("Input a number: "))

if 100 <= a <= 1000:

 if a > 500:

  count += 1

else:

 print("Please input a number between 100 and 1000!")

 i -= 1

print(count)```

Explanation:

count refers to the number of 500s and above,

the for loop is required for the program to loop 80 times,

a is the input collected,

the nested if is to check whether the number is above 500 and the if is used to check if the number is between 100 and 1000 if not, it will output that you need to input a number between 100 and 1000,

the i-=1 is required to make sure that part wasn't counted.

and the last print is to output the number of numbers above 500

What will the following program display in the console?

var sum = 0
for(var i = 0; i < 5; i++){
sum = sum + i
}
console.log(sum);

A. 15
B. 10
C. 5
D. 0

Answers

Answer:

b- 10

Explanation:

The display of the given program will be 10. The correct option is B.

What is console?

The text entry as well as display device for systems management messages, particularly those from the BIOS or boot loader, the kernel, the init system, and the system logger, is one definition of system console, computer console, root console, operator's console, or simply console.

The console on modern small computers is usually the computer's attached monitor and keyboard.

The console on many older computers is an RS-232 connection to a terminal, such as a DEC VT100. This terminal is kept in a secure room and is constantly monitored by the minicomputer's operators.

The given program's display will be ten, as the for loop will continue till the number is less than 5.

Thus, the correct option is B.

For more details regarding console, visit:

https://brainly.com/question/28702732

#SPJ6

For each item, identify the way it is usually addressed in the software industry. Applying a bug fix: Addressing a security flaw: Improving ease of use: Adding new features:

Answers

Answer:

(patch)

(patch)

(new version)

(new version)

Explanation:

gimme my 5 stars

Answer:

patch patch new new

Explanation:

i did it on edge

hey Guys I wanted to have fun so I made a riddle first to solve gets the crown \

When John was six years old he hammered a nail into his favorite tree to mark his height. Ten years later at age sixteen, John returned to see how much higher the nail was. If the tree grew by five centimeters each year, how much higher would the nail be?

Answers

Answer:

how.much higher??? 5cm.

Explanation:

or unless it was a different approach-

then it would have gone 50 cm which is 19.6 inches

Consider the following code segment - 3

Answers

Answer:

The answer is "Choice C".

Explanation:

In the above-given code, a 1D array "list" is declared that holds integer values, and it uses three print which can be defined as follows:

In a first print method, it uses the length method that holds the array length that is "9".In a second print method, it uses the array that prints the first element value of the array that is "22".In the last print method, it uses the array that holds the length of the array, which will give an error message that is "ArrayIndexOutOfBoundsException".   That's why only the choice C is  correct.

help pleaseee got 15 points on this

.

Roxy has some raw footage shot on a videotape. She wants to edit this footage. She decides to use the linear editing technique. How should she set up her equipment? Roxy should load the raw footage in the ______ and a blank tape in the ______ first blank: VTR deck, VTP deck, edit controller. second blank is the same thing​

Answers

I belive it is vtr deck

Am I correct? Please help

Answers

Answer:

In my opinion, yes you're correct!

Explanation:

Please its argent and I will give you BRAINLIEST ANSWER 6. How would you confirm that a colourless liquid given to you is pure water?

Answers

Answer:

Evaporate the colourless liquid on a low flame. If no residue is left and boiling exactly at 100 ºC then it is pure water otherwise not.

Explanation:

What is the significance of XML tags?
A.) They are self-descriptive.
B.) They are predefined.
C.) They are only computer readable.
D.) They are only human readable.

Answers

Answer:

your answer would be to ur question would be B

Answer:

It is self-descriptive

Explanation:

Plato Users

What are some ways you can give staying off your phone a "boost" and make it easier to do?

If you're trying to break a bad habit, what are some things you can do so that you don't slip back into old ways?

Please help this is due today and I really need help.

Answers

Answer:

go do something outside and leave your phone inside to charge

Explanation:

Who wrote Hamlet?

Brainliest for the right answer​

Answers

Answer:

William Shakespeare wrote hamlet

Explanation:

it’s wroten by a William Shekespeare

what is out put following code?​

Answers

Answer:

please provide full picture of the code and then i will be able to help u

Explanation:

Answer:

Do you have the entire question?

Explanation:

free ten points,, it would be batter if you answered though

Answers

Answer:

I think A

Explanation:

Answer:

I think it's A

Hope it helps :D

Select the correct answer.
Which graphical element of a spreadsheet does this image represent?

A. column chart
B. scatter plot graph
C. pie chart
D.bar graph

Answers

Answer:

Pie Chart

Explanation:

It’s a pie chart :)

Explanation: pie charts of course look like pie: a circle that has been cut into pieces

What are the safety precautions related to networks?

Answers

Answer:

The following are some of the common safety precautions mentioned in the Network+ objectives.

...

Installation Safety

Lifting equipment. When lifting equipment, it's best to lift with your legs, not your back. ...

Rack installation. ...

Placement. ...

Tool safety.

Answer:

*we should not give details about ours bank, otps etc

Assume there is an interactive math tutor. Many students take the math lessons online. At the end of each lesson, students have to attempt a test. What is the performance measure of this agent?

A.
count the number of students
B.
display suggestions for solving problems
C.
take input from the keyboard
D.
enable the student to attain maximum marks

Answers

Answer:

I think it is D

Explanation:

This is the goal, or the requirement for success.

Answer:

D. Enable the student to attain maximum marks

Explanation:

Correct on Clever

Could somebody please find the bugs and amend them? This question is worth 25 Brainly points!
---------------------------------------------------------------------------

#Tax Calculator with 4 bugs

salary = int(input("Please enter your annual salary: £"))

if salary < 30000
#Salaries under 30000 are taxed at 20%
tax = salary * 0.2
elif salary >= 30000:
#Salaries over 30000 are taxed at 40% for anything over 30000
salary = salary - 30000
tax = salary * 0.4 + 6000
else:
#Salaries over 150000 are taxed at 45% for anything over 150000
salary = salary - 150000
tax = salary * 0.45 + 6400 + 48000


print("Earnings of £",salary,"will attract taxes of £",round(tax,2))
input("Press ENTER to quit")

Answers

line 4

if salary < 30000

error missing ":"

solution

if salary < 30000:

line 6

tax = salary * 0.2

error is missing identifier for tax

solution add identifier for tax on line 3

tax = 0.0

line 11

error syntax

solution is move tax = salary * 0.4 + 6000 to the right

tax = salary * 0.4 + 6000

EXPLAIN WHATS agri crop EXPLORATORY COURSE​

Answers

What is what ?? Can u say it correctly

Sube
When you access a website, your
translates web language code into words, graphics, and videos.
A website address
B. web host
ООО
C Internet service provider
D. HTML decoder
Eweb browser

Answers

Answer:

I think the answer is C correct me if I'm wrong

Answer:

A

Explanation:

im not 100% positive about that but im like 99.9% sure

Other Questions
(x2 - 4x + 3) + (3x2 3x - 5)2.(2m 3+ 7m2) (3 9m2 2m)3.(3a? a + 3) + (4a2 5)4.(2x2 + 3y2 22) - (x2 - y2 - z2) + (4x2 3y2)5.Find the sum of (2x2 - 6x 2) and (x2 + 4x).( there are 5 different questions btw) Write an equation and solve.8 less than a number is 24 What effect did the Louisiana Purchase have on the United States?O A. It resulted in the nation going bankrupt.O B. It led to a peace treaty between the United States and GreatBritain.O C. It caused the nation to enter into a war with France.O D. It doubled the size of the nation. Eventually (2) the soil was completely lost, when it blew out to the Atlantic Ocean.Read the passage underlined (2). There may be a mistake in punctuation, capitalization, or spelling. If you find a mistake, choose the answer that corrects the mistake. If there is no mistake, choose Correct as is. athe soil was completely lost; when it blew out to the Atlantic Ocean. bthe soil was completely lost when it blew out, to the Atlantic Ocean. cthe soil was completely lost when it blew out to the Atlantic Ocean. dcorrect as is Need help ASAP please HELP HELP HELPPPPP What is Biodiversity's value? HELP ME PLEASE!! HELP ME ANSWER A AND B A) Suppose you separate a 3.02 g mixture of sand and salt. You recover 1.43 g of salt and 1.41 g of sand. What is the percent recovery of the mixture?B) Suppose you separate a 3.02 g mixture of sand and salt. You recover 1.43 g of salt and 1.41 g of sand. What is the percent recovery of the mixture?C) Calculate the percent by mass of a solution made from 15 g NaCl (the solute) and 69 g water.D) What percent of 73.0 g is 26.1 g? Can someone please help whats the answer to 5+6x=2-7 What do you mean by renaissance? What was travel like on the Silk Road? The following income statements are provided for two companies operating in the same industry: Felix Company Jinx Company Revenue $ 200,000 $ 200,000 Variable costs (25,000 ) (70,000 ) Contribution margin 175,000 130,000 Fixed costs (70,000 ) (25,000 ) Net income $ 105,000 $ 105,000 Assuming sales increase by $1,000, select the correct statement from the following: a) Felix's net income will be more than Jinx's.b) Correct Only Felix will experience an increase in profit. c) Felix's net income will increase by $250. d) Jinx's net income will increase by 6%. What is the correct meaning of the word manipulateHe knew his brother would try to manipulate his decision about which movie to see. Tortoiseshell cats have an extra sex chromosome which causes their mottled fur colors; the different colors are a result of different X chromosomes being activated in random cells. This is called:a. x-inactivationb. x-expressionc. x-activation (not this, I know because I submitted and it's not this)d. y-inactivation PLEASE HELP FASTT!!!!!!! I need help please I really need help HELP DUE IN 20 MINS!What is the Scale Factor? Use a fraction in simplest form to represent your answer.Scale Factor: x/4 = 1/3 what is x? After resting for 10 minutes, you decide to perform another explosive, one-time movement such as a standing vertical jump and again, exert maximal effort. You briskly push yourself up from a chair and walk about 1.5 minutes to arrive at a wall where a vertical jump measurement can be made. a. anaerobic metabolism b. lactic acid metabolism c. aerobic metabolism