What term defines Internet applications that help people connect with each other through a virtual environment by providing them with a collection of online tools?A. Blogs
B. Forums
C. Podcasts
D. Social networks

Answers

Answer 1
Answer: D. social networks is your answer

Related Questions

(JAVA PLS)Your job in this assignment is to write a program that takes a message as a string and reduces the number of characters it uses in two different set ways. The first thing your program will do is ask the user to type a message which will be stored as a String. The String entered should be immediately converted to lowercase as this will make processing much easier. You will then apply two different algorithms to shorten the data contained within the String.Algorithm 1This algorithm creates a string from the message in which every vowel (a, e, i, o, and u) is removed unless the vowel is at the very start of a word (i.e., it is preceded by a space or is the first letter of the message). Every repeated non-vowel character is also removed from the new string (i.e., if a character appears several times in a row it should only appear once at that location). So for example the string "I will arrive in Mississippi really soon" becomes "i wl arv in mssp rly sn".After applying this algorithm, your program should output the shortened message, the number of vowels removed, the number of repeated non-vowel characters removed, and how much shorter the shortened message is than the original message. The exact format in which the program should print this information is shown in the sample runs.Algorithm 2This algorithm creates a string by taking each unique character in the message in the order they first appear and putting that letter and the number of times it appears in the original message into the shortened string. Your algorithm should ignore any spaces in the message, and any characters which it has already put into the shortened string. For example, the string "I will arrive in Mississippi really soon" becomes "8i1w4l2a3r1v2e2n1m5s2p1y2o".After applying this algorithm, your program should output the shortened message, the number of different characters appearing, and how much shorter the shortened message is than the original message. The exact format in which the program should print this information is shown in the sample runs.Sample Run 1Type the message to be shortenedThis message could be a little shorterAlgorithm 1Vowels removed: 11Repeats removed: 2Algorithm 1 message: ths msg cld b a ltl shrtrAlgorithm 1 characters saved: 13Algorithm 2Unique characters found: 15Algorithm 2 message: 4t2h2i4s1m5e2a1g1c2o1u3l1d1b2rAlgorithm 2 characters saved: 8Sample Run 2Type the message to be shortenedI will arrive in Mississippi really soonAlgorithm 1Vowels removed: 11Repeats removed: 6Algorithm 1 message: i wl arv in mssp rly snAlgorithm 1 characters saved: 17Algorithm 2Unique characters found: 13Algorithm 2 message: 8i1w4l2a3r1v2e2n1m5s2p1y2oAlgorithm 2 characters saved: 14
Python Variables WorksheetPrint | SaveOutput: Your GoalYou will write a program to store a message in two variables, then print that message.Part 1: Plan and Write the PseudocodeWrite an algorithm using pseudocode that someone else can follow. Choose one of the following options:Decide on the message you would like to display to the screen. Some ideas include:Your favorite book title or TV show and why you like itA few sentences sharing information about youYour favorite sport and team or athleteUse two variables to store your message.Insert your pseudocode here:Part 2: Code the ProgramUse the following guidelines to code your program.Use the Python IDLE to write your program.Using comments, type a heading that includes your name, today’s date, and a short description.Set up your def main(): statement. (Don’t forget the parentheses and colon.)Use at least two variables and two print statements to display your message to the screen.Conclude the program with the main() statement.Follow the Python style conventions regarding indentation in your program.Run your program to ensure it is working properly. Fix any errors you may observe.Example of expected output: The output below is an example of a “Favorite TV Show” message. Your specific results will vary depending on the choices you make about your message.OutputMy favorite TV show is MythBusters.I like it because I learn a lot and they do crazy experiments.When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.Part 3: Post Mortem Review (PMR)Write two to three sentence responses to all the questions in the PMR chart.Review QuestionResponseWhat was the purpose of your program?How could your program be useful in the real world?What is a problem you ran into, and how did you fix it?Describe one thing you would do differently the next time you write a program.Part 4: Save Your WorkDon't forget to save this worksheet. You will submit it for your assessment.Print | Save
True or false you can use Facebook live feed tool to broadcast content as you post it
The Internet consists of interconnected computer networks throughout the world that everyone can use. a. True b. False
The auto fill feature of excel only allows the user to fill cells with a series using the existing formatting options of the cell. True or False?

Write your question here (Keep it simple and clear to get the best answer)if you. Were appointed as a South African press associated president, discuss five corrective measures you would take to address such a situation?

Answers

Assume that I was appointed as the new president of the Republic of South Africa. It wouldn't be easy to lead 53 million people. Also, the quality of education is poor due to scarcity of food and water. So if I were a president, here are my 5 corrective measures:

1. promote higher quality of education
2. volunteer program for the youth
3. Conduct a study for the root cause of the problem
4. Encourage to maximize all the resources
5. Engage in partnerships to address the problem

What invention during the renaissance period enabled people to purchase music for their own personal use?a. electronic recording devices
b. instruments for trained transcription workers
c. printing press
d. faster delivery service

Answers

printing press_____________________________________________________                                                        
What invention during the Renaissance period enabled people to purchase music for their own personal use? A. Electronic recording devices

Which of the following expressions will produce a valid random integer between the int values m and n inclusive, where m < n?

Answers

Answer:

The solution code is written in Python:

m = 1

n = 5

d = random.randint(m, n)

Explanation:

To get a random integer between m and n inclusive, we can make use of Python randint method. It will take two parameters, m and n. By giving two integers as an input (e.g. 1 and 5) to randint, it will generate a random integer between 1 to 5 inclusive.

Smart cards are also known as gift cards.
a. True
b. False

Answers

The answer is (b.) False
The smart card is not related to gift card. It is a device embedded with ICC or integrated circuit chip. It is also called chip card.  It can provide personal identification, authentication, data storage, and application processing. 

Answer:

False

~ I've done the test.

The software program you need to have to read PDF file, such as the PDF files you download from your My Courses page, isa. Adobe Reader.
b. Shock Wave.
c. Flash.
d. Applet.

Answers

adobe reader is the answer.
I always use A) Adobe Reader

Which of the following is a Web browser? Exit Test A Windows B Comcast High-Speed C Microsoft Internet Explorer D Modem

Answers

C. Internet explorer
Hope this helps :) please thank!