Answer:
It is measured in megahertz (MHz) and gigahertz (GHz).
Hope this helps.
Answer: Social media
Explanation:
Social media is defined as the group of the internet based various applications that basically build on the foundation of technological and ideological of the web 2.0. It basically allow the exchange of the user content and creation.
It is the most flexible platform that enable the users with the huge experience. It is also known as free and open source platform. It basically contain the various content that are algorithm driven and machine learning.
Yielding means to slow down or stop and let other cars go ahead of u . Hope i helped ya :)
Answer:
creating vector:
code:
to20 <-c(1:20) #creating to20 vector
end <-c(40:50) #creating end vector
to50 <-c(to20,21:30,end) # creating to50 vector
print(to50) # printing to50 vector
Explanation: