Lead Sheets, Plates, Slabs, & Foils.
Lead Shot
Ask someone who knows about this stuff this is weird I would say look it up maybe
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The for-loop given in the question is:
for ( j = 0; j < 10; j++ )
{
appendItem (myList, aNumber); //this loop append a number to a list myList
}
This loop starts from J variable's value zero and when J's value is less than 10, the loop iterate through its body until J's value becomes greater or equal to 10. As J's value exceed nine, the loop will get terminated.
So this loop repeats 10 times its loop body, at the 11th time, the condition becomes false and the loop will get terminated.
> News sites give information about news or what is trending around the area or world (CNN, Fox, MSNBC, etc)
> Search engines is what allows you to look up websites (Google, Bing, Yahoo, etc)
> Social media AKA Social Networking sites is interaction social sites where you connect with various people from around the world. (Facebook, Twitter, Google+, etc)
>Apps is short for applications which is an application that has a specific function (Games, Music, Social networking)
So based on this, you answer is C. Social Media