_____ is a social media website where members can upload and share original videos.?

A. ?Soundcloud
B. ?Google
C. ?YouTube
D. ?Yahoo


Answer: C

Computer Science & Information Technology

You might also like to view...

Method getFont of class Graphics returns ________.

a. the current font name as a string b. the font size in points c. a Graphics object representing the current font d. a Font object representing the current font

Computer Science & Information Technology

In a letter, ________ prevents you from having to press Enter at the end of each line

A) wordwrap B) AutoWrap C) AutoReturn D) wraptext

Computer Science & Information Technology

You can also close the workbook and leave Excel open by clicking the Close Window button located below the sizing buttons in the status bar.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following code fragments is used to delete the item at the front of a queue represented by a circular array?

a) front = MAX_QUEUE - front; --count; b) front = front - back; --count; c) front = (front+1 ) % MAX_QUEUE; --count; d) front = (back+1 ) % MAX_QUEUE; --count;

Computer Science & Information Technology