write a for loop that displays the following set of numbers: 0,10,20,30,40,50....1000

Answers

Answer 1
Final answer:

A for loop can be used to display a sequence of numbers from 0 to 1000 in increments of 10. In Python, this can be done using a range function that specifies the start, end, and step values.

Explanation:

To display the set of numbers 0, 10, 20, 30, 40, 50, ..., 1000 using a for loop, you would write code with a loop that starts at 0 and increases by 10 each time, up to and including 1000. Here is an example of how this could be written in a common programming language like Python:

for i in range(0, 1001, 10):
   print(i)

This code uses the range() function to generate a sequence of numbers from 0 to 1000, with a step of 10 between each number. The for loop then iterates through that sequence, assigning each number to the variable i, which is then printed out.


Related Questions

Dan is a Civil Engineer for a company that builds nuclear power plants throughout the world. Which best describes the places he works and what he does there?

Answers

Answer:

the answer is c

Explanation:

Answer:

C. in a laboratory, where he designs power plants, and in a factory where the plants are manufactured

Explanation:

All spreadsheet formula should start with

Answers

A formula in Excel will ALWAYS start with = then the function name like
=SUM(A1:A5)

Imposing stricter recycling regulations would greatly benefit our city in many ways.

Which is the best revision of the underlined portion of the sentence?
would be a totally beneficial thing to do.
would be great and I’ll tell you why.
would be pretty great for our city for many reasons.
no change

Answers

The answer is (D) no change

Given that there is no underlined portion of the sentence, we cannot completely answer this question. However, basing on the excerpt borrowed from Erika’s letter to her mayor, I honestly would not change anything. Given that Erika is addressing the mayor about a serious issue, The sentence’s choice of words is correct and sounds very academic, professional and formal, something that Erika would want to achieve.



Answer:

(D) no change

Explanation:

Why is the protocol down, even though you issued the no shutdown command for interface vlan 99?

Answers

At least one device needs to be assigned to a Vlan 99 to bring the protocol up. Assuming that the Status is UP and the protocol is DOWN may mean that there are no ports assigned to Vlan 99 and thus no host assigned to this Vlan.






Answer and explanation:

The protocol of a management interface with VLAN 99 could be "down" because there are no ports assigned to it, meaning there are no hosts assigned to that interface. In this case, the status of the interface can be displayed as "up" regardless of the protocol.

Coordinates that measure how far a point is from the origin are _______________. A. Relative coordinates B. Absolute coordinates C. Negative coordinates D. X coordinates

Answers

the correct answer is B

Answer:

answer b

Explanation:

You want to create a database for the various product categories in your business which office 2007 application with you launch to accomplish this

Answers

Many applications actually can do this thing, but the most optimum is Microsoft Access 2007

Given positive integer numinsects, write a while loop that prints that number doubled without reaching 100. follow each number with a space. after the loop, print a newline. ex: if numinsects = 8, print

Answers

Hi,

the program is as follows
___________________________________________________________


import java.io.*;
class doubleval

  {
     public static void main()throws IOException   
     {

       DataInputStream dt=new DataInputStream(System.in); 

System.out.println("Enter NUMBER WHOSE DOUBLE U WANT TO                                           PRINT");       
            int n=Integer.parseInt(dt.readLine()); 

                  for(int i=n;i<=100;i=2*i)       
                    {           
                         System.out.println(i);       
                            }   
            }
}


           

Answer: while(numInsects < 99) {

printf("%d ", numInsects);

numInsects = numInsects * 2;

}

printf("\n");

Explanation:

"explain why professional software is not just the programs that are developed for a customer"

Answers

To put it into simple terms, software is always a continuous process of coding and updating, thus, you will never code and be done. Professional software not only consists of programs that are developed for a client, but also the compilation of documentation, configuration of data, support websites, requirements, design manuals, and evolution to make these programs operational and complete. 

A professionally done software system consists of more than one program and configuration files used to set up these programs.






Raul looks at different technologies that will help him do his job. What part of the process is this?

analyzing options
determining the goals
evaluating the decision
gathering data

Answers

This process is known as analyzing options. When Raul looks over different options and/or technologies that will help him do his job, he is going over the different options and seeing which option is best for him. When deciding which is best for him, he will need to consider: what Raul needs it to complete, how each technology option compares to the next, the price point and all of the functions the technology can do. After he figures out what it can do compared to what purpose he needs it to serve, he can determine the best option for himself.

This portion of the process is actually called gathering information.

I tried the other option on Odesseyware and got it incorrect.

I hope this helps!

When the Clipboard dialog box launcher is clicked, the Clipboard displays in _______ view. A. shortcut menu B. dialog box C. window D. task pane

Answers

Answer:

B. dialog box

Explanation:

Clipboard is a feature of the operating system to which a small amount of data is sent and later transferred. This is where text, images, and files that are duplicated or moved through the Copy (Ctrl + C) and Cut (Ctrl + X) commands in programs such as Microsoft Word and Windows Explorer, for example.

what is the relationship between ionic bonds and cleavage

Answers

Hello there!

The relationship between ionic bonds and cleavage is: As the ionic bond strength increases, cleavage will be more difficult. 

Minerals are held together generally by ionic bonds. Ionic bonds are the result of electrostatic attraction and electron transfer between positive and negative ions (cations and anions). Ionic bonding implies the formation of ordered crystalline solids and the cleavage of those solids will depend on the strength of this bonding. 

Camile uses specialized equipment designed by Olivia to analyze and predict weather and atmospheric changes. Which describes the career pathways of Camile and Olivia?

Answers

Camile   can go into Meteorology.
Olivia  should go into  engineering

answer

Olivia is in the Engineering and design pathway and Camille is in the science and meteorology pathway.

Explanation

engineering and design path way- this is a methodological series of steps that are used by engineers in creating functional products and processes.

science and methodology pathway- these are steps used by scientists to create explanations based on the evidence which they have gathered.

IN POWERPOINT: What do you click to create a new presentation in Normal view? A. Blank Presentation B. Layout C. Section D. New Slide

Answers

i believe it's A or D. for a new presentation it would probably be either blank presentation or D. 
I would assume blank presentation

6. How does understanding terminology’s structure and construction help you to understand medical terms?

Answers

This helps one to fully understand what the doctor is saying and by you understanding this, it can be of great importance. You can explain everything properly to the patient what the doctor is talking about. Everything can be broken down in normal English setting about what the doctor wrote.






Presentation aids should include short phrases or images to convey your message. True False

Answers

True

Other than words of speech, presentation aids are items used to support what the speaker is relaying. They can be visual or audio aids or other technologies that are supported. Highlighting new points with appropriate and short phrases, rather than complete sentences is important to a good presentation aid.
Images or photographs on the other hand provide a picture of reality and are used to illustrate a point, action, or evoking an emotion. It shows an important but an unfamiliar detail.  




Which theory uses game playing to understand the development of self?

Answers

Mead's role-playing theory uses game playing to understand the development of self.
According this theory game is one of the three activities through which the self is developed, The other two are language and play.  Through these activities people interact with other people and  develop self-images.

A mixture above the upper flammable limit is too rich to burn or explode. A vapor/air mixture below the lower flammable limit is too _________to burn or explode. A. Combustible B. Lean C. Rich

Answers

The answer is B: Lean.

Before an explosion can occur, certain conditions must be met. These conditions include combustible gas like fuel, air in certain proportions, and a spark or a flame. The minimum or least concentration of a particular combustible vapor or gas that will burn in air is defined as the LEL (Lower Explosive Limit) for that gas. Below this level, the mixture becomes very lean to burn. On the other hand, the maximum concentration is defined as the UEL (Upper Explosive Limit). Above this level, the mixture is too rich to burn

Pictures found on the Internet that do not have copyright symbols may be legally used in your presentation.

True
False

Answers

False is your answer because it is still plagiarism if you don't put a citation
Hope this helps:D
Have a great rest of a brainly day!

false it's like saying it's yours if you use it in your presentation it's wrong and stealing technically so don't use anything with the copy-write symbol on it

IT'S WRONG ФДФ

so the answer as said before is false

from your pal, paps

p.s. sans stole your ketchup

Which type of loop is best if you do not know how many times you need the loop to run?

Answers

while:  the loop must repeat until a certain "condition" is met.  If the "condition" is FALSE at the beginning of the loop, the loop is never executed.  The "condition" may be determined by the user at the keyboard.  The "condition" may be a numeric or an alphanumeric entry.  This is a good, solid looping process with applications to numerous situations. 
while:int ctr = 1;
while (ctr < = 20)
{
     cout<< ctr++ <<"\n";
}



HOPE i HELPED! brainliest? :D 

What are two best practices for discovering whether a message you’ve scheduled with Hootsuite has failed to send?

A) Download a 'Past Scheduled' report from Hootsuite Analytics, and cross-referencing it with posts actually published on your social properties
B) Review Past Scheduled calendar view in Publisher for entries colored red
C) Regularly check Publisher's 'Rejected' Tab
D) Enable email notifications for failed messages under Preferences

Answers

I think:
 C)  Regularly check Publisher's 'Rejected' Tab  D)  Enable email notifications for failed messages under Preferences

But I am not sure.

Answer:

B & D

B) Review Past Scheduled calendar view in Publisher for entries colored red

D) Enable email notifications for failed messages under Preferences

Explanation:

Hootsuite application is a social media management system scheduling tool. It use to manage and keep track of one's social media network channels, to monitor people's comments and reviews about your brand and enable you to respond immediately. The two best practices for discovering whether a message you have scheduled with hootsuite has failed to send are:

i) Review Past Scheduled calendar view in Publisher for entries colored red

ii) Enable email notifications for failed messages under Preferences

A group of scientists are working on research. All of them need to simultaneously work on the computer and perform different operations. Which operating system do they need to use?

Answers

probably windows 10 because you can have more than one desktop on the same computer.i hope this helps!

On the attendance worksheet, in cell l5, enter an if function to determine if the percentage in cell k5 is greater than or equal to the goal in cell h18. the function should return the text goal met if true and review if false. set the reference to cell h18 as an absolute reference

Answers

You have tot do these steps:
Ribbon
1.Click cell L5. On the FORMULAS tab, in the Function Library group, clickthe Logical, and then click IF.
2.In the Function Arguments dialog box, with the insertion point in the Logical_test box, type K5>=$H$18.
3.Press TAB to select the Value_if_true box.
4.Type Goal Met.
5.Press TAB to select the Value_if_false box.
6.Type Review.
7.Click OK.

Keyboard
1.Click cell L5, and type =IF(K5>=$H$18,"Goal Met","Review") (or =if(k5>=$h$18,"Goal Met","Review") or =IF($H$18=0.8,"Goal Met","Review") or =if(k5>=.80,"Goal Met","Review") or =IF(0.80
2.Press ENTER (or TAB or CTRL+ENTER or click the Enter button to the leftof the Formula Bar).

Keyboard (2)
1.Click in the Name box, type l5 (or L5), and then press ENTER. type =if( (or =IF( or =If().
2.Click cell K5, and then type >=.
3.Click cell H18, press F4, and then type ,"Goal Met","Review".
4.Press ENTER (or TAB or CTRL+ENTER or click the Enter button to the left of the Formula Bar).

You need a method to remotely manage a few servers from any client within the enterprise. you want to avoid any method that requires additional client software except a web browser. what will you use? give an outline of tasks.

Answers

The answer is to use Windows PowerShell Web Access

Also known as a PowerShell Web Access, it is featured in windows servers 2012. It acts as gateway that connects to a remote PC or any other device in your environment.


Below is a brief outline of how you can install PSWA

1.       You are required to install and configure the IIS

2.       Install and configure the Windows PowerShell  web access feature

The remaining steps define and configure “authorization rules” and include;

1.       Configuring the IIS gateway.

2.       Creating restrictive authorization rules.






In drafting, what do the numbers inside balloons tell you about a part? A. The number of materials required to make the part B. The amount of time it took to design the part C. The date the part was designed D. The item number for the part

Answers

The answer is (D) The item number for the part

BOM (Bill of Materials) is an important function of assembly drawings. Balloons identify an item listed in the Bill of materials. In an example of an inventor balloon, the balloon is always configured to show the ITEM number of parts list.

 




Create a program that reads words.txt (link near top of our home page) in order to: determine the length of the longest word(s) and output that length plus the first word of this length found. determine the length of the shortest word(s) and output that length plus the first word of this length found determine and output the average length of all the words in the list.

Answers

# In Python 3
# https://pastebin.com/fPSmmE5w

longest = [""]
shortest = None


with open("words.txt") as words:
   for line in words.readlines():
       for word in line.split():
           if len(word) > len(longest[0]):
               longest = [word]
           elif len(word) == len(longest[0]):
               longest.append(word)
           elif shortest is None or len(word) < len(shortest[0]):
               shortest = [word]
           elif len(word) == len(shortest[0]):
               shortest.append(word)


def format_printable(words):
   return ["{}: {}".format(len(word), word) for word in words]


print(
   "Longest:\n",
   "\n".join(format_printable(longest)),
   "\nShortest:\n",
   "\n".join(format_printable(shortest)),
)


To add the word "confidential" to the background of a page, users would need to _____.

use the Page Color option

insert a watermark

layer the text behind the background

modify the page theme

Answers

Answer:

insert a watermark.

Explanation:

Adding a watermark is adding something to the background of an image or document. With a watermark, you should be able to still see everything in the photo or document.

Modifying the page theme would not be beneficial nor would it add confidential to the background, it would just change the theme.

using the page color option would just change the color of the page in which you most likely would not want to do in this situation.

Layering the text behind the background would make it where you won't be able to see what you wanted to add to the background because it would be BEHIND the background

To add the word “confidential” to the background of a page, users would need to insert a watermark. The correct option is b.

What is editing?

Editing is adding something to pre-existing data and correcting the data if there is any mistake.  A watermark is something that is added to an image or document's background. You ought to be able to still see everything in the image or document, even with a watermark.

The page theme might be changed, however, that would not improve the situation or add secret information to the background.

If you layer the text below the backdrop, you won't be able to view the background elements you meant to include because they will be hidden by the background.

Therefore, the correct option is b, insert a watermark.

To learn more about editing, refer to the link:

https://brainly.com/question/21263685

#SPJ2

Your boss, kelly, tells you that the users have approved your data model and that you can go ahead and create database structures such as tables. you begin developing the tables for your database and realize that you need to design your table structures so that data integrity is protected. you recall that a process called normalization is used to improve data integrity. what is the best way to normalize this data?

Answers

The best way to use data normalization in this example is to use a third normal form (3NF). The third normal forms is in the second normal form and does not have a transitive functional dependency. Since it does not have a transitive dependency, there is no data duplication and it achieves referential data integrity




Which of following allows you to share a file with someone that is too large to send via e-mail?
Dropbox
Google Drive
One Drive
All of the above

Answers

One can share files via email that is too large by drop box, g drive, and one drive. The correct option is D.

What is a drive?

A drive is a location (medium) that can store and read information that cannot be easily removed.

All drives contain files and programs that your computer uses. When you write a letter in a word processor, for example, the program is loaded from the drive.

When you need to send large files via email but they are too large, one of the more efficient solutions is to use cloud-based storage services.

Cloud storage services such as Mail Drop, OneDrive, and G Drive are excellent options for sending large files via email.

Thus, the correct option is D.

For more details regarding drive, visit:

https://brainly.com/question/966908

#SPJ5

To modify a text box, shape, or SmartArt graphic, the user must first select the _____.

Answers

Final answer:

To modify a text box, shape, or SmartArt graphic, the user must first select the object, enabling access to specific formatting and editing tools appropriate for the item, such as the SmartArt Tools Design and Format tabs, Drawing Tools for shapes, and text layout options for text boxes.

Explanation:

To modify a text box, shape, or SmartArt graphic, the user must first select the object. This initial action grants access to a range of formatting and editing tools tailored to the selected item. For example, upon choosing a SmartArt graphic, the SmartArt Tools Design and Format tabs become available, offering numerous layout, style, and color options. Similarly, selecting a shape enables the use of the Drawing Tools, which provide capabilities to fill, align, group, and modify the shape's appearance. When it comes to text boxes, activating one allows the user to adjust the text layout, remove or format the border, and other text-specific modifications via the contextual tab or the Format Shape option.

SmartArt graphic: Customized through SmartArt Tools Design and Format tabs for layout, style, and colors.

Shapes: Modified via the Shapes drop-down list for advanced formatting like filling, aligning, and grouping.

Text boxes: Adjusted for text display and border through the Format Shape option or Layout Options icon.

The data in a database management system that identifies the names of​ tables, fields in each​ table, and the properties of each of the​ fields, as well as which fields are primary and foreign​ keys, etc. is called​ ____________.
a. data definitions
b. metadata
c. qualitative data
d. descriptive data
e. uberdata

Answers

The answer is (B) Metadata

By definition, Metadata describes other data or data about other data. In simple terms, it provides context for data. In DBMS, metadata defines attributes and data elements like data type, name, size, and etcetera. It also defines data that could be about records and structures like columns, length and fields.


B. Metadata is correct answer
Other Questions
THERE CAN BE MORE THEN ONE ANSWER!! PLEASE HELPThe chart shows changes in sea level from 1995 to 2013. According to the chart, sea levels rose at an average annual rate of 3.24 millimeters from 1995 to 2013. Which questions can be asked to check whether global warming is the cause of rising sea levels?Did the global surface temperature increase steadily from 1995 to 2013?Did sea ice extent in polar regions reduce because of melting from 1995 to 2013?How will the change in sea level affect marine economic activities such as fishing?Will the rise in sea levels cause soil in coastal areas to become less fertile?Which islands are under threat of flooding from rising sea levels? What are two of the best advantages of globalization for Pacific Rim countries? Read the passage from "the white umbrella" Mona wrung her hair out on miss crossmans rug What is the best definition of wrungA: pass tense; to twistB: pass tense of pullC: combedD: brushed With regard to political ideology, most americans are ________. PLEASE HELP NOW 1 QUESTION FOR 25 POINTSPoints C and D are equidistant from point A. Complete the following table to prove that AEC AED. In which type of network can a computer upload and download data at the same time? Dan has already delivered 48 donuts today. For the next few hours, Dan will deliver 60 donuts per hour. Match the number of donuts Dan will have delivered after a given number of hours to the corresponding recursive function. Tiles number of donuts delivered 2 hours from now number of donuts delivered 7 hours from now number of donuts delivered n hours from now number of donuts delivered 6 hours from now Pairs next = now + 6 60, starting at 48 arrowBoth next = now + 60 + 60, starting at 48 arrowBoth next = now + 420, starting at 48 arrowBoth next = now + 60n, starting at 48 arrowBoth WILL GIVEBRAINLIEST AND 25 PTS PLEASE HURRY!!!Which lines are the directrices of the ellipse?x = 4.25 and x = 8.25 x = 3.25 and x = 9.25y = 4.25 and y = 8.25 y = 3.25 and y = 9.25 In what way did Andrew Jacksons 1828 presidential campaign most alter presidential politics? At the time of the louisiana purchase, which country owned California. Will mark brainliest and 20 pointsHow many 1-inch cubes do you need to create a cube with an edge length of 7 inches? Soil is composed of various materials, such as gravel, sand, silt, clay, and organic material. Each of these substances creates a variety of different soil conditions. Different soil compositions have different properties, which affect water capacity. One of these soil properties is grain size.Gravel is greater than 2 mmSand is 0.5 - 2.0 mmSilt is 0.002 - 0.005 mmClay is less than 0.002 mmAnswer these questions.A. A soil composed of which particle on the chart would be least effective in allowing water to pass through it?B. Explain how soil grain size can affect water storage capacity in soils.C. Explain why a soil composed of a combination of the grains shown would be a better soil for plants than a soil composed of just one type of grain.D. What purpose does sand serve when mixed with a soil that is made mostly of clay? What horrors does the narrator witness during regular walks to his brothers house? Expand the logarithmic expression. I will award brainliest. Which child care position will you be qualified for when you finish this Penn Foster program? A. Teacher aide B. Head teacher C. Children's librarian D. Kindergarten teacher Which replicative cycle describes a virus that can integrate its genome into the host cell's genome? view available hint(s) which replicative cycle describes a virus that can integrate its genome into the host cell's genome? lysogenic viral lytic mutagenic? A 6.0 l container holds a sample of hydrogen gas at 150 kpa. if the pressure increases to 2 atm and the temperature remains constant, what will the volume be? According to the direct instruction, which of the following is a leading cause of death among young people in the United States?A.Lung diseaseB.Communicable diseasesC.AccidentsD.Diabetes Which of the following is NOT true of a budget?A. Budget cant include donations to charities.B. Once you finish making your budget you should not change it.C. Budget help you plan how to spend money you earn or receive.D.Budgets include both expenses and income When an inducer molecule attaches to the repressor protein, what happens to the repressor protein?