?
Critical Thinking Questions
Case 10-1
?
Robin is interested in sewing clothes for children. Since she received a lot of support and appreciation for her work, she converted her hobby into a small business.
Robin creates a website for her business and decides to promote the business using social media. What should she include on her website so that users are redirected to the social media page to connect to the business??

A. ?Social media icons
B. ?Social media elements
C. ?Social media objects
D. ?Social media classes


Answer: A

Computer Science & Information Technology

You might also like to view...

The following shell script adds entries to a file named journal-file in your home directory. This script helps you keep track of phone conversations and meetings.

$ cat journal # journal: add journal entries to the file # $HOME/journal-file

Computer Science & Information Technology

Function push_back, which is available in sequence containers other than __________, adds an element to the end of the container.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A hard boot takes more time than a soft boot.

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

Computer Science & Information Technology

Which of the following statements about CGI scripts is false?

A. CGI programs can be written in the computer languages Perl or Basic, depending on the type of server that is hosting your website. B. When a CGI script collects data from a web form, it passes the data to a program running on a web server, which in turn passes the data back to the user's web browser, which then makes changes to the website in response to the form data. C. CGI allows a web browser to work directly with the programs that are running on the server and also makes it possible for a website to change in response to user input. D. CGI is one of the most popular tools used to collect form data.

Computer Science & Information Technology