Answer:
B. website suggests you take a picture of a loved one, write a poem to go with it, and post it on the site.
Explanation:
A creative curator has the job to prepare and develop, production of art, in this case, an exposition, This is a person trained to evaluate and present in a gallery, but nowadays, is not necessarily a physical gallery neither an exposition, in this particular example.
We could ask about art in social media or in a website, and posting a piece of art, the creative curator must certify the website and the piece of art.
Answer:
A difference is that the electrical devices makes the electrical energy into the other forms of energies, such as heat, light, sound, gravitational, and nuclear. . . The electronic device controls the flow of electrons for performing the task.
The windows software should be installed first to make his laptop start working.
<h3>What is the Microsoft Windows?</h3>
This is known to be the Operating system and it is one that is said to be made up of a group of a lot of proprietary graphical operating system families made and marketed by Microsoft.
Note that the windows comes in different version such as:
- Windows 11
- windows 10
- windows 8
- windows 7, etc.
Therefore, for your laptop to start, it need to have one of the windows written above.
The windows software should be installed first to make his laptop start working. and by installing the windows be it windows 10, 8, 7, etc., it will start working.
Learn more about software from
brainly.com/question/1538272
#SPJ1
Answer:
H=(A*D)-(B*(D-1))
H = A*D- B*D+B
H-B = (A-B)*D
D= (H-B)/(A-B)
Python 3 code
import math
H=int(input('Enter Height: '))
up=int(input('Enter Number of Feet Up: '))
down=int(input('Enter Number of Feet Down: '))
D=(H-down)/(up-down)
print(math.ceil(D),' Days'
Explanation:
The output of the Program is given in the attached file.
/etc/rc2.d is the name given to the directory that contains symbolic links to UNIX SysV rc scripts for runlevel 2.
<h3>What is a directory service?</h3>
A directory service can be defined as a software system designed and developed to store, organize and provide end users with a name and an access to directory information, so as to effectively and efficiently unify (synchronize) all network resources.
In Computer networking, /etc/rc2.d is the name given to the directory that contains symbolic links to UNIX SysV rc scripts for runlevel 2.
Read more on UNIX SysV here: brainly.com/question/15616559
#SPJ12