She can use a flashdrive to store it, or she can go to her documents folder and store it. When she gets on the computer later, she can then continue working on the project.
Answer:
A computer is a machine made up of parts for the hardware and software. Based on the instructions given, a computer receives data through an input unit and sends it back through an output system after it processes the data. The input devices of a computer are used to get the input data.
Answer:
BGP neighbors are defined by an IP address. BGP uses TCP port 179 to communicate with other routers.
The way to write the select statement has been written below.
<h3>How to write the query</h3>
The query that is going to be written in this statement would be
First use the select command and then add the variables that are of interest.
This would be written as
SELECT
RegisteredName,
Height,
BirthDate
Next you have to specify where you want the select statement to read from so you write
FROM horse
WHERE height BETWEEN 15.0 and 16.0 OR BIRTHDATE >='2020-01-01'.
The query that is written above if followed would show the data that the operator is seeking for.
Read more on python select statements here:
brainly.com/question/14350111
#SPJ1