What is the output of the following program?
numA = 2
numB = 3
while numA > 0:
numA = numA-1
while numB > 0:
numB = numB-1
print (numA, numB)

What Is The Output Of The Following Program?numA = 2numB = 3while NumA > 0:numA = NumA-1while NumB

Answers

Answer 1

Answer:

1 2

1 1

1 0

Explanation: you must choose the option with the space between 1 and 2 (1 2, 1 1, 1 0) not (12, 11, 10)

Answer 2

Answer:1 2

1 1

1 0

Explanation:


Related Questions

Cars are only as safe as their driver, so __ is your bet to lower your risk.

Answers

seatbelt

Explanation:

Seatbelt lowers your momentum so it can take impact to be less dangerous

The Scrum team is Using Kanban board to make work Visibility available to all. What cannot visible? a) percentage Completion b) Task move from left to Right

Answers

Answer:

a) percentage Completion

Explanation:

A Kanban board is a digital panel divided into five columns where work teams can view a job until its execution and thus optimize the flow of completed jobs, in addition to allowing the full execution of tasks. These columns are named refers to each phase of the production of a job, as a phase is completed it is possible to move the job to the next column, which allows us to conclude that the use of this type of frame allows the movement of tasks from right to left, but does not allow you to see the percentage of completion.

WILL GIVE BRAINLIEST!!!!!!!

In MECHANICAL systems, we use valves to control where the flow of the liquid goes


True


False

Answers

The answer is true !!!

What is the maximum number of alphanumeric characters that a single SMS can have?

A.
140
B.
170
C.
160
D.
150

Answers

Answer:

160

Explanation:

Resources that doesn't go back to their normal state after being used are *​

Answers

Answer:

nonrenewable resources

Explanation:

There are primarily two types of resources: renewable and non-renewable. The main difference between the two is that the renewable resources can be replenished while the non-renewable resources cannot be replenished.

Examples of non-renewable resources: coal, oil and natural gas. These are called "fossil fuels." Although they only have a limited supply, most of our human activities are dependent on these fossil fuels, which threatens their depletion.

In the early 1800's, a “computer" was not a machine, it was a person who did math
calculations.
O True
False

Answers

Answer:

true

Explanation:

Notice that the word rushes is bolded in the passage.
Based on the text, what can be inferred about rushes?
O Rushes are a type of shady tree.
O Rushes are a type of fish.
O Rushes are a type of water plant.
Rushes are a type of hedge or bush.

Answers

Answer:

Rushes are a type of water plant.

Explanation:

Answer:

Its C

Explanation:

What are the requirements to access email on the web?

A. a webmail provider's URL and a password
B. a webmail provider's URL a username and a password
C. a credit or debit card, a username, and a password
D. an email server ID and a password

Answers

Answer:

it's B

Explanation:

You need to have a provider (such as outlook) and a username/password

It’s either A or D u Choose now

4.7 Code Practice: Question 1

Answers

for x in range(20, 31):

   print(x, end=" ")

I hope this helps!

The program prints all the integers from 20 up to and including 30 on the same line. The program written in python 3 goes thus :

for num in range(20,31):

#use a for statement to loop through all the integers between 20 and 30(inclusive)

print(num, end =' ')

#print each iterated value, followed by a space with the cursor remaining on the same line.

A sample run of the program is attached.

Learn more :https://brainly.com/question/18855444

Sam is developing a software program in Python and has a question about how to implement a particular feature. Which use of a resource is most likely to provide Sam with the best results?

A) joining a Python developer forum and posting a question to the forum to solicit feedback
B) joining a Python developer forum and following links to technical news sites
C) reviewing an Introduction to Computer Science textbook
D) reviewing the computer user manual

Answers

Answer:

A or D

Explanation:

i could be wrong

Answer:

probably A, i mean it makes the most sense cause why review a computer user manual? C is an introduction so I doubt that's the level of question he is asking about. B is a no when it states "News sites", I honestly don't think there is any news sites that would help in any way.

Monica needs to assess the slide sequence and make quick changes to it. Which view should she use in presentation program?
A.
Outline
B.
Slide Show
C.
Slide Sorter
D.
Notes Page
E.
Handout

Answers

Answer:

The correct option is C) Slide Sorter

Explanation:

Who want to play among us?

Serves: Europe

Code: AMOFMF

Answers

Answer:

i can't rn

Explanation:

Cant, sometime later?

what is versatility according to computer​

Answers

Answer:

The Capacity of the computer Is more than one task at the same time that is why you call it versatility computer

Cryptography has requirements include:

A. easy to compute and not invertible
B. tamper-resistant
C. collision-resistant
D. All the above

Answers

Answer:

A

Explanation:

Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. ... When transmitting electronic data, the most common use of cryptography is to encrypt and decrypt email and other plain-text messages.

Which of the following correctly declares and initializes a Scanner object that will use input from the keyboard as its data source? *
1. Scanner keyboard = new (System.in);
2. Scanner keyboard = new Scanner (keyboard);
3. Scanner = new Scanner(System.in);
4. Scanner keyboard = new Scanner (System.in);

Answers

Option 4 is correct.........

Answer:

it 4

Explanation:

There is a feature that allows you to lock the document, to avoid others making changes. t/f

Answers

Answer:

true

Explanation:

i have the same class

Answer:true

Explanation:

I took the test and it was correct

Write three statements to print the first three elements of vector runTimes. Follow each with a newline. Ex: If runTimes = {800, 775, 790, 805, 808}, print:

Answers

Answer:

Following are the code to this question:

#include <stdio.h>//defining header file

int main()//defining main method

{

   int runTimes[] = {800, 775, 790, 805, 808};//defining array of integers

   for(int k=0;k<3;k++)//defining for loop for print value

   {

       printf("%d\n",runTimes[k]);//print value with a new line

   }

   return 0;

}

Output:

800

775

790

Explanation:

In the above-given C language code, an array "runTimes" is defined, which holds the number of integer values.

In the next step, a for loop is defined, which uses the "k" variable, which starts from 0 and ends when its value is less than 3.

In the for loop, it uses the print method with "\n", that prints the array value in the new line.

1
Select the correct answer.
What is the maximum number of alphanumeric characters that a single SMS can have?
A.
140
B.
170
C.
160
D.
150
Reset
Next

Answers

Answer:

C.  

Explanation:

Plato users

Why are my earbuds not working and how can I fix them ?
TmT

Answers

Answer:

Are they working yet, Sleepy?

Explanation:

Mikhail is working in an IDE and needs to test a program one step at a time to find and fix errors. What tool should he use?
a) compiler
b) source code editor
c) amend
d) build automation tool

Answers

Answer:

c) De bug ger

Explanation:

Edge 2020

Answer:

Hi

Explanation:

The answer would be a  de bug ger!

:)

Indentation is useful to make the document easier to read. To increase the indentation of the paragraph, you press the increase indentation in the ____________ tab.
AView
B.Insert
C.Review
D.Home

Answers

Answer:

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

Explanation:

The correct answer is Home.

Indentation is useful to make the document easier to read. To increase the indentation of the paragraph, you press the increase indentation in the   Home tab.

you can increase/ decrease indentation in Home tab under the Paragraph groups of command.

Othe options are not correct because:

View tab has settings related to how the document looks like. Insert tab has settings related to the insertion of image, shape, pages, tables, illustration, and links, etc into a document. The review tab allows you to review the document with different available settings.

I want to get an output picture in python but it says this. I'm using turtle

Answers

What computer are you using maybe that’s the issue?

Which. Option tilts the image both horizantly and vertically be degrees

Answers

Aaaaaaaeeeeeeeeiiiiiioooooouuuuuu

What is the initial step that an information security manager would take during the requirements gathering phase of an IT project to avoid project failure?

Answers

Answer:

Ensure that the business problem is clearly understood before working on the solution.

Explanation:

To avoid project failure, the initial step in the requirement gathering phase of an IT project is the basic understanding of the real and actual motivation that is behind what is required.

A good and concise understanding of the problem is needed first before a solution can be offered to this problem. If the business problem is unknown or not understood then the project would likely end up as a failure because the solution offered may not be the right one.

How do you create multiple columns in Word?

A.Click Home>Paragraph, Alignment



B.Click Page Layout > Columns, Click the column layout you want



C.Select the text or click in the section you want to change, Click Page Layout > Columns, Click the column layout you want.

Answers

Answer:

I think it's B

Explanation:

it sounded right to me.

Which ribbon tab is home to the Function library used to insert functions into worksheets?

A) Home
B) Insert
C) Formulas
D) Data

Answers

Answer: A

Explanation: i do be smart

Formulas, ribbon tab is home to the function library used to insert functions into the worksheet. Thus, option (c) is correct.

What is worksheet?

A worksheet is a collection of cells in which you can enter and calculate data. Columns and rows are used to order the cells. A workbook always has a worksheet. A workbook can contain numerous worksheets. The worksheet is the managed of the data.

According to the go to the formulas ribbon, choose either the Directly Relevant icon to bring up the particularly important when it comes dialog box, or click the arrow next to the appropriate folder in the function library group, and then choose the required function.

As a result, the formulas, ribbon tab is home to the function library used to insert functions into the worksheet. Therefore, option (c) is correct.

Learn more about on worksheets, here:

https://brainly.com/question/13129393

#SPJ6

Explain why a CPU’s speed is affected by the number of buses.

Answers

Answer:

The CPU itself needs data to process; the bus' job is to get that data to the CPU. The bus does not increase or decrease the CPU's speed, but handles that data that flows in and out of the device, which plays a key role in how well the CPU performs.

Explanation:

Function of the redo and undo

Answers

Answer:

The redo function restores any actions that have been previously undone using an undo. Undo is a function performed to reverse the action of an earlier action.

What is not an option in the PivotTables Fields list?

A) Column labels
B) Report Filter
C) Values
D) Formulas

Answers

Value is not an option in the PivotTables Fields list

A pivot table is simply known as a table of that shows different sum that put/bind the individual items of a more extensive table in one or more discrete set.

The Field List often comprise of different section and an individual can pick the fields they want to reflect on their PivotTable, and arrange areas to suit your taste

Conclusively, we can say that Value is not an option in the Pivot Tables Fields list

Learn more from:

https://brainly.com/question/19717692

Answer:

its C

Explanation:

What does it mean to prioritize tasks?

to rank tasks from most to least important
to organize tasks from easiest to most difficult
to rate tasks from most to least favorite
to arrange tasks from most to least time-consuming

Answers

Answer:

to rank tasks from most to least important

Explanation:

Prioritize means to choose priority, obviously and priority is the thing is the thing which, among other things, have the biggest importance.

Every day, especially in business, one finds himself swimming in tasks up to his neck. Obviously, not all of them can be successfully finished, or at least not without sacrificing one's personal life or sleep.

Prioritizing, therefore, serves as a helpful organising tool. After writing down all tasks that need to be done, a person should rank them by priority, which means that only urgent and important tasks will be dealt with immediately. Tasks of lower priority will be postponed, delegated or simply deleted.

Answer:

A

Explanation:

Other Questions
Imagine you work in the marketing department of a medium-size outdoor apparel company. Your manager says that your marketing plan is to sell to everyone. Write a short paragraph describing how segmentation could make your marketing efforts more effective. In your response to your manager, provide at least one specific example of how using segmentation could more effectively reach customers. In addition, describe at least two specific action steps you would suggest taking in order to effectively segment your customers. can someone help me with this? thx :) find the area and divide Use the drop-down menus to identify each element from the passage. The Platform Horatio "It is a nipping and eager air." Enter HAMLET, HORATIO, and MARCELLUS. Which of the following is NOT true aboutthe Women's Christian Temperance Union?It pushed for a broad reform agenda, includingthe right for women to voteIt had 150,000 members by 1890It focused solely on ProhibitionIt was founded in 1874 Where did Tutankhamen relocate the Egyptian capital? 1. When should you combine sentences in a paragraph you wrote? when the paragraph ends with a clincher sentence O when the paragraph has lots of sensory details when the paragraph has more than three sentences when the paragraph sounds really choppy help plz i am failing class WILL GIVE BRAINLIEST. Point C is at (-3, -2). After being reflected across the x-axis, what are the coordinates of Point C? (CORRECT IT) The new coordinates are (3, -2). State the error. Write the rule. What is the correct answer? PLEASE HELP!!!!!!!!! I AM STRUGGLING AND NEED A ANSWER QUICK!!!!! French 2 k-12 student I need your help plss...If you are a french 2 k-12 student and dont care to help me I will give you a BRAINLIEST Someone please help im dumb =) Why do you think change takes place today much faster than it did for early humans? Question 22What does the division of Korea at the end of World War II illustrate?Athe attempt to stopthe spread of communismB.the weakness of the Soviet military forcesMacArthur's mistake in attacking InchonDthe Chinese desire to control North Korea The Badlands are a natural region located in western South Dakota. The name Badlands sounds like a desolate wasteland. Actually, this area consists of unique, pointy rock formations. However, the Badlands also include acres of beautiful grassland, resulting in the largest protected mixed-grass prairie in the United States.A shallow sea once covered the Badlands. Over millions of years, the land rose, and the sea disappeared. A warm, humid forest emerged, which later gave way to cooler grasslands. Rocks and soil contain clues to each era. Scientists continue to dig countless fossils and traces of ancient animals from the land. Questions about ancient life in South Dakota remain, but with each new find, the past becomes clearer.What is the main idea of this passage?(1 Point)A.South Dakota contains many acres of grasslands.B.Visually impressive, the Badlands offer clues to the regions natural history.C.Scientists can always find clues to a regions past.D.The ancient shallow sea of the Badlands provided a home for various animals and plants. What was the most common use for canals in America? fill in each blank with the present subjunctive1. Es importante que t _____________ (ESCUCHAR) muy bien.2. Es importante que t _____________ (ESTUDIAR) mucho porque te puede ayudar en el futuro.3. Es importante que t me ____________ (LLAMAR) todos los das. Soy tu abuela!4. Es importante que tu hermana ___________ (PENSAR) ms en su futuro.5. Es importante que tu novio ___________ (HACER) todo lo posible para la relacin que tienen.6. Es importante que tu madre ___________ (IR) a la iglesia este domingo, no?7. Ojal que nosotros ___________ (PODER) pasar ms tiempo8. Ojal que nosotros ___________ (ALMORZAR) en mi restaurante favorito maana.9. Ojal que nosotros ___________ (TOCAR) ms msica latina porque me hace pensar en mi niez en Puerto Rico.10. Ojal que no ___________ (LLOVER) esta noche.11. Ojal que mis nietos me _________ (DAR) un abrazo cuando lleguen.12. Ojal que mis nietos _________ (SER) responsables en la vida. Eso es lo ms importante.13. Ojal que tu madre no _________ (SABER) lo que ya le compr para su cumpleaos.14. Tu madre quiere que yo _________ (PREPARAR) su plato favorito.15. Tu madre quiere que yo _________ (TENER) ms paciencia con mis nietos. Es que los quiero tanto.16. Tu madre quiere que yo _________ (DEJAR) de manejar porque piensa que manejo mal.17. Tu padre quiere que tu madre ___________ (DESCANSAR) ms.18. Tu padre quiere que tu madre ___________ (TRABAJAR) menos.19. Tu padre quiere que tu madre ___________ (SALIR) ms con sus amigas.20. Tu padre quiere que tu madre ___________ (SABER) lo mucho que la quiere.21. Pues. Quiero que t _________ (ENTENDER) que te quiero tanto, pero, ahora me tengo que ir.22. Pues, tu abuela tiene una cita. Es necesario que yo __________ (SALIR) cuanto antes23. Es necesario que yo me __________ (CAMBIAR) de ropa cuanto antes. Chao! WILL GIVE BRAINLIESTThesis #1: One of the main themes in the first two chapters of The Call of the Wild is that men are just as greedy, violent and competitive as dogs when put in harsh circumstances. Thesis #2: One of the main themes in the first two chapters of The Call of the Wild is that times of great hardship make us stronger in the end. 10. Write a thesis paragraph about the theme of the first two chapters. Your paragraph should inlude a thesis statement and three supporting ideas. You can use one of the above examples for your thesis. Analyze the graph above. How is the worlds population changing, and what is its population today? Give your response in at least two or three sentences. Complete the table for the given rule.