what is pure substance ​

Answers

Answer 1

Answer:

i don't know

Explanation:

I don't understand


Related Questions

What are the objectives of learning History of Computer
Lets see what you guys have got

Answers

Answer:

Learning Objectives

Upon completion of this lesson, students will be able to: summarize key events in the history of computers. discuss the different forms and types of computers that emerged throughout history. list key players in the history of computers.

Which is the native file-sharing protocol for unix.

Answers

Answer:

Nfs

Explanation:

___________________ has made the education process more effective and productive.

Answers

I'm thinking technology maybe?

technology hope this helped

You have made a backup of system data using a removable hard disk. What is the best way to keep your
data safe?

Answers

Answer:

well you already made a backup so maybe put the backup and the normal thing in a safe so nobody steals your data :)

what is number system in computer language ​

Answers

Answer:

binary code  

Explanation:

Why does my messenger say this person is unavailable on messenger.

Answers

Answer:

The person left

Explanation:

The person could of been banned or deleted their account

you are using an approved third party tool in your client project and find a bug in it. thi is causing severe delays. can you decompile the third party code to remedy the bug

Answers

No, you can't decompile the code because it's a violation of the third party's intellectual property (IP) rights.

What is an intellectual property?

An intellectual property (IP) can be defined as an intangible and innovative creation of the mind that solely depends on human intellect.

This ultimately implies that, it is an intangible creation of the human mind, ideas, thoughts or intelligence which are generally protected by copyright laws.

The examples of an intellectual property.

Intellectual property (IP) include intellectual and artistic creations such as:

NameSymbolLiterary workSongsGraphic designInventionsComputer codes (Third party)

In this context, you can't decompile the code because it's a violation of the third party's intellectual property (IP) rights.

Read more on intellectual property here: https://brainly.com/question/397668

Christina created a digital artifact in Microsoft Word Online. A
word she typed in her document has a red line under it. What kind
of error is that?
O Spelling error
O Citation error
Line spacing error
O Grammar error

Answers

it would be a spelling error

Answer: spelling error

Explanation:

________ is a term that refers to a system in which everyday objects are able to communicate information throughout an interconnected system.
a) Big Data
b) The Internet of Things
c) Data Science
d) Data warehousing
e) Data mining

Answers

Internet of Things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.

How to turn off parental controls without a password?.

Answers

Answer:

Explanation:

depends on what device you are using. if you are using a computer, you would have to reinstall the operating system. if you are using some gaming console, you would have to reset the system settings.

Was the first documented use of the word computer referring to a machine or a person?.

Answers

calculations, or computations Was the first documented use of the word computer referring to a machine or a person.

What is computations?

In the early days when computer was first brought to light, the term computation was used to describe the use of computers.

However, the word continued to be used in that sense until the middle of the 20th century and it is used to referred to "a computer" as a "person".

Learn more about computation at;

https://brainly.com/question/17493537

Shanice has a younger sister, Leandra, who just got a computer for her birthday. Leandra wants to know how she can use the internet to interact with her friends. She also wants to know how she can stay safe on social media and avoid cyberbullies. What should Shanice tell her? can someone please answer this question.

Answers

Leandra should make whatever social media accounts she has or would make private. If they are private she can limit who she wants on her feeds.


QUESTION :-

what is Python??​

Answers

Answer:

python and Java developer at the end of the

It is a coding language

anyone become my sister forever please​

Answers

Ask your parents lolz

Answer:

Your parents need to fill out a legal adoption form for you to legally have a non-blood related sister. Otherwise, according to the legal system, they are not family.

Lukae has two children. Each of lukes children has two children. Each child after that has two children. If lukes children represent the first generation of the family which type of function would best model the number of children in the nth generation of the family

Answers

Answer:

C

Explanation:

explain the role of computers in accounting

Answers

Answer:

A computer helps accountants store and access financial records, make changes and alleviate the need to keep paper files. If paper work is needed, computer files can easily be accessed and printed along with any changes the accountant makes at any given time.

Protocol 2 - Check for Errors
Create a protocol that will solve the problems you saw with Protocol 1 by doing some error-checking. The sender
should be able to construct a single multi-packet message that is sent at once. Afterwards they can keep
communicating to fix any errors in the transmission. Things to consider:
How will the receiver know the order of the packets or if any are missing?
How will the receiver request missing packets and what will the sender do in response?
How will both sender and receiver know the full message arrived successfully?

Answers

Please note that the Problem to be solved from Protocol 1 is not provided hence the general answers. To construct and send, open a network environment a single multi-packet message, simply click "Add Packet" and then click "Send at Once".

How will the receiver know the order of the packets or if any are missing?

If the text or message sent does not make any reading sense, or if certain words are jumbled and out of place, then it is clear that something is wrong.

If the messages arrive in a coherent fashion, then the packet was fully received.

How will the receiver request missed packets and what will the sender do in response?

Where the users are familiar with the Transmission Control Protocol, lost packets can be detected when there is a timeout. Lost packets are referred to as Dropped packets.

Learn more about Packets at:
https://brainly.com/question/17777733

Choose the equation that correctly shows the Commutative Property of Multiplication.

Answers

Answer:

It should be B

Explanation:

Not 100% sure should be right though ;)

Put these numbers in order from smallest to largest:
1. 00101112
2. 011110
3. 011110112

Answers

the answer to this question is 3,2,1

Answer:

00101112 = 50

011110 = 30

011110112 = 248

So,

011110, 00101112, 011110112

Disadvantages of a grain crusher

Answers

Answer:

The equipment is complicated and expensive, and the one-time investment is too large, which is economically unbearable for some users; The equipment that can be carried is limited, and large-scale open mining need more than one portable crushing station to meet the large capacity

Explanation:

To collaborate on a project using Pinterest, students can___​

Answers

Pinterest is a side where the students can create pinsThey can create multiple boards also.There tags or profile may be used.They can also use the Direct message feature for collaboration in project creation

Using guarded equations, implement a function myInsert that behaves the same way as the insert function defined in Data. List package. The Data. List. Insert function takes an element and a list and inserts the element into the list at the first position where it is less than or equal to the next element. In particular, if the list is sorted before the call, the result will also be sorted.


myInsert : : Ord a â a â [a]â a[a]


a. Explain your nylnsert function definition.

b. Using nylnsert and foldr, implement insertion sort (named mySort).

nySort : : Ord a â a â [a]â a[a]

c. Explain how your nySort works when it is applied as below. Your explanation should be closely related to how foldr works.

nySort [3,1,4,2,5]

Answers

Sorting involves arranging a set of elements in a particular order (ascending or descending)

The insert function

The insertion sort function written in Python, where comments are used to explain each line is as follows:

#This defines the function

def mySort(myList):

   #This iterates through the list

   for i in range(1, len(myList)):

       #This gets the current element

       currElem = myList[i]

       #This gets the index of the previous element

       j = i - 1

       # This compares the adjacent elements, and rearrange them (if needed)

       while j >= 0 and currElem < myList[j]:

           myList[j + 1] = myList[j]

           j = j - 1

       # This places the current element after a smaller element

       myList[j + 1] = currElem

Read more about sorting techniques at:

https://brainly.com/question/15263760

Piston pin is used to connect connecting rod with

Answers

The piston pin is used to connect the connecting rod and the piston

Which of the following is opened when the Find command is clicked? Question 9 options: Navigation Pane Insert Hyperlink dialog box Bookmark dialog box Search Pane.

Answers

The element, from the following options, which is opened when the find command is clicked is the search pane.

What is find command?

Find command is the command which is used to find the list of files and their location.

Find command can be used in different manners-

To find the different files in a system.Find command can find the files by their name, size, date or other information related to the required document.This command can be modified with the requirement of the search.

The options for the given problem are-

Navigation Pane Insert- It is used to show the navigation pane in word or similar space. Hyperlink dialog box-This open, when the insert hyperlink command is clicked.Bookmark dialog box-This opens, when the bookmark command is clicked.Search Pane- Search pane is opens, when the find commond is clicked.Thus, the element, from the following options, which is opened when the find command is clicked is the search pane.

Learn more about the find command here:

https://brainly.com/question/25243683

What does it mean when a class has an argument python?.

Answers

Answer:

Objects of a class can optionally accept arguments. These arguments are used to set values within an object. Consider the following code: class Employee: def __init__(self, name) self.name = name The __init__method lets us assign a value for the “self.name” variable in our class. We can reference this variable in any method in our class.

Explanation:

Addressing data privacy is a portion of which part of your internal processes?.

Answers

The portion of a part of internal processes that addresses data privacy is: data hygiene.

What is Data Hygiene?

Data hygiene, which is also referred to as data cleaning, is an internal process that is run to detect and correct records that are inaccurate or corrupt and also identify incomplete or irrelevant parts of a data.

It also goes further in replacing, deleting, or modifying the coarse data. All these internal processes are data hygiene that addresses data privacy.

Therefore, the portion of a part of internal processes that addresses data privacy is: data hygiene.

Learn more about data hygiene on:

https://brainly.com/question/25099213

your prefabs subfolder, like all other game assets, is located in
A. Model Viewer
B. Project View
C. Hierarchy
D. Transform

Answers

Answer:

B.

project view

Explanation: Just took the test

How to make recvfrom only work in a certain thread python udp.

Answers

Answer:

just put the in and out Intil it

Explanation:

Why is the ""one-way"" property of encryption algorithms important?.

Answers

Answer:

One-way hash functions are used to protect data against intentional or unintentional modifications.

Explanation:

A scatter plot shows what type of relationship?

Answers

Answer:

According to Goog|e, "A scatterplot shows the relationship between two quantitative variables measured for the same individuals. The values of one variable appear on the horizontal axis, and the values of the other variable appear on the vertical axis. Each individual in the data appears as a point on the graph. There are three types of correlation: positive, negative, and none (no correlation)."

Explanation:

I hope this helps!

A scatterplot shows the relationship that exist between two quantitative variables that ae known to be measured for similar or the same individuals.

What is scatterplot relationship about?

A scatterplot shows the relationship that exist between two quantitative variables that ae known to be measured for similar or the same individuals.

Note that  the values of one variable is known to show on the horizontal axis, and the values of the other variable is said to show on the vertical axis and as such, each of the individual in the data is shown as a point as seen on the graph.

Learn more about scatterplot from

https://brainly.com/question/6592115

#SPJ2

Other Questions
What happened to most of the raw materials found in Jamestown? A. They were turned into gold and silver. B. They were traded with African nations. C. They were destroyed by insects. D. They were sent back to England. When sound waves enter the ear, they travel through the auditory canal to the ___(a)____, then through little bones in the ear, eventually making it to the ___(b)___ where it will turn into a neural message and be sent to the brain. A rectangular piece of carpet has a length of 14 feet and a width of 8.8 feet.What is the area of the rug?Enter your answer in the box.PLEASE HELP why does a child of less than three years old often experiace negative emotions Which of the following is not an effective interview question? A - What is something important that youve learned from this? B - What else do you remember about that time in your life? C - Can you say more about that? D - What is your favorite color? f(x) = 10*(x + 5)f(5) = ? Decompose the fraction represented in the model into the sum of its unit fractions. (3 points)a fraction strip partitioned into eight parts with two parts shadedaone eighth plus one eighth equals two eighthsbone eighth plus one eighth plus one eighth plus one eighth equals four eighthscone eighth plus one eighth plus one eighth plus one eighth plus one eighth equals five eighthsdone eighth plus one eighth plus one eighth plus one eighth plus one eighth plus one eighth equals six eighths Helppppo pls and thanks fractions 3. Describe short-term factors that could influence yearly data within this system Which word is the correct word to use in this phrase (plots or scenes)?The ___ of Bollywood films have tended to be melodramatic state three ways In which employment could minimize emotional stress Ya'll FR get 50 points if you answer this question :p Solve the equations x+y=300 and 12x+15y=4,140. Enter the values of x and y in the boxes below. please help me brainliest Which statement best summarizes the conflict in this passage? Portia is upset because Brutus is behaving as if something is wrong, and he will not confide in her. Brutus is concerned that Portia will betray him to her acquantances. Portia is offended because Brutus is rouitinely impatient with her. Brutus is very sick, and Portia is worried that he will die if he does not eat or sleep Harry is reading an online summary of the law of reflection. The site states that after light hits a mirror, the angle of reflection is the angle between the reflected ray and the normal, which is the surface of the mirror. Which statement corrects an error on the site? The normal is a line perpendicular to the surface of the mirror. The normal is a line perpendicular to the incoming ray. The angle of reflection is the angle between the incoming ray and the normal. The angle of reflection is the angle between the reflected ray and the incoming ray. Find the value of a 00 47 1 what are the power dynamics, individual dimension and job description of barangay captain oro trying to push others into the pit.C: they were excited and curious to see what was in the pit.D: a few had lost their tempers.E: there were no police prosent to control them.Question 30The author hints that the women in the crowd were:A: just as aggressive as the men.B: more aggressive than the men.C: reluctant to push forward.D: merely passive onlookers.E: None of these.Question 31The mood of the crowd altered suddenly when:A: the cylinder opened.B: a bear emerged from the cylinder.C: a pair of eyes was detected peering at them from the cylind-D: tentacles appeared out of the top of the cylinder.E: the creature opened its mouth.Question 32Of the Martian's features, the one most caucina PRETTY PLEASE HELP ME!!!Complete the two-column proof below. The reasons are already given so only the mathematical statements need to be completed. Given: A and B are complementary angles. B and C are complementary angles.Prove A ~= C