Anna's house is old and needs quite a few repairs that she
cannot afford out-of-pocket. What type of loan does she need?

Answers

Answer 1

Answer:

Home equity

Explanation:

Hope this helps    :)


Related Questions

Which of the follow efficiencies would be considered unreasonable?

Answers

Answer:

Exponential or factorial efficiencies algorithms

Explanation:

In a computer engineering system, the efficiencies that would be considered unreasonable is the "Exponential or factorial efficiencies algorithms"

This is unlike Algorithms with a polynomial efficiency that is considered to have Reasonable Time.

why do i like art in your own words can anyone help me plesssssssssssssss

Answers

Answer:

i like art because it can show feeling and inspire people the creativity that people show. The skill to make art is is outstanding and even those some of the most famous artist are not alive any more there art is still seen by other people today that's why i like art because art can show how a person feels. Here is an example if a person is deaf and cant hear then they don't speak but they can paint what they feel same thing for other people. painting can also help people did you know that painting is proven and effective way to reduce stress and that's why i like art

Explanation:

hope this helped

i like art because Art has allowed us to explore new ideas. It lets us freely express ourselves in many ways. From story telling, to painting, to song.

hope it helped!!

Which types of IP addresses should always be blacklisted?
APIPA
Experimental
Multicast
Private IP addresses outside of one's own range

Answers

Answer:

private up addresses outside of one's own range

Explanation:

b

Sean Cody is a website most known for what?

Answers

Answer:

Sean Cody is a website most known for to translate English to Portuguese.

is an website from the portugués


When more open-ended questions are asked in a study group, discussions are more likely to
end quickly.
O result in all members agreeing.
be effective.
result in more disagreements.

Answers

Answer:

be effective.

Explanation:

A question can be defined as a statement that begs or requires an answer, response or reply.

Generally, there are four (4) main types of question and these includes;

I. Rhetorical question: this is a question that expresses a person's opinion but do not require an answer, reply or response.

II. Close-ended question: this type of question requires the respondent to give a yes or no answer.

III. Between the lines: it involves discovering an answer that is implied but not stated explicitly. Thus, the answer is hidden in the piece of information provided.

IV. Open-ended question: this type of question requires the respondent to give a detailed explanation rather than just a yes or no response.

When more open-ended questions are asked in a study group, discussions are more likely to be effective because the discussants get to share their opinions on the topic of discussion (subject matter) while considering other opinions or perspectives.

Answer:

be effective

Explanation:

just took the test

what does the box mean when texting

Answers

texting on imessage?

Answer:

This means that your device's operating system did not recognise part of the message.

Explanation:

What is the purpose of reading material for the very study first time

Answers

Answer:

Understanding the material, not memorizing it

define types of hacker ?plz help me with this question​

Answers

Answer:

the types of hacker attacks and techniques. White Hat Hackers. Black Hat Hackers. Gray Hat Hackers. Script Kiddies.

Explanation:

i don't know if this can help you

Answer:

White Hat Hackers

Black Hat Hackers

Gray Hat Hackers

Script Kiddies

Green Hat Hackers

Blue Hat Hackers

Red Hat Hackers

State/Nation Sponsored Hackers

Hacktivist

Malicious insider or Whistleblower

In the U.S., weather in Arizona can move and affect the weather in _____.

Answers

New Mexico, it usually goes west to east

Python uses _________________ to express the block structure of a program.

Answers

Answer:

Indentation

Explanation:

The Python programming language uses indentation to delimit blocks. However, C++ and Java use the curly braces, "{" and "}," as the block delimiter.5 Mar 2020

Answer:

indentation

Explanation:

Python uses indentation to express the block structure of a program. Unlike other languages, Python does not use braces, or other begin/end delimiters, around blocks of statements; indentation is the only way to denote such blocks. Each logical line in a Python program is indented by the whitespace on its left.

Noise can be a barrier to communication. True or False ​

Answers

Answer:

True

Explanation:

This is true because noise is one of the most common communication barriers.

Answer:

True!

Explanation:

Noise is a strong barrier that makes it hard to communicate!

What is the system of computers, routers, wires, cables,etc. that allow computers to communicate called?

Answers

Internet maybe?
Not 100% sure though

KDS Company has 3 departments: 1. Dept X 2. Dept Y 3. Dept Z. Design a program that will read as input each department's sales for each quarter of the year, and display the result for all divisions.

Answers

Complete Question:

Design a program that will use a pair of nested loops to read the company's sales amounts. The details are as follows: -

KDS Company has 3 departments: 1. Dept X 2. Dept Y 3. Dept Z. Design a program that will read as input each department's sales for each quarter of the year and display the result for all divisions. Use a two-dimensional array that will have 3 rows and 4 columns

Answer:

In C++:

#include<iostream>  

using namespace std;  

int main() {  

   int depts[3][4];

   char dptcod [3] ={'X','Y','Z'};

   for (int rrw = 0; rrw < 3; rrw++) {  

       for (int cll = 0; cll < 4; cll++) {  

           cout<<"Dept "<<dptcod[rrw]<<" Q"<<(cll+1)<<": ";

           cin>>depts[rrw][cll];  }  }  

       for (int rrw = 0; rrw < 3; rrw++) {  

           int total = 0;

           for (int cll = 0; cll < 4; cll++) {  

               total+=depts[rrw][cll]; }

               cout<<"Dept "<<dptcod[rrw]<<" Total Sales: "<<total<<endl;}  

   return 0; }

Explanation:

This declares the 3 by 4 array which represents the sales of the 3 departments

   int depts[3][4];

This declares a character array which represents the character code of each array

   char dptcod [3] ={'X','Y','Z'};

This iterates through the row of the 2d array

   for (int rrw = 0; rrw < 3; rrw++) {  

This iterates through the column

       for (int cll = 0; cll < 4; cll++) {

This prompts the user for input

           cout<<"Dept "<<dptcod[rrw]<<" Q"<<(cll+1)<<": ";

This gets the input

           cin>>depts[rrw][cll];  }  }  

This iterates through the row of the array

       for (int rrw = 0; rrw < 3; rrw++) {

This initializes total sum to 0

           int total = 0;

This iterates through the column

           for (int cll = 0; cll < 4; cll++) {

This calculates the total sales of each department

               total+=depts[rrw][cll]; }

This prints the total sales of each department

               cout<<"Dept "<<dptcod[rrw]<<" Total Sales: "<<total<<endl;}  

any of my friends can you answer me plz?

Answers

Answer:

God is always your friend mate

Explanation:

where should your two index fingers be when your fingers are rest.

A. F and H

B. F and j

C. L and M

D. J and K​

Answers

Answer: B : F and J

Explanation: Allows you to type without looking at keys and makes all the keys easily accessible

What are some things that games were historically used for?

a
friendly competition
b
spending time with other people
c
practicing skills necessary for survival
d
all of the above

Answers

Answer:

D) All of the above

Explanation:

All of these options are true.

Hope it helps and is correct!

List 10 ways how can graphic design help the community

Answers

Explanation:

Boosts brand awareness and name recognition. Saves time and money in the long run. Builds your brand's visual identity. Boosts employee morale, pride and productivity. Makes you stand out from the competition. Reinforces professionalism. Improves the readability, structuring and presentation of heavy content.

Match the description below to the correct chart or graph to the right by using the drop-down menus. Distinct X-Y data points are plotted and connected to emphasize changes between data points over time. Distinct X-Y data points are plotted, but not connected. Discrete categories of data can be compared using a _______. Parts of a whole can be shown with a _______.

Answers

Answer:

Distinct X-Y data points are plotted and connected to emphasize changes between data points over time.

✔ C - line chart

Distinct X-Y data points are plotted but not connected.

✔ B - scatter plot

Discrete categories of data can be compared using a

✔ A - bar graph

.

Parts of a whole can be shown with a

✔ D - pie chart

.

Explanation:

The correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

The line chart (option C) describes distinct X-Y data points that are plotted and connected to emphasize changes between data points over time.

The scatter plot (Option B) describes distinct X-Y data points that are plotted, but not connected.

Discrete categories of data can be compared using a bar graph (Option A).

Parts of a whole can be shown with a pie chart (Option D).

In conclusion, the correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

Learn more in:

https://brainly.com/question/10440833

What happens when the screen comes off the keyboard for an HP laptop?? Its just a question!

Answers

Answer:

If the screen comes off, its probably broken  

Explanation:

I don't really know anything about computers, but that really sounds bad

(Python): I wanted to end my code with main() and that was a bad statement for some reason, help!

Answers

Answer:

go to the stack overflow website

Write a python program to get the input values from the user and
compute the area of a rectangle.​

Answers

It’s telling me to put 20 characters

HELP PLEASE ive literally been here for hours
Binh has a few hours' time to create a presentation. She has most of the text and pictures she intends to use. Which feature can help her to quickly transfer the content into an attractive presentation?

A.
slide layout
B.
slide themes
C.
Slide Master
D.
Slide pane

Answers

It’s D...................................

Answer:slide layout

Explanation:

I need help 50 points and brainless if you answer

Answers

Answer:

50

var X gets passed into the rectangle function, which I assume would set the x and y coordinates to what the var's have already been set to.

Answer:

The answer is 50

Explanation:

what is biological diversity?​

Answers

Answer:

The term biodiversity (from “biological diversity”) refers to the variety of life on Earth at all its levels, from genes to ecosystems, and can encompass the evolutionary, ecological, and cultural processes that sustain life.

Explanation:

I am getting two expected errors on this code for the bottom two “public static void” lines. Can someone tell me how I can fix it? Thanks

Answers

Answer:

Declare variable b in both lines

i.e. int b

Explanation:

In the given code, the parameters of both functions were not properly declared.

When listing the parameters, the data type must be clearly stated for all parameters (individually)

In the declaration of both functions, only variable a is declared as integer while b is undeclared.

So, the correction is to declare b as integer

Am I missing something?

Answers

Shshahw auehebehej jagehevehe suene she e e r r d f g g g e de w ehehejenebe e e where

what does not stand for​

Answers

not stands for Naczelna Organizacja Techniczna.
Normal Operating Temperature

Hurrryyyy it’s either a or c

How does the use of modules provide flexibility in a structured programming design?

Modules enable multiple programmers to work on a program at the same time
Modules enable a linear approach to software development
Modules ensure the reuse of code variables.
Modules ensure that a program will be completed on time.

Answers

Answer and Explanation:

I believe its A. Modularity enables multiple programmers to work on a program at the same time..

Let me know if I'm wrong..

Why do companies collect information about consumers? A. Because they want to meet new friends on social networks B. Because they take consumers' best interests to heart C. Because they want to effectively advertise to consumers D. Because they are looking for good employees to hire​

Answers

Answer:

C. Because they want to effectively advertise to consumers.

Explanation:

Companies collect info for more accurate advertisements, which are designed to make people interact with them more commonly.

I'm getting pretty desperate plz help me, I'll give brainiest, and ill make a free question worth 100 points this is for coding FLVS fine ill put it 100 plz help meee





Part 1: Plan and Write the Pseudocode
Using pseudocode, write an algorithm that someone else can follow.
Decide on a question to ask the user. Some ideas include:
What grade are you in?
What sport do you play?
Where did you go on vacation?
Use one variable to store the response.
Use one if-else statement to make a decision based on the user's input.
Display two messages; one for each condition (True and False).
Insert your pseudocode here: (you only need to do one)
Flowchart
Write it out

Get input:

If statement:

Print if true:

Print if false:


Part 2: Code the Program
Use the following guidelines to code your program.
Use the Python IDLE to write your program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Set up your def main(): statement. (Don’t forget the parentheses and colon.)
Write one if-else statement using user input.
Include a print message for both conditions (True and False).
Conclude the program with the main() statement.
Follow the Python style conventions regarding indentation in your program.
Run your program to ensure it is working properly. Fix any errors you may observe.
When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.
Review Question
Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.




Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.

you can also give me a link to your work and ill use it as a guide I will not copy
my g mail is my user name

Answers

Answer:

give other guy brainliest

Other Questions
Gino is buying wood screws at the corner hardware store. The table shows different numbers of bags of screws and their corresponding prices.Bags of ScrewsPrice ($)210420735According to the table, the relationship between the number of bags and the price is compare the features of the Articles of Confederation and the U.S. Constitution: Question 7 of 10The Sun has a diameter of about 865,000 miles.Suppose you were making a scale model of thesolar system with a scale of 1 inch:1,000 miles.How wide would the Sun be in your model?A. 865,000 inchesB. 865 inchesC. 86.5 inchesO D. 8.65 inches At Bike Shop X it costs $2.75 per hour plus a $3.00 deposit to rent a bike. At Bike Shop Zit costs $1.75 per hour plus a $7 deposit to rent a bike. When would it cost less to rent a bikefrom Bike Shop X? Explain. A triangular pyramid with a base length of 9 inches, a base height of 10 inches, and a height of 32 inches, what is the volume? is this a good introduction yes or no? Use the formula A = 6s2 to find the surface area of a cubewith sides of length s = 1.5 meters. when did the new deal start and by which president? What warning did Houston express about the results of secession? What is the authors point of view in the article "Stan-Lee and Spider-Man"? what would it be?... Please answer this question quickly and correctly! It wont be too long until I have to turn it in! Please help me I guve brainliest WILL MARK BRAINLIEST1. Which of the following would not be enough information to show that a quadrilateral is a parallelogram?(1) both pairs of opposite sides are congruent(2) one pair of sides is parallel and the other pair is congruent(3) one pair of sides is both parallel and congruent(4) the diagonals have a common midpoint 1. Qu clases tomas este semestre? 2. Qu das es tu clase de espaol? 3. Estudias en la biblioteca? 4. A qu hora llegas a casa o a la residencia los lunes? 5. Qu das descansas? Find the midpoint of the line segment with the given endpoints. (1, 3), (3, 1) help now plssssssssss what does dog mean and cat Write the equation of the graph in slope intercept form what is the slope of the line represented by the equation y =7 - x?