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
[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
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
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)
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]
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
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.
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?
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
Answer:
it is a random errorExplanation:
I HOPE THAT THIS ANSWER HELPS YOUWhen do we use numbers instead of strings?
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:
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
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
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?
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?
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
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
Answer:
zddd
Explanation:
Please help!!!! 100 points!!
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
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
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
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.
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
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
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
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
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
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.
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
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 __
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
Answer:
ok lil sharty
Explanation: