Ask a New Question
Search
Questions and answers by
HELLOOOOOOOOOOOONURSE
Questions (59)
Identify two specific ways the Catholic Church tried to stop the spread of Protestantism.
1 answer
52 views
You are coming to the movie with me, but I wish you would bring your friend as well.
10. What two verb moods are present in the
1 answer
42 views
9. Which of the following sentences is NOT written in the conditional mood?
(1 point) Responses Everyone appreciated my
1 answer
73 views
8. Which mood is used in the sentence?
(1 point) Responses imperative imperative subjunctive subjunctive Interrogative
1 answer
35 views
You are snow skiing down a mountain that is represented by the linear model y=–30x+6,000 , where y is the number of feet after
1 answer
40 views
The population growth of a state since 2000 in millions of people is represented by a linear model. Using the trend line,
1 answer
47 views
The population growth of a city since 1900 is represented by a linear model. Interpret the slope and the y -intercept.
(1 point)
1 answer
128 views
You work for a manufacturing company on a production line that manufactures cell phones. You are paid $20 a day plus $1.50 for
1 answer
71 views
Rona is a sports trainer. She has a client who has injured his shoulder playing football. How could Rona use a simulation to
1 answer
129 views
Ayden has all of his files in one giant folder on his desktop. How could Ayden improve his file management techniques?
(1 point)
1 answer
109 views
Sonia wrote a program to figure out the area of a bedroom, but the outputs don’t make sense. Which of the following might be a
1 answer
93 views
Which of the following scenarios demonstrates integrity in the workplace?
(1 point) Responses Mario responded to all of his
1 answer
100 views
Which of the following is a syntax error?
(1 point) Responses using one equal sign to compare two values using one equal sign to
1 answer
111 views
An exception is one of the three types of logic errors.
(1 point) Responses True True False
1 answer
56 views
George is creating a program that will ask the user to input their grade in school. George wants to prevent the program crashing
1 answer
96 views
Which of the following lines will NOT result in a syntax error?
(1 point) Responses if a = b: if a = b: if a > b if a > b if a >
3 answers
92 views
Which material would be a suitable insulator?(1 point)
Responses copper copper rubber rubber gold gold silver
1 answer
68 views
Aluminum allows for the flow of electrons, while glass does not. Would an aluminum wire surrounded by glass be an effective
1 answer
41 views
What happens to some metals when the kinetic energy of their particles is decreased?(1 point)
Responses They expand. They expand.
1 answer
48 views
Which material is a composite?(1 point)
Responses silicon silicon gold gold aluminum aluminum polycarbonate
1 answer
109 views
Why might programmers need to know how to create a digital publication?
(1 point) Responses because they may need to present a
2 answers
72 views
Which error will occur if the code includes the line a=b/0?
(1 point) Responses NameError NameError MathError MathError
1 answer
121 views
What will be the output of these lines of code?
for i in range (1, 5): print(i) (1 point) Responses IndentationError
1 answer
149 views
Which is the best approach to debugging?
(1 point) Responses Don’t worry about it at all until after the program is written.
1 answer
57 views
Sonia wrote a program to figure out the area of a bedroom, but the outputs don’t make sense. Which of the following might be a
1 answer
141 views
What does sys.exc_info()[0] do?
(1 point) Responses imports the sys module imports the sys module accesses the error log accesses
1 answer
121 views
Which of the following is a syntax error?
(1 point) Responses using one equal sign to compare two values using one equal sign to
1 answer
84 views
Why would you choose to use the sys module?
(1 point) Responses to generate random numbers to generate random numbers to access
1 answer
81 views
Which of the following is the correct way to format a try block in Python?
(1 point) Responses try { num = int(input("Enter your
1 answer
110 views
Which term describes an error in which the variable has NOT been defined before being used?
(1 point) Responses NameError
1 answer
79 views
What is the purpose of a try block in Python?
(1 point) Responses to handle an error without the program crashing to handle an
1 answer
71 views
Which of the following is a logic error?
(1 point) Responses using one equal sign to compare two values using one equal sign to
1 answer
132 views
Which error statement can you expect to see if there is an error in opening a file or printing?
(1 point) Responses OpenError
1 answer
102 views
George is creating a program that will ask the user to input their grade in school. George wants to prevent the program crashing
1 answer
103 views
In what situation is a trace table useful?
(1 point) Responses to find HTML errors to find HTML errors to find logic errors to
3 answers
132 views
Leon is debugging a program by writing down on a piece of paper what the value of the variable is and what the output is for
1 answer
69 views
Select the coordinates A′ and B′ after dilation of the line segment AB with a scale factor of 13 , centered at the origin
3 answers
57 views
How would you describe the series of transformations that have occurred to move the rectangle in Quadrant IV to the rectangle in
1 answer
57 views
Which of the following is an equivalent transformation to rotation of an object clockwise 90 degrees?(1 point)
Responses rotation
1 answer
55 views
Reflect square ABCD with respect to the x-axis and the y-axis. What are the vertices of square A′B′C′D′?
(1 point)
1 answer
48 views
Maeve created a button, but it doesn’t do anything yet. What needs to be added so that a function will be called to run when
1 answer
84 views
Declan is creating a web page and wants a pop-up box to appear to ask the user to enter their name. How can this be
1 answer
82 views
Which of the following lines will correctly create a button that reads “More information”?
(1 point) Responses </button
1 answer
145 views
Which of the following shows the correct way to set up a variable called houses in JavaScript?
(1 point) Responses houses = 10;
1 answer
135 views
You have created a form with two input boxes, but you want them to appear on separate lines. Which tag will do this?
(1 point)
1 answer
75 views
Which of the following functions do you use to get input from the user in JavaScript?
(1 point) Responses input input keyin keyin
1 answer
69 views
In JavaScript, an if statement is enclosed by what symbol?
(1 point) Responses colon : colon : square brackets [ ] square
1 answer
144 views
Which of the following lines will create a variable called total and assign to it whatever number is in a variable called
1 answer
179 views
Which of the following programming languages allows web pages to be more interactive with the user?
(1 point) Responses
1 answer
72 views
Which tag should be used to create a button?
(1 point) Responses <button()> (button type="button") (button type="button") <button
1 answer
60 views
In JavaScript, what symbols needs to surround the condition when you write a conditional statement?
(1 point) Responses
1 answer
161 views
What is the pre-built JavaScript function that provides the date and time?
(1 point) Responses Now. Now. Date. Date. Time. Time.
1 answer
163 views
Leon is attending a programming conference and is interested in learning more about adding interactive elements to web pages.
1 answer
91 views
In JavaScript, the definition of a function must always start with what keyword?
(1 point) Responses fun fun def def function
1 answer
99 views
What does the following line of code do?
if (num2==50){ (1 point) Responses It creates a variable called num2 and sets it equal
1 answer
80 views
Using the coordinate system, translate the point (-3, -5) using the rule x-> +2 and y->+2.
1 answer
50 views
Given the point (3, -4), reflect the point across the y-axis and give the new points
1 answer
55 views
Given the point (3, -4), reflect the point across the y-axis and give the new points:
* 1 point Captionless Image (-4, 3) (3, 4)
1 answer
62 views
Which of the following lines of code would cause the program to wait one minute before executing the next line?(1
1 answer
88 views