i neeeeed a girl that is looking for true love, trust me i will love her

Answers

Answer 1

Answer:

sure!

Explanation:

Answer 2

Answer:

Sure why not

Explanation:


Related Questions

Vincent has enrolled in a web development degree in college. But he also wants to learn a few extra tools and programming languages. Which course of action can help him?

Answers

Answer:

Apply for online course or programming bootcamps.

Explanation:

As a beginner in web development, it is essential to expand your sources of information, college courses for web development would introduce various new tools and programming concepts. Gathering information and learning other web based tools would ease the learning process.

how many of you got the right answer from this app​

Answers

actually, a lot, and it’s especially helpful when the answer is expert verified

Ask the user to input a number less than 100. Print all the numbers from that number to 100.

Which loop correctly does this?


num = int (input("Enter a number between 1 and 100: "))
c = num

while (num 100):
print (c)
c = c + 1

num = int (input("Enter a number between 1 and 100: "))
c = num

while (c <= 100):
print (c)
c = c + 1

Answers

Answer:

The second one:

num = int (input("Enter a number between 1 and 100: "))

c = num

while (c <= 100):

print (c)

c = c + 1

Explanation:

First of all, you don't know Python... (LEARN IT)

Second of all, The first loop doesn't make sense? num 100

And the second one works, you can try compiling it (lazy to explain...).

Answer:

num = int (input("Enter a number between 1 and 100: "))

c = num  

while (c <= 100):

  print (c)

  c = c + 1

Explanation:

A workspace that an employee accesses using a Web browser fits the definition of a _____.

•mobile device
•Wifi-enabled device
•collaborative environment
•virtual workspace​

Answers

Answer:

virtual workspace

Explanation:

I hope I've helped

9.2 Code Practice: Question 2
Edit your solution from the previous array height problem by adding additional code that increases the value of the element at (0,2) by a value of 3, and then reprints the array

Expected Output
[[16, 17, 14], [17, 18, 17], [15, 17, 14]]]
[[16, 17, 17], [17, 18, 17], [15, 17, 14]]]

Answers

Answer:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Explanation:

hope this helps!

The height problem is a sequential program and does not require loops, iteration and conditions.

The additional code segment  that adds 3 to the element at (0,2) is:

height[0][2] = height[0][2] + 3

To reprint the array, we make use of the following print statement:

print (height)

So, the complete program is as follows:

height = []

height.append ([16, 17, 14])

height.append ([17, 18, 17])

height.append ([15, 17, 14])

print(height)

height[0][2] = height[0][2] + 3

print (height)

Read more about sequential programs at:

https://brainly.com/question/13893632

Which of the following is considered proper ergonomics?
Elevating keyboard, so wrists are bent when typing
Placing the mouse close to the keyboard
Resting wrists on the desk while typing
Working on a computer while sitting in a recliner

Answers

Answer:

The First One

Explanation:

because ergonomics is trying to make the person who is using the device be in a more natural position. Raising the keyboard will make the typer feel more comfortable.

Elevating keyboard, so wrists are bent when typing of the following is considered proper ergonomics. Thus, option (a) is correct.

What is ergonomics?

Human factors ergonomics, as it is known in North America, is an area of research that seeks to learn understanding people intelligence and constraints and then utilize this knowledge to improve people's interactions with things, systems, and surroundings.

Raising the keypad and bending the wrists when typing, according to ergonomics, are employed to place the person using the computer in a more favored role. Moving the keyboard relaxes the typer. Wrist supports are commonly seen on keyboards and keyboard trays to help keep your wrists in a normal, virtually straight position.

As a result, the elevating keyboard, so wrists are bent when typing of the following is considered proper ergonomics. Therefore, option (a) is correct.

Learn more about on ergonomics, here:

https://brainly.com/question/6246159

#SPJ5

Match the order in which you should develop a plan:
1. develop
2. approve
3. present
match them from:
first
second
third

Answers

Develop

Present

Approve

Brainliiest please?

Sharl downloads images from an online library and uses them in her work. The images are shared under the Creative Commons Attribution (CC BY) license. What is she required to do to comply with the terms of the license?
A. share derivatives of the images on identical terms

B. acknowledge the sources of the images

C. use the images for noncommercial purposes

D. use the images in their original form, without modification​

Answers

Answer :

She needs to B. acknowledge the sources of the images

Why ?

As it is stated on the creativecommons . org :

"Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits."

Why do you usually find domain names instead of IP addresses in a URL? Select one: a. An IP address would make your web page load more slowly b. A domain name is easier to remember C. An IP address is not guaranteed to get you to the right server computer d. Domain names are free, while IP addresses are very expensive ​

Answers

Answer:

b

Explanation:

for exaple brainly.com is easy to remember instead of 104.17.73.91

The Start menu on Windows computers changes based on actions performed by their users.

Answers

That’s true good luck

can you please help look at the picture i will give you a. brainliest and 10 points​

Answers

Answer:

The last one

Explanation:

B Sofia should Distraction free Study environment. So she be Free to study with nothing Distracting Her.

Choose the term that best completes each sentence.

abstraction hides the details about a specific piece of information.

abstraction hides the details about a specific process.

data
procedural

Answers

Answer:

The answer to the above questions is given in explanation section:

Explanation:

abstraction hides the details about a specific piece of information.

The suitable match for this is Data

Because the word "Piece of information " can only be referred to data not to process.

Now look at the second

abstraction hides the details about a specific process

The suitable match here is procedural.

because specific process can only be referred to procedure not to data.

Answer:

The suitable match for this is Data

Because the word "Piece of information " can only be referred to data not to process.

Now look at the second

abstraction hides the details about a specific process

The suitable match here is procedural.

because specific process can only be referred to procedure not to data.

This road sign means
O road work ahead
vehicle breakdown
O service stations
O construction zone has ended

Answers

Answer:

A

Explanation:

Uh, yeah, I sure hope it does (to everyone who watched vine)

Construction zone has ended is the correct answer

Question 2 of 10
Aubrey didn't like to use graphics or images on her slides. She preferred to
use only a title for her slides and bullet-pointed text: What is the best thing
you could say to Aubrey about using media that might change her mind?
O A. As long as you use it responsibly, it will only enhance your slides
and engage your audience.
B. Media will keep your audience entertained and take the pressure
off of the presenter.
C. You should always try
slide.
include as much media as you can on a
D. Actually, Aubrey's beliefs are well founded and backed up by
research

Answers

Answer:

A

Explanation:

Answer: it is a

Explanation:

Civic responsibility for the development of nation​

Answers

Answer:

Civic responsibilities of a citizen

Support and defend the Constitution.

Support and defend the Constitution.Stay informed of the issues affecting your community.

Support and defend the Constitution.Stay informed of the issues affecting your community.Participate in the democratic process.

Support and defend the Constitution.Stay informed of the issues affecting your community.Participate in the democratic process.Respect and obey federal, state, and local laws.

Support and defend the Constitution.Stay informed of the issues affecting your community.Participate in the democratic process.Respect and obey federal, state, and local laws.Respect the rights, beliefs, and opinions of others.

Support and defend the Constitution.Stay informed of the issues affecting your community.Participate in the democratic process.Respect and obey federal, state, and local laws.Respect the rights, beliefs, and opinions of others.Participate in your local community.

Love, gocry

In full verbatim, a person wants to say that they admitted him to a hospital last month. He makes a mistake about the date and quickly corrects himself. How should a correct sentence look like?

Answers

He should cancel the date and move to another country semis how he screwed up his work, hope this helped

45 POINTS!!!!!!!!!!!PLZ HELP ME!!!!!!!!!!Select the correct answer. Which statement describes a characteristic of dynamic websites? A. They can be developed quickly. B. They are not functional. C. They are less flexible than static websites. D. They have content that is constantly updated. E. They are less expensive to host than static websites.

Answers

Answer:

D

Explanation:

Because anyone can update dynamic websites at any time, these are more functional and flexible. Therefore, content on dynamic websites keeps changing. Diverse content encourages users to return to these websites. The disadvantages of dynamic websites are that they are more expensive and take longer to develop than static websites. Hosting dynamic websites also costs more.

Answer:

D

Explanation:

PLEASE HELP WILL MARK FIRST CORRECT ANSWER BRAINLIEST!!!!!!!!!!~~~~~~~~~

Reese is creating a presentation. She wants to include a graphic of the steps that her department follows in the decision-making process. Which category of SmartArt would work best?

Picture
List
Hierarchy
Matrix

Answers

Answer:

C

Explanation:

Answer:

CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

Explanation:

Which position would a photographer typically use to make the viewer feel like an observer?
from below?
from the side?
from above?
from the front?

Answers

Answer:

From the side.

Explanation:

When the subject is faced away from the camera entirely, it’s easy to feel more like an unseen observer rather than an active presence. The further the distance between the camera and subject, the more the effect is intensified.

What is ur Favorite Musical Artist

Answers

Answer:

dani

Explanation:

What does the following loop do?

val = 0
total = 0

while (val < 10):
val = val + 1
total = total + val
print(total)

Prints the numbers backwards from 10 to 1.

Prints the sum of the numbers from 1 to 10.

Finds the average of the numbers between 1 and 10.

Prints the numbers from 1 to 10.

Answers

Answer:

Prints the sum of the numbers from 1 to 10.

Explanation:

YOU NEED BETTER INDENTATION

Total is the sum.

Each loop it's added

:)

!PLEASE HELP! My business office specialist class, this is about Access.

Which settings are available in the Options dialog box? Check all that apply.

the name of the user or the initials
the images to include in a database
the object types to include in tables
the default format for new databases
the default folder for storing databases
the folders containing trusted databases
the number of databases to save in each folder

Answers

Answer:

b

Explanation:

Answer:

Probably late but the answers are

A: the name of the user or the initials

D: the default format for new databases

E: the default folder for storing databases

F: the folders containing trusted databases

All the following are the basis of the World Wide Web except:
Web browser programs
Infrastructure
Web servers
HTML

Answers

Answer:

Web browser programs

Explanation:

Web broswer programs arent very important because they arent being used to maintain the servers or contail the contents of all the sites, they are only used by people to easily view the world wide web without using advanced commands in a terminal to view sites. all the other selections are very important when it comes to maintaining the entirety of the internet.

Answer:

web browser'

Explanation:

George has to present the goals of information management to his team member. What is a goal of information management?
The goal of information management is to identify information requirements for various____levels.

Answers

Answer:

Management

Credit / Resource:

This problem has already been solved, if you would like to view more about this please click the question link below.

https://brainly.com/question/5495374

Can someone give me the code for the edhesive 3.7 code practice for python? Thanks.

Answers

Answer:

Its me I think u might be able to know :)

Explanation:

What feature is part of design for manufacturability (DFM)?

A.
using a large variety of tools
B.
using the minimum number of parts to form a product
C.
using the maximum number of parts to form a product
D.
creating different parts for the left and right sides of a product

Answers

Answer: I am actually pretty sure its C.

What is the importance of renaming layers in GIMP?

Answers

Answer:

They allow for a more organized workspace. Specially in larger projects, having properly named layers helps keep things organized an sane.

Explanation:

any good movies to watch ??

Answers

Answer:

The mandilorian

Explanation:

if y’all know any tell me too

Which of the following are picture adjustments that can be made to images?
A) Color saturation
B) Color tone
C) Color contrast
D) All of the above

Answers

Answer:

D - All of the above

Explanation:

Answer:

all of the above

Explanation:

you can use every single one of those to adjust an image!! :)

Jason has decided to use his name on all the images to protect them from misuse. He has also decided to use the logo of his company across all
the images to be extra sure about its protection in the digital world. Select the phrases or sentences that describe the two types of watermarking
options has he used to get the results.
Types of Watermarking Options
Jason wants to tag his name or logo somewhere on the image, preferably in the corner of the photo. He uses an online editing tool to add his
name at the corner of the image. He can prevent misuse of his Images online by adding a watermark over the image. Text watermarking
involves adding the imageer's name at the corner of the image. This is usually done with the help of online editing tools or software. In this form
of watermarking, he can use the logo of his company over the image to protect his identity.
Just to be sure, Jason also uses tiled watermarking, which involves placing his company logo in a pattern spread across the image. First, he
creates a copy of the original. This is to make sure that the watermarked version is saved separately. If needed, he can always access the
original image. Then he opens the logo that he wants to use as the watermark, coples It, and pastes it onto a new layer, above the image. He
turns down the opacity of the layered image. Then he merges the layer to join the watermark with the image.
L

Answers

Answer:

Text watermarking involves adding the photographer's name at the corner of the image.

Explanation:

This was one of the correct answers when I took the test, I got it wrong because I didn't pick all the correct answers. I hope that this was helpful to you! If you know the other correct answer(s) please comment and let me know and i'll edit this answer! :)

Answer:

Text watermarking involves adding the imageer’s name at the corner of the image

tiled watermarking, which involves placing his company logo in a pattern spread across the image

Explanation:

on edmentum

Other Questions
What does the word petulantly mean, as it is used in paragraph 10? Which clue from the text supports the answer to part a?I need mainly the second question. You are called to investigate a lake in your home town, where the residents fear that a broken pipe from the local sewage treatment plant has turned the formerly pristine lake eutrophic. You test the water and find very low levels of oxygen. What stage of euthrophication is this lake in? find the value of x. Ill give the Brainliest to who answers the question with and reasonable explanation.When is the constant of proportionality the same as the unit rate when comparing two quantities?A. Only when the two quantities are indirectly proportionalB. Only when the two quantities are directly proportionalC. AlwaysD. NeverThank you! What is the slope of the line? The second linear function is y = -6x + 8. Which value represents the possible difference between the two functions if x = 5 ?A) 44B) 22C) -22D) 0 What is used to measure the energy of melting, boiling, condensing, or freezing ? which two areas of the body are the most accurate locations to use when finding a pulse?OAwrist or foreheadOBwrist or neckOC. chest or neckOD.chest or foreheadResetNelly English book branching out 2 I need the answers of page 23 the autobiography!can someone please help me ? PLS I NEED TO FINISH THIS PLS HELP 1. What was the main argument the British used to justify taxing the thirteen colonies after the French and Indian War?A. Colonies should contribute to the expenses involved in providing for their defenseB. Taxes were uniform throughout the British coloniesC. Tax money was being used to protect the mining interests of the British EmpireD. The written constitution provided Parliament with the power to tax colonies2. In writing the Declaration of Independence, Thomas Jefferson was influenced most by John Lockes idea ofA. the rights of the accusedB. natural rightsC. due process of lawD. the right to privacy3. The main criticism of the Articles of Confederation was that they failed toA. provide adequate powers for the central governmentB. limit the powers of the presidentC. prevent the development of military ruleD. allow for the admission of new states At the top of Mt. Everest (8850 m) a climber and their equipment (80 kg) has how muchpotential energy? PLEASE HELP!!!!!!!!What is the value of x3x+14+5x-2=10x-18Thank you sooooo much have a blessed day How much energy is required to completely melt a 250 gram ice cube that is already at 0 degrees Celsius? Show your work & units. Expected Answer = 83,500 J Find the area of the shaded region308 centimeters squared284 centimeters squared272 centimeters squared548 centimeters squared Which digit is in the thousandths place?52.398 Write the Direct Object pronounMi abuelita adora a sus gatos. Mi abuelitaadora. Solve the system of linear equations by graphing y=1/3x+5y=2/3x+5What is the solution 3. Simplify 315-217+45 - 28 . (1 point)2/12O 212O 615-4176/10 -4114 Identify the subject of these sentences.The boy went to the school?He did not like school?Mary loved cake?What the subject of those three sentence.