_____ is confirming the significance of what another person is feeling.

Answers

Answer 1

Validation: Understanding and showing acceptance for another person                

Answer 2

Answer:

Validation

Explanation:

I took the quiz


Related Questions

after processing ,data is converted into ____​

Answers

Answer:

Information.

Explanation:

Information is the answer

What is the index of 7 in this list?
that list being [5, 6, 10, 7, 3, 2.5]

7
4
2
3

Any brainliest beggars will be flagged

Answers

Answer:

-1 (out of range).

Explanation:

Index '7' cannot exist in 0-indexed array of size '6'.

If return type is 'Integer' out-of-range exception should be thrown.

[ 0, 1,  2, 3, 4,  5] :: indices. (length = 6)

[ 5, 6, 10, 7, 3, 2.5 ] :: elements.

Answer: 7

Explanation: got it right on edgen

what is meant by GPS?​

Answers

Answer:

The Global Positioning System.

Answer:

Global Positioning System

Explanation:

What is 16/17 simplified?

Answers

16/17 can't be simplified but if you want it as a decimal it's 0.9412 or 0.94

What are the advantages of block-based programming? What are the disadvantages?

Answers

Answer:

Block-based languages tend to have a lot of commands to choose from, making memorizing commands unneeded, and therefore easy for beginners to start coding. However, it may be slower to code in a block-based language than one where a user can quickly input commands using their keyboard. With block based programming you don't have to worry about syntax errors which is helpful.

Explanation:

Answer:

block based programming have more than one command to choose from, so there is no need to have a memorizing command, which makes it easier for beginner coders. however, using a block-based code can move slower. 

Explanation:

This is 10 points. Which line of code will display the variable num rounded to the nearest tenth?

A. print(num, round)

B. print(round(num, 1))

C. print(num rounded)

D.print(round(num,.1))

Answers

Answer:print(num, round)

Explanation:print(num, round)

Answer:

B trust me i got it correct

Explanation:

Animation is primarily a visual art, so in many cases, you could turn off the
soundtrack and still know what is happening.

Answers

Answer:

yes as long as the motions and form of the person,place,or thing that is being moved in a clear and clean way and strictly sticks to the story or title of what you may be watching, its all about the story being told rather than the sound that it makes.

Explanation:

Anne creates a web page and loads a CSS style script along with the page. However, the entire page appears black and she cannot see any of the
text she has entered. What is the possible could be causing this issue?

Answers

Answer: B. "She might have set backround-color in body to black in the CSS file"

Explanation: I took the test and got 100%

Which of these are correctly formatted Python dictionaries? Check all that apply. dict = {‘Name’: ‘Matthew’, ‘Age’: 14, ‘School’: ‘ABC School’}; dict = (‘Name’: ‘Mary’, ‘Age’: 13, ‘School’: ‘XYZ School’) dict = [“Programming Basics”, “Introduction to Python”] dict = {‘season’: ‘fall’, ‘weather’: ‘cool’}; dict = ’[‘laptop’, ‘computer’, ‘hard drive’]

Answers

Answer:

A. dict = {‘Name’: ‘Matthew’, ‘Age’: 14, ‘School’: ‘ABC School’}

Explanation:

Since python does not use type when declaring a variable, you must make sure you make your variables correctly or else it won't compile correctly. Lists use braces[]; Strings use quotes, "" or ''; Integers are just declared with a number(s); Dictionaries use brackets{} and inside are attributes of something. For instance, you can use dictionaries to describe ages, {'"Bryan": 6, "Alex": 13, etc.} Sort of like a json file. Dictionaries also tend to use uppercase letters when describing something. The only answer that has all the attributes correct is A. dict = {‘Name’: ‘Matthew’, ‘Age’: 14, ‘School’: ‘ABC School’}

hope i helped :D

The correctly  formatted Python dictionaries is dict = {‘Name’: ‘Matthew’, ‘Age’: 14, ‘School’: ‘ABC School’}. Thus, option A is correct.

What is Python?

Python is a widely used high-level programming language. Its design concept prioritizes code readability by employing heavy indentation.

Python is garbage-collected and dynamically typed. It is compatible with a variety of programming paradigms, including structured, object-oriented, and functional programming.

Because Python does not utilize type when defining variables, you must ensure that you create your variables appropriately or they will not compile successfully.

Lists make use of braces[]; Strings use quotation marks, "" or "; Integers are simply identified by a number(s); Brackets are used in dictionaries to represent qualities of something.

For example, you may use dictionaries to define ages, such as "Bryan": 6, "Alex": 13, and so on. Similar to a json file. When describing anything, dictionaries also utilize capital letters. A. dict is the only solution that has all the properties correct.

Hence, option first is correct.

Learn more about Python here:

https://brainly.com/question/18502436

#SPJ2

PLZ ANSWER ALL MY QUESTION. Which line of code will display the variable num rounded to the nearest tenth?

A.print(num, round)

B.print(round(num, 1))

C.print(num rounded)

D.print(round(num,.1))

Answers

Answer:

A

Explanation:

Create a formula that multiplies the salary in column C with the percentage (to be added) in column D and places the result in column E. Fill the whole column with that formula.

Answers

Answer:

Assuming data input starts in the second row of the worksheet of the excel spreadsheet application, in the second cell of column E, input the formula "= C1 * D1". Then copy the formula down the column by dragging the right-bottom corner downward.

Explanation:

Microsoft Excel is a spreadsheet application used for statistical analysis of data. It provides several built-in formulas, graphs, and storage links to calculate, represent, and retrieve or store data to remote and local storage.

To make a dynamic formula, the equal to sign is typed before any column variable, then a short cut key combination or dragging the right-bottom corner to the end of the used worksheet can be used to copy formulas.

CORRECT ANSWER GETS BRAINLIEST!
Explain why it is important for an engineer to have knowledge of different materials .

Answers

Answer:

An engineer must have knowledge of different materials because an engineer will be working with a variety of materials and must know how to utilize or interact with them properly.

Which term best describes the collection of technological systems made by engineers, technologists, and scientists that meets people's needs and improves their quality of life?

Answers

Answer:

The designed world.

Explanation:

The designed world is a term that best describes the collection of technological systems made by engineers, technologists, and scientists that meets people's needs and improves their quality of life.

Basically, a designed world gives an insight into a systematic collection of a design process which transforms technological systems, machines, tools,  people, energy, time, and information to better change the world so as to improve and suit the needs or wants of the people.

For example, the city of Philadelphia, Lincoln, San Francisco in the United States of America is a good description of the designed world.

which componet is the smallest unit in a spreadsheet

Answers

The cell is the smallest unit in a spreadsheet

Type a message (like “sir i soon saw bob was no osiris”) into the text field in the asciitohex.com webpage. Which of the encodings (binary, ASCII decimal, hexadecimal, or BASE64) is the most compact? Why?

Answers

Answer:

BASE64

Explanation:

The encoding c2lyIGkgc29vbiBzYXcgYm9iIHdhcyBubyBvc2lyaXM= is the shortest.

Answer:

BASE64

Explanation:

BASE64 is the most compact encoding because it is the shortest encoding of "sir i soon saw bob was no osiris".

10 EASY POINTS❗️

1. If I give brainlist, will one of my brainlist be gone?
2. How do I make a question with 5 points instead of 10?

Answers

Answer:

You can't make something 5 points bc 10 is the minimum I believe. As for the BRAINIEST I'm not sure

Answer:

your brainiest wont be gone and there should be a button under where you type the question to change the point value

Need Brainiest
Need The Answers For Lesson 4: Wrapping Up Unit 1 Digital Photography Test.

Answers

Answer:

Explanation:

can you show me a ss?

why when you are on wifi it keeps kicking you off is your class during online learning​

Answers

Sometimes, it lags on the other side or from the teachers computer so the app just kicks people out sometimes, it’s sucks I know

Answer:

because the is alot of people using wifi in the world so the wifi can be usad only for u so old the  internet is going down

Explanation:

If something is sustainable, then what is it?


Enduring

Brittle

Expensive

Short-term

Answers

The answer is Enduring
Enduring hope this helps

This function chooses the screen to display based on the score.What is the correct way to call this function?

Answers

Answer:

checkWin();

Explanation:

its in the code

Answer:

checkWin ( ) ;

Explanation:

It is show inside the code

WILL GIVE BRAINLIEST!!!!!!!
MRV is able to is car that can do 0 degree turns and drive in any direction.


True

False

Answers

Answer:

True

Explanation:

Answer:

it is b true

Explanation:

plz i need BRAINLIEST  can u give it to me plz

In Python, a.....
is a type of variable that holds a value which is not changed.
O permanent
unchangeable variable
O fixed variable
O constant

Answers

Answer:

Constants.

Explanation:

In some languages, it is possible to define special variables which can be assigned a value only once – once their values have been set, they cannot be changed. We call these kinds of variables constants.

Answer:

Constant

Explanation:

a constant  is a type of variable that holds a value which is not changed.

Which range function will generate a list of all even numbers between 12 and 84 inclusive? range (12, 86, 2) range (11, 84, 3) range (12, 86, 4) range (10, 84, 2)

Answers

Answer:

The answer is "range (12, 86, 2)".

Explanation:

The range() function generates a numerical sequence across items. In the above-selected choice, the range function is correct because it takes three parameter values "start, stop, and step". In this choice, it takes three number values "12, 86, and 2", in which 12 is the starting point, and 86 is the ending point, and 2 is used for print even numbers between them, that's why the other choice is wrong.

Which are reasons to use collaborative learning? Check all that apply.
to solve problems
to discuss topics
to save study time
to complete tasks
to study material
Plz help

Answers

Answer:

i say the answers are

A. to solve problems

B. to discuss topics)

D. to complete tasks

E. to study material

Explanation:

I say it's NOT (C. to save study time) because you are still taking times to study

Answer:

A, B, D, E

Explanation:

Yvonne found an article online that relates to her research topic, but the article does not cite the author. What
should Yvonne do?
O She should decide to use the article without citing it.
O She should decide to avoid using the article.
O She should write the information in her own words.
O She should determine the website's credibility.
will mark brainliest

Answers

Answer:

d

Explanation:

bye

Yvonne found an article online that relates to her research topic, but the article does not cite the author. so she should determine the website's credibility.

How do you outline internet site credibility?

Simply put, it is the distinction between a handsome web website online and one designed with a purpose. For many customers, their advent for your enterprise happens on your internet site. Your major goal, after they arrive, is to instill a feeling of trust.

Links to/from different websites display the web website online is well-respected. The credentials of the author(s) are valued. Articles include citations and references. News memories are few, however, include details.

Read more about the research topic:

https://brainly.com/question/25257437

#SPJ2

what does this map key show

Answers

Answer: where is the map key? I don't see it

Explanation:

Who is Mr.Anonymous?

Answers

Answer:

me

Explanation:

me

Answer:

a random person

Explanation:

Which of the following is an example of a Syntax Error?
The program runs, but prints a warning to the console.
The program runs at first, but eventually crashes.
The program does not run at all.
O The program runs, but doesn't do what you expect.

Answers

Answer:

The correct answer is: "The program does not run at all."

Explanation:

The rules to write a program in any language are called syntax. The error in syntax of a language is called syntax error. Syntax errors are usually detected during the compilation of the program. The program cannot be run untill all syntax errors are removed.

So,

The correct answer is: "The program does not run at all."

Python problem:
Write a program in which the program guesses the number that the user is thinking about. Example of

output per screen:

Think of a number from 1 to 4.

Answer S (yes) or N (no) to my questions.

Is the number thought to be greater than 2? S

Is the number thought to be greater than 3? N

The number thought about is 3

See you next time!

Answers

print("Think of a number from 1 to 4")

print("Answer S (yes) or N (no) to my questions.")

choice = input("Is the number thought to be greater than 2? ")

if choice == "S":

   choice = input("Is the number thought to be greater than 3? ")

   if choice == "S":

       print("The number thought about is 4")

   elif choice == "N":

       print("The number thought about is 3")

elif choice == "N":

   choice = input("Is the number thought to be greater than 1? ")

   if choice == "S":

       print("The number thought about is 2")

   elif choice == "N":

       print("The number thought about is 1")

print("See you next time!")

This works for me. Best of luck!

Why do you think many Nepalese want to go abroad? Give some opinion.​

Answers

Answer:

Due to lack of job opportunities

Due to income inequality

For improvement of living standard

to highly get paid

Other Questions
Read the writing prompt for an argumentative essay.The Roman Empire had a lasting impact. Which contributions from that era affect the way humans live today? Write an essay that argues your viewpoint on this topic. Support your claim with reasons and evidence.Which research question would be most effective in addressing the prompt?What factors led to the collapse of the Roman Empire?What type of leaders held power in the Roman Empire?What were the geographic borders of the Roman Empire?What elements of modern society began in the Roman Empire? PLS HELP BRAINLIEST TO FIRST ANSWER Study the graph about seismic waves. Sedimentary rock often contains"strata". What are strata?A. Large chunksB. Noticeable layersC. Grains of sand compacted togetherD. Rocks from cooling magma Find the perimeter of the figure. Round to the nearest tenth ifnecessary. How what factor led to a decrease in morale for the U.S troops serving in Vietnam Which expression correctly represents twice the sum of four and a number?2 (4 + n) What 500 year old objects does the team find in lake pumacocha on the way to paititi?A. Pottery shards B. Gold coins C. Potatoes D. Ceramic beads I need help urgently! What is the solution of the system? Use substitution.4y 3x = 11x 2y = 17 Which line is the line of best fit in the scatter plot below? HELP GIVING BRAINLIEST Buddhism became more popular in India during the rule of Ashoka the Great because:A.his empire was conquered by a Buddhist king.B.he forced people to stop following Hinduism.C.he allowed Chinese traders to bring the religion to India.D.he encouraged people to convert. Chromosomes are composed of the molecule DNA, which forms ______ on chromosomes.traitsgenestaxonsclones please help!!! i need help asap!!! Newest crust is found ata- divergent boundariesb- subduction zonesc- continent-continent collisions Please give the correct answer and explain im really trying to learn this so I need the explanation not just an answer. Thankyou! What are 3 isosceles triangles? Kirby is packing granola bars for a field trip. He already packed two bags with five granola bars in each bag. He has ten more to pack. How many granola bars will Kirby pack What will most likely happen if groundwater is drawn from the ground faster than it can be restored?The water table will be lowered.The water will become polluted.The water will flow to the sea.The water will fill nearby wells. How many millimeters are there in 7.89 meters?O 7,890 millimetersO 78,900 millimetersO 789 millimetersO 789,000 millimeters Match the memory type with its function. Can anyone give me the CORRECT words from 0-30 in spanish? Please and thank you Which equation(s) represents a nonproportional relationship? Select all that applyO y=3xO y=3x-2O y=x+1O y=-ax