To date, what has most propelled the digital revolution?
A. Multimedia advertising
B. Social networking sites
C. Desktop computers
D. Cellular phone calls​

Answers

Answer 1

The answer is Computer Networks. The development that has contributed most to the digital revolution is the Computer Networks. The Digital Revolution refers to the advancement of technology from analog electronic and mechanical devices to the digital technology which we have today. So it's B because computer networks is a social networking site


Related Questions

[tex]\Huge\sf\underline{\underline\red{Question}} [/tex]

WAP in Java to input a number and deduce if the
entered number is positive or negative.

☞note: I want program not explanation​

Answers

Tbh I don’t know too much.. nor can I try the code but.. try this.

var number = window.prompt("Enter a number: ")
if (number > 0) {
alert("positive") // positive
} else {
alert("negative") // negative
}

Answer:

var number = window.prompt("Enter a number: ")

if (number > 0) {

alert("positive") // positive

} else {

alert("negative") // negative

}

Mobile devices have their own OSs, tailored to their handheld needs, which means they are not immune to what?
malware threats
corporate espionage
crowding out legitimate traffic
specific rules

Answers

Answer:

Malware

Explanation:

Malware is used in many types of software included handheld OS's

He rejected all our proposals (replace the nouns in italics by verbs)

Answers

Answer:

Our all proposals are rejected by him.

what will you see on the next line after the following lines of code?
>>> aList = [9, 2, 3.5, 2]
>>> aList.remove(2)
>>> aList
[9, 3.5]
[9, 3.5, 2]
[9, 2, 3.5, 2]

Answers

Answer: I think its A [9, 3.5]

Explanation:

Answer:

[ 9, 3.5, 2]

Explanation:

Read the scenario and then choose which type of
report it describes.
A human-resources director creates a report
containing the names and contact information of
employees at the company.
O customer list
O employee list
O medical record
0 sales-volume report

Answers

Answer:

employee list.

Explanation:

An employee list can be defined as a textual document that comprises of important informations such as names, contact address, gender, religion, next of kin, home address etc., about an employee working in an organization or business firm.

In this scenario, a human-resources director creates a report containing the names and contact information of employees at the company. Thus, this report represents an employee list.

The main purpose of an employee list is to provide a detailed description or information about all of the employees working in an organization at a specific period of time.

Answer:

B; Employee List

JAVA CODE.


Write a method that takes a Rectangle as a parameter, and changes the width so it becomes a square (i.e. the width is set to the value of the length).

This method must be called makeSquare() and it must take a Rectangle parameter.

Answers

Solution :

public class Rectangle  

{

int len,bre;

Rectangle(int l,int b)

{

setLength(l);

setBreadth(b);

}

void setLength(int l)

{

len=l;

}

void setBreadth(int b)

{

bre=b;

}

int getLength()

{

return len;

}

int getBreadth()

{

return bre;

}

void makeSquare(Rectangle r)

{

r.setBreadth(len);

System.out.println("Square Parameter");

System.out.println("Length:" +r.getLength() + " Length: ".getBreadth());

}

public static void main(String[] args){

Rectangle r=new Rectangle(10,5);

System.out.println("Rectangle Parameter");

System.out.println("Length:"+r.getLength()+" Breadth:"+r.getBreadth());

r.makeSquare(r);

 }

 }

}

Which is the best method for sending a word-processor document to another
person via e-mail?

Answers

Answer:

Attach the document to the e-mail message as a file attachment.

Hope this helps :)

In a _error,solution is working but not giving required results

Answers

Answer:

it is a random error

Explanation:

I HOPE THAT THIS ANSWER HELPS YOU

When do we use numbers instead of strings?

Answers

Answer:

for what, I need more context

Explanation:

Answer:

When you need to do calculations

Identify at least five different Arts, A/V Technology, and Communications careers that you could pursue in your home state, and choose the three that appeal to you the most. Out of the three, write a one-page essay describing which one would be your career choice and the educational pathway that you would have to follow in order to obtain that career. Finally, identify at least three colleges, universities, or training programs that are suited to that career choice. You can use the following resources to help you:

Answers

Answer:

Five careers in the Arts, A/V Technology, and Communications cluster that would be interesting to me are choreographer, museum conservator, reporter, singer, and fashion designer. Of those careers, being a museum conservator, singer, or fashion designer sounds the most appealing to me. Out of all those choices, I think that being a fashion designer seems the most interesting and would allow me to use my creativity.

Fashion designers create patterns and construct sample garments for a target market. They use models to determine how the garments will fit and modify them as necessary to get the desired look. In order to excel in this position, I would need to be able to think creatively; establish working relationships with models, designers, and others in the industry; and organize my time in order to accomplish the necessary work and meet deadlines.

There are several schools that offer a degree in fashion design, such as Savannah College of Art and Design, Academy of Art University in San Francisco, Kent State University, and the University of Cincinnati. Several technical schools also focus on fashion design, such as the Fashion Institute of Design & Merchandising. I think I would choose to attend Parsons in New York, which has turned out many famous fashion designers, such as Marc Jacobs, Jenna Lyons, and Tom Ford.

Explanation:

plato answer

IM NOT GOING WITH THAT CAT

Answers

Answer:

Oml

Explanation:

Answer:

“he's not leaving because i know they can't let me leave"

Explanation:

in python:
Write a program that asks the user for the number of hours worked this week and the hourly rate of pay. The program is to calculate the gross pay. If the number of hours worked is greater than 35, the extra hours are paid at 1.5 times the rate. The program should display an error message if the number of hours worked is not in the range 0 to 70

Answers

Answer:

The code is shown below:

Explanation:

Consider the provided information.

The required code is shown below:

hrs = input("Enter the number of hours worked this week: ")

h = float(hrs)

if h<0:

   print("Error")

elif h>70:

   print("Error")

else:

   xx= input("Enter the hourly rate pay: ")

   x=float(xx)

   if h<= 35:

       print(h * x)

   elif h > 35:

       print(35* x + (h-35)*1.5*x)

For better understanding refer to the image shown below.

PLEASE HELP!!! Prompt
What is the Bcc address field for?

Answers

Answer:

Blind carbon copy

Explanation:

The Bcc (Blind carbon copy) field in simple words, is a field in which addresses inserted there are not all allowed to see other recipients of the message they receive. In other words, each recipient is blind to such information.

For example, if a teacher emails an assignment to a selection of 30 students from her class by inserting their email addresses in the Bcc field, it therefore means that each student would receive the email but would be unable to see other email addresses that receive the same email. However, they would be able to do so if they were inserted in the Cc field by the teacher.

What is the difference
difference between
Open
and recent
command?

Answers

The difference between the new and open commands on the file menu are quite simple. The new command creates a brand new file, while the open command opens a file that already exists or has been created.

What online server provides you space to store and launch your website?
A.
WYSIWYG editor
B.
web hosting site
C.
domain name registrar
D.
service provider

Answers

Hello there!

The answer would be web hosting site

Hope this helps

Have a great day/night

Write a program that allows the user to enter their name from the keyboard. Allow the user to pick how many times they want their name
printed to the screen. Print their name to the screen the number of times specified.
java

Answers

Answer:

zddd

Explanation:

Please help!!!! 100 points!!

Answers

Answer:

I DONT GET IT

Explanation:

I was also looking for an answer for the same question lo

Chris wants to view a travel blog her friend just created. Which tool will she use?

HTML
Web browser
Text editor
Application software

Answers

Answer:

Web browser

Explanation:

HTML, text editor and application software are all tools used by developers in coding the format of a blog. Computer languages such as Cascading Style Sheet (CSS), JavaScript, Personal Homepage Pre-processor, and HyperText Markup Language are used in such coding and an ordinary user will not be able to understand such a language.

To view the travel blog when it is ready and in everyday language, a web browser should be used. The blog name is entered and Chris can see all the features of the blog.

i need help, thank you

Answers

Answer:

umm I think it's C it's between that one and d so the 1st and 4th but leaning more towards C

Please help me on this

Answers

Answer:

Phishing

Explanation:

the other answers are just random stuff.

Answer:

It is Phishin

Explanation:

the act of seding out bait aka the fake emails and trying to get people to bite or aka get scammed.

Activity
Using Internet resources, find information on how you will install an operating system on your computer. List the steps you will use for installing
the operating system.

Answers

Answer:

If you want download operating system you need to go to You tube and look video for downloading.

Explanation:

Go to you. I think Now I don't any information.

Answer:

1. I first inserted the Windows XP CD in the CD/DVD-ROM drive. After inserting the CD, the message “Press any key to boot from CD” appeared on the screen. I pressed a key, and the message “Setup is inspecting your computer hardware configuration...” appeared on the screen.

2. Next, I pressed Enter, and the XP setup menu came up to help continue the setup.

3. When the licensing agreement came up, I pressed F8 to agree to the rules and regulations of the agreement contract.

4. Next, I pressed Esc to install a fresh copy of Windows XP.

5. At some point of the installation, I was prompted to create new partition spaces using the partition setup screen.

6. After completing the partition process, I pressed Enter to install XP.

7. Next, I chose the NTFS file system for my drives.

8. Next, I pressed Enter to start the formatting process. At the end of the formatting process, Windows started installing files.

9. I configured my system by responding to the prompts of a setup Wizard.

10. Finally, my system restarted, and the Windows XP installation was complete.

Explain the simliparities or difference between a workbook , worksheet and spread sheet​

Answers

Answer:

Spreadsheet vs Workbook. Summary: Difference Between Spreadsheet and Workbook is that Spreadsheet software allows users to organize data in rows and columns and perform calculations on the data. ... While Workbook is consider as whole file that can contain bundle of worksheets in it.

Explanation:

mark brainlyist

Write a program to enter a number and test if it is greater than 45.6. If the number entered is greater than 45.6, the program needs to output the phrase Greater than 45.6.

Sample Run
Enter a number: 90
Sample Output
Greater than 45.6

Answers

Answer:

float inp =0;

cin>>inp;

if(inp > 45.6)

    cout<<"Greater than 45.6";

Explanation:

the first line will initialize an float for the input you gonna give the program.

second line will get the input from the user.

third line checks if the given input is greater than 45.6 .if so , it will print "greater than 45.6"

also for your future questions , please note which language your program should be in.

Where do you want to install?
It looks like you don't have any applicable device(s) linked to
your Microsoft account. To install, sign in on a device with
your Microsoft assount,
Get more info
How do I do this

Answers

This really depends on the thing you are trying to install, and the device you are trying to install it on.

try to find the app info and see what devices it is compatible with. make sure you are using a compatible device, and make sure you are signed in.

Place the following STEM inventions in the correct chronological order, from the earliest to the most recent discovery.
Talking doll - Summly app - Blissymbol printer - circular saw


talking doll, circular saw. Blissymbol printer, Summly app

circular saw, Blissymbol printer, talking doll, Summly app

circular saw, talking doll, Blissymbol printer, Summly app

talking doll, Summly app, Blissymbol printer, circular saw

Answers

Probably C

If I’m right, can you mark me brainliest please?

Answer:

c

Explanation:

lol

Which of the following best describes the purpose of video careers?


To catch the attention of customers


To gain an emotional connection between two people


To create motion images for public entertainment, news or education

To make an employer laugh

Answers

To create motion images for public entertainment news or education

Define and explain the two different methods by which a file can be compressed. Briefly describe one pro and one con for both types of compression.

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

In this question, the Lossy compression requires a data merging software program. The benefit would be that compared to lossless compressions, it can create smaller files. One aspect was that every piece of information is usually lost. It is used to analyze their digital information on a computer model, seeking a place to buy it in another form. The pre is also no loss of data. Another thing would be that sound files wouldn't fit properly.

Answer:

Lossy compression uses a computer program to combine information. A pro is that it can produce smaller files (when compared to lossless compressions). A con is that some information is normally lost. Lossless compression uses a computer model to analyze the digital data and finds a way to store all of it in a different format. A pro is that no data is lost. A con is that it does not work well with sound files.

Read the scenario and then choose which type of
report it describes.
A company creates a report detailing research on
the projected sales of a new product.
O customer list
O
market-research report
o
product list
O
sales-volume report

Answers

Answer:

Market-research report.

Explanation:

Market research can be defined as a management strategy that focuses on systematically acquiring informations about occasions, trends, events or patterns through surveys and analysis of information pertaining to the customers of a business firm or organisation so as to understanding their behavior. Therefore, a market-research report would provide a business with informations such as projected sales, industry trends, competitive landscape, market values, industry size through the use of surveys, product tests and reviews.

In this scenario, a company creates a report detailing research on the projected sales of a new product. Thus, this type of represents a market-research report.

Answer:

it's B.

Explanation:

1. Open the table in__
view.
2. Place the cursor in the Last Name column.
3. On the__ tab, in the Sort & Filter group, click __

Answers

1. Open the table in design view
2. Place the cursor in the last name column
3. On the create tab , in the sort a amp; filter group, click the toggle filter icon

For kids who feel like they dont belong, i fell you, i really do. We are all connected. We’re in this together believe it or not. You are not alone. No matter what happens, you should never give up. Happiness is not limited, if you can’t find any happiness then i will lend some of my happiness to you. People can help you move forward, to a life that is full of happiness. One where you are not so depressed in. Your life is shaped by YOU. So if you choose to be depressed than that is how your life will be. If you choose to be happy than you will live a happy life. That goes for all the other emotions. You may say you dont belong but you do belong. It may be a place in your imagination for now but sooner or later or will find a place in the real world that you belong. If you give this world a chance it can show you that you do belong in this world. You’ll never know if you make a difference if you dont give yourself a chance to make a difference. Your world will open up in ways that you thought were never possible if you just believe in yourself. When that happens you’ll be so happy you held on for as long as you did. Let’s show the world what makes us unique, lets show the world that you matter too. Let’s refuse to let the haters dictate your life. Let’s make a difference in this world STARTING NOW

Answers

Answer:

ok lil sharty

Explanation:

girl anyways follow kdlorr on ig
Other Questions
A new business has total sales of $14,000, applied $1,350 in merchandise discounts, and had returns of $234. Calculate the business's total net sales. Find anequivalent ratio in simplest terms90 : 14 I get brainlist to whoever can help my computer is doing this and I have class and its not working and I got it wet yesterday but it was fine in homeroom help please Carlos scored 24 points in a basketball game last Friday. His team scored a total of 88 points. What percent of the points did Carlos score? Round your answer to the nearest percent. Greg wants to check the amount of requests his website receives. What test can he use?Afunctionality testB.user testC.performance testD.website load testHelp ASAP :( :( :( :( :( :( :( :( :( :( :( :( :( :( :( :( :( help Who answers the economic questions in a traditional economy?Please helppppp Which best identifies a defining characteristic of a procedural text?A) It includes characters B) it contains logical facilities C) its purpose is to inform D) it always uses the compare and contrast text structureThank you!! :D Explain why a trapped gas in black box left in the sun will reach a higher temperature than the surroundings Does this look correct? It takes Joey 4 hours to write 4 pages for his research paper. His research paper is required to be 6 pages long. How much longer will Joey need to work to finish his essay? A. 1 hourB. 2 hoursC. 3 hours 29. Which of the following occurs throughout mostof a star's lifetime?A. matter ejectionB. gas contractionC. heavy core formationD. nuclear fusion HELP!!What is the surface area of this shape? What are the x - and y -intercepts of the equation 3x+4y=24? What suffix can be added to the noun remorse to make it an adjective???A) -fulB) -fullyC) -fullnessD) -ly E) -ably what is chemical reaction? In E. coli cells, maltose, a type of sugar, is needed to turn on the genes that are regulated by the mal operon. This type of regulation is called (1 point)positive controlnegative controloperon controlrepressor control B. Directions: Conjugate the verb in parentheses correctly into the sentence using the preteritetense of the regular and spelling-changing verbs.1. El pap (cambiar)mucho dinero.2. Mi amiga (mandar)muchas tarjetas postales.3. Las profesoras (cantar)en francs.4. Anoche yo (caminar).por el parque.5. T y yo (regresar)ayer por la noche.6. Ella (comprar)las botas el mes pasado.7. Mario y Jaime (descansar)en el patio.8. Yo (llegar)de Tejas anoche.9. El verano pasado yo no (practicar).deportes.10. El domingo pasado yo (jugar)al golf con mi padre.11. Anoche yo (empezar).a repasar los verbos regulares.12. La semana pasada yo (organizar)mi escritorio. Hello! Can you help you can get more points! Click on the photo for more view etc. Trent kept track of his leaf-raking business as shown. What was his profit?