Answer:
last one check it and the second one
Explanation:
The answwer to the type of hardware is led lighting it does not need a inverter
There are pros and cons to using special characters in email subject lines. Generally, marketers report higher open rates.
Some report better engagement, but many don’t.
There are also reports of special characters causing problems with deliverability, mostly because spammers became very fond of special characters for a while.
Answer:
# import the turtle library
from turtle import *
# create a turtle space
space = Screen()
# create a turtle object
z = Turtle()
# create a single Z
z.forward(50)
z.right(120)
z.forward(100)
z.left(120)
z.forward(50)
# adjust the turtle position
z.up()
z.left...
Explanation:
Answer:
B)tracert
Explanation:
Tracery Command can be regarded as
network diagnostic tool, it is used in tracking process of pathway of packet ranging from source to destination on IP network. It as well allows to know real time of each hops that are been taken by a packet as it enroutes to it's destination. The traceroute can be run by following these steps:
✓Open the run window
✓Open Command prompt, this can be done by enter "cmd" then enter.
✓ input" tracert" then destination ( Ip address or web address)
It should be noted that Tracery command issued from the command prompt will show the route that a packet travels from the issuing computer to another computer.