4.2.10: Multiplication Table: Create a program using a for loop which will print out the 4’s times table through 10.

Answers

Answer 1

I included my code in the picture below. Best of luck.

4.2.10: Multiplication Table: Create A Program Using A For Loop Which Will Print Out The 4s Times Table

Related Questions

Explain why configuration is essential in planning a project.

Answers

Answer:

Configuration management system helps in managing versioning of project management plans, documents and project components. This system may include Change Control System. Because the major cause of taking a new version for a component, document or plan in a project is a change

12) --- In-Excel, Columns-are-labelled as
a) +A, B, C, etc
b)+1,2,3.etc
C-A1, A2, etc. 1
d)+ $A$1, $A$2. etc. I​

Answers

Answer:

C-A1, A2, etc.

You should see the following code in your programming
import simplegui
def draw_handler(canvas);
# your code goes here
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("black")
frame.set_draw_handler(draw handler)
rame.start()

Answers

Answer:

import simplegui

import random

def draw_handler(canvas):

for x in range(1000):

colorList = ["Yellow", "Red", "Purple", "White", "Green", "Blue", "Pink", "Orange"]

c = random.choice(colorList)

x = random.randint(1,600)

y = random.randint(1,600)

canvas.draw_point([x, y], c)

frame = simplegui.create_frame('Testing', 600, 600)

frame.set_canvas_background("Black")

frame.set_draw_handler(draw_handler)

frame.start()

Explanation:

I used a for loop, setting my range to 1000 which is how you create exactly 1000 points. Next, I defined my color array, my x randint value, and my y randint value. I set both the x and y randint values to 1 - 600 since the frame is 600x600. The rest is pretty self explanatory.

(I WILL GIVE BRAINLIEST) Which steps will delete an appointment?

left-clicking on the appointment and hitting delete on the keyboard
double-clicking on the appointment and hitting delete on the keyboard
right-clicking the Calendar folder and hitting delete on the keyboard
clicking the Calendar folder and hitting delete on the keyboard

Answers

Answer:

right clicking should be your answer

In a particular spreadsheet, the data in each cell is password protected. When cells are selected, the formula is visible
in the formula bar. Which is true?
O The cells are locked and hidden.
The cells are locked and unhidden.
The cells are unlocked and hidden.
O The cells are unlocked and unhidden.

Answers

Answer:

Explanation:

Locked and hidden

does anybody know how to unlock websites from school computer

Answers

Answer:

yes go to settings then apps

Explanation:

that's how I did mines

RIGHT ANSWER GETS BRAINLEST

Complete the code.

You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".

if yourTeam.
() == "q":
break


The options they give are:
Upper
Compare
lower

Answers

Answer:

sir i beleive lower is your answer, i know it isnt upper.

Explanation:

:D

Answer:

lower

Explanation:

i just did the quiz and got it right :)

How many comparisons will be done to find 8 in this list using a linear search?

2, 4, 6, 8, 10, 12

Answers

Answer:

I think 4 comparisons

hellllllllllp i need hlel dad

Answers

miss girl whatttttttttt

True or False? Jerry's company is beginning a new project, and he has been assigned to find a telecommunications tool that will improve operational efficiency. He lists the tasks that he wants the tool to be able to do. Then he does some research to find out what is available. The only thing remaining for Jerry to consider is where he can get the best deal on the technology.

Answers

Answer:

True

Explanation:

Answer:

It's false it took the assessment

What is the first phase in which a software program is usable enough to test?
A.
Pre-alpha release
B.
Feature complete
C.
Alpha release
D.
Beta release

Answers

Answer:

Alpha release

Explanation:

Pre-alpha refers to all activities performed during the software project before formal testing.

The alpha phase of the release life cycle is the first phase of software testing.

A feature complete version of a piece of software has all of its planned or primary features implemented but is not yet final due to bugs, performance or stability issues.

A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs.

Paths describe the location of folders and files on your computer. If you have saved your work to c:\documents, then your work has been saved to your
A. computer’s hard drive.
B. flash drive
C. student drive
D. OneDrive

Answers

The answer is D and it can also be C

Answer:

la ventana de micros word

An else statement will be executed in what situation?
the if statement is true
the if statement is false
there is a syntax error
the elif statement is executed

Answers

Answer:

The second one.

Explanation:

An `else` statement is like the alternative route for the code. I like to put it in my own words like, "If the user puts a number insted of a letter tell them they did a good job! Else(Otherwise) Tell them they need to try again.

I hope I helped!

Answer:

b) the if statement is false

Explanation:

The else statement is performed if the if statement's condition is not fulfilled. An else statement executes if an if statement is false. The else statement gives the code a backup if the if statement fails. If the if statement fails, this might propose a different course of action.

An if statement may test whether an integer is even or odd by dividing it by two. This tells the computer whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is the computer that determines whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is. The else statement may show that the "number is odd" if the integer cannot be divided by two.

What is the purpose of a Post Mortem Review?

To check the code for spelling
To prove the algorithm is correct
To understand how the code can be improved
To check the code for formatting

Answers

Answer:

A post-mortem meeting is held at the end of a project. The goal is to look at the project from start to finish to determine what went right and what can be improved. By the end of the meeting, you should have identified best practices and opportunities for improvement going forward.

Explanation: NONE

Answer:

A post-mortem meeting is held at the end of a project.

Explanation:

When an instruction is sent to the CPU in a binary pattern, how does the CPU know what instruction the pattern means

Answers

Answer:

When an instruction is sent to the CPU in a binary pattern, how does the CPU know what instruction the pattern means

Explanation:

When the CPU executes the instructions, it interprets the opcode part of the instruction into individual microprograms, containing their microcode equivalents. Just so you know, a full assembly instruction consists of an opcode and any applicable data that goes with it, if required (register names, memory addresses).

The assembly instructions are assembled (turned into their binary equivalent 0s and 1s, or from now on, logic signals). These logic signals are in-turn interpreted by the CPU, and turned into more low-level logic signals which direct the flow of the CPU to execute the particular instruction.

Lilly is new to her company. Give Lilly some advice about effective communication in an e-mail. Include a subject line.

Answers

Effective communication is an important aspect throughout all aspects of life, but it is especially important when in a new job. This is because your communication, or even lack of communication could very likely change you or a co-workers life. For example, let's say a co-worker needed you to do something, and you couldn't do it, but didn't tell them, then they could get into trouble and potentially fired for not doing the work that they entrusted to you. In some cases, they'll blame you, and you can get fired.

Have any of you guys had to deal with not seeing profile pictures or not being able to open PDFs on this website? Is it just me or an overall glitch of the Brainly system?

Answers

Me too man me too yeah

Gina, an IT professional, noticed that the servers were running very slowly. She evaluated the system and made a recommendation to the workers at her company to improve the performance of the system. She told them that the most important thing they could do to help was to _____.


stop opening attachments

delete unneeded e-mail

log off the system for at least two hours each workday

limit the number of e-mails they replied to each week

Answers

Answer:

delete unneeded e-mail

Explanation:

this will free up space

delete unneeded e-mails

Explanation:

once you delete unneeded emails you wont have an risk for an slower functioning work day

can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do

Write a function called initials that will take a first and last name and return their initials using the following format:

initials("Tracy", "Turtle")
# => "T.T."
initials("Peter", "Parker")
# => "P.P."

Answers

Answer:

first = input( "What is your first name? " )

last = input( "What is your last name? " )

def initials():

   print ("Your initials are: "+first[0]+"."+last[0]+".")

initials ()

Explanation:

it works when I test but it won't submit. Hope this helps

Following are the program to prints the initials of the input value.  

Program Explanation:

Defining a class Main.Inside the class, a method "initials" is declared that takes two string variables "first, last" in the parameter.Inside the method, a return keyword is defined that uses the charAt method that returns the first character value of the parameters. In the next step, the main method is defined.Inside the main method, a print method is declared that calls initials method that accepts value in the parameter and prints its value.

Program:

public class Main //defining a class Main

{

   static String initials(String first, String last)//defining a String method initials that input two variables in the parameter

   {

       return first.charAt(0)+"."+last.charAt(0)+".";//using charAt method that returns first character value

   }

 public static void main(String[] as) //defining main method

 {

   System.out.println(initials("Tracy", "Turtle"));//using print method that calls initials method that accepts value in parameter

   System.out.println(initials("Peter", "Parker"));//using print method that calls initials method that accepts value in parameter

 }

}

Output:

Please find the attached file.

Learn more:

brainly.com/question/2810164

Steven wrote an algorithm for his coding class that explains how he puts on his shoes. Which is the correct sequence of steps that Steven used?

Place foot in shoe, untie laces, tie laces
Tie laces, place foot in shoe, untie laces
Untie laces, place foot in shoe, tie laces
Untie laces, tie laces, place foot in shoe

Answers

untie laces ,place foot in shoe, tie laces maybe?

The following code will not compile. Which of the options below would allow the code to compile and run as intended?

if (x >= -10 and <= 10):
print("In range")

Answers

Answer:

Follows are the code to this question:

x=int(input())#use input method with int that takes integer value from user-end  

if (x >= -10 and x<=10):#defining if block that checks x in between -10 to 10

   print("In range")#print message

Output:

6

In range

Explanation:

In this code, the choices were missing that's why the solution to this question can be defined as follows:

In this, x variable using the input method with the int, which takes integer value from the user-end. In the next step, the if block is used, that checks x value lies on between the -10 to 10, to check this condition it used the and logical operator, that run the code when both conditions are true, and at last, it prints the message "In range".

Other Questions
What tab on the Ribbon would you select to create a Photo Album? Design Animation Home Insert The first equation from the system of equations isgraphed. Graph the second equation to find the solutionof the system of equations.y=-X,y = 2x + 6What is the point of intersection?O (2,1)O (-1,2)O (0,6)O (-2,2) Question 1The following excerpt is the epigraph from All Quiet on the Western Front. An epigraph is a sentence or short paragraph that prefaces a book. Read the excerpt and then answer the questions.This book is to be neither an accusation nor a confession, and least of all an adventure, for death is not an adventure to those who stand face to face with it. It will try simply to tell of a generation of men who, even though they may have escaped its shells, were destroyed by the war.Part AWhat do you think is the main point of the excerpt?Font SizesCharacters used: 0 / 15000Part BWhy do you think the author said that the book is least of all an adventure?Font SizesCharacters used: 0 / 15000Part CHow does this excerpt relate to what you know about the Lost Generation?Font SizesCharacters used: 0 / 15000Question 2In the following excerpt, the author explores the relationship between the older generationthose with authority, such as teachers, parents, or government leadersand the younger generation. Read the excerpt and then answer the questions.For us lads of eighteen they ought to have been mediators and guides to the world of maturity, the world of work, of duty, of culture, of progressto the future. We often made fun of them and played jokes on them, but in our hearts we trusted them. The idea of authority, which they represented, was associated in our minds with a greater insight and a more humane wisdom. But the first death we saw shattered this belief. We had to recognise that our generation was more to be trusted than theirs. . . . The first bombardment showed us our mistake, and under it the world as they had taught it to us broke in pieces.While they continued to write and talk, we saw the wounded and dying. While they taught that duty to one's country is the greatest thing, we already knew that death-throes are stronger. But for all that we were no mutineers, no deserters, no cowards--they were very free with all these expressions. We loved our country as much as they; we went courageously into every action; but also we distinguished the false from true, we had suddenly learned to see. And we saw that there was nothing of their world left. We were all at once terribly alone; and alone we must see it through.Part AIn a few sentences, summarize the authors main point about the relationship between the generations.Font SizesCharacters used: 0 / 15000Part BFrom the authors perspective, what are the main differences between the older generation and the younger generation?Font SizesCharacters used: 0 / 15000Question 3In this excerpt, the author writes about a scene in a war hospital. Read the excerpt and then answer the questions:A man cannot realize that above such shattered bodies there are still human faces in which life goes its daily round. And this is only one hospital, one single station; there are hundreds of thousands in Germany, hundreds of thousands in France, hundreds of thousands in Russia. How senseless is everything that can ever be written, done, or thought when such things are possible. It must all be lies and of no account when the culture of a thousand years could not prevent this stream of blood being poured out, these torture-chambers in their hundreds of thousands. A hospital alone shows what war is.Part AHow does this excerpt relate to what you already know about the number of casualties of World War I?Font SizesCharacters used: 0 / 15000Part BLook again at the last sentence of the excerpt. In your own words, explain briefly what you think this sentence means.Font SizesCharacters used: 0 / 15000Question 4Think again about the causes of World War I. Nationalism was one of the main causes. It can be defined as extreme feelings of loyalty or devotion for ones country. Feelings of nationalism led the people fighting in the war to believe that they were fighting for a right and just cause. Additionally, as youve learned, literature prior to World War I glorified war, making it seem heroic or even romantic. Based on the excerpts that you read from All Quiet on the Western Front, what did Erich Maria Remarque think about the nationalism that caused the war? Why do you think he decided to write a book that showed the war experience to be so harsh and cruel? Your answer should be about 100 to 200 words long. It should also provide evidence from the excerpts or from any outside research that you conduct. Be sure to list any sources that you use. Read the excerpt from act 1 of The Monsters Are Due on Maple Street. DONAnd he never did come out to look at that thing that flew overhead. He wasn't even interested.(he turns to the faces in the group, his face taut and serious)Why? Why didn't he come out with the rest of us to look?Based on this excerpt, what is Dons perspective on Les Goodman?He is relieved that the crowd has discovered Goodman to be the cause of the power outage.He is proud that the crowd is looking to him for guidance about Goodman and the power outage.He is suspicious that Goodman might have had something to do with the flash and the power outage.He is thrilled at the excitement going on around him and the discovery that Goodman caused the power outage. -14 x -5 =Please help HELP ME!!!For which equation would x = 4 be a solution?2 x + 7 = 222 x + 8 = 48 - 3 x = 206 x 8 = 3 lab: affects on human activity on freshwater resources someone. play. duos. in. fort. with. me. rn. thanks. Does anyone else think Justin bieber deserves to be the next King of Pop? He's no where close to Michael Jackson. I don't think he should be the next KOP Your sibling has "borrowed" your favorite pair of shoes without asking you 4 points first and accidentally spilled Mountain Dew on the brand new laces you just put on them. Respond to them using the four components of a whole message Can u create an equation for a line parallel to the given line that passes through the origin? How can you increase an object's kinetic energy? ___may represent causes , businesses, industries ,and/or groups or citizens Suppose you have $1,000 today and the risk-free rate of interest (rf) is 3.5%. The equivalent value in one year is closest to: 3cm, b=3(m, calculate CBb. a. 7m, b: 8cm, calculate-113c4. Trangle ABC haw AB = ACBC = 10 and 2 BAC 90 calculatethe longth of side AB and Acto the neareut milimetre9010X105ow-90TOOD Hubcow-45 /10y = tans0.5810 What was the overall trend of unemployment between 1933 and 1940? Questions 6-9 are Rectangles, use the properties of rectangles to help you solve. VW= __________WX=__________YW=__________ZX=__________VX=__________ What is the distance between points (-3,1) and (2,3) Percentage Whats 12% from 18,000.00$ What purpose do the quotes by scholar Alan Schom serve in the section entitled Napoleons Legacy? A. Schoms scholarly portrayal of Napoleon is not a positive one, and therefore including his ideas furthers the central idea of Napoleons infamous, controversial legacy. B. The inclusion of Schom undermines the rest of the text, which upholds Napoleon as an important figure in world history; Schom disagrees with this idea. C. Schoms research proves Napoleon was not as highly regarded by his peers as we conceive of him today, thus furthering the central idea of awareness of biased legacies.D. Schom argues that Russia was not Napoleons greatest blunder, but his general treatment of his soldiersthis is the worst part of his legacy.