List 2 negative impacts of cybersecurity.



Answer and I will give you brainiliest ​

Answers

Answer 1

Answer:

Cyber security can be used for good but nevertheless some people will find ways to do bad things. Basically the negative impacts of cyber security is the opposite to the good type of cyber security they take advantage of it and exploit computer system to do what they want. An example to this is planting a malware on the victim's computer or using a DDOS attack on a WiFi router the possibility are endless.


Related Questions

Explain how AI smartphone software in the rental car can be a threat to privacy.



Answer and I will give you brainiliest ​

Answers

Answer:

The real reason why AI smartphone software in the rental car is threat to privacy is that the data transmitted can actually be exposed to security breaches in the software and so if that happens, the car is no longer under the control of the user.

Hope this helps!

#2 i
Write -0.312 as a fraction in simplest form.
-0.312 =
-
What’s the answer

Answers

Answer: 39/125

Explanation:

Where will a sprite On the Scratch website start at with coordinates (0,0)?

Answers

The answer to your question is stage center. Looking at the multiple choices, I think you should choose the answer, "the center of the screen". But I am not 100% sure if that's the right answer. Hope that helps.

What is the use of Word Processing and Spreadsheet in an organization?

Answers

Summary: Difference Between Word Processing and Spreadsheet is that Word processing software, allows users to create and manipulate documents containing mostly text and sometimes graphics. While Spreadsheet software allows users to organize data in rows and columns and perform calculations on the data.

Write a Python program in which a student enters the number of college credits earned. If the number of credits is greater than 90, 'Senior Status' is displayed; if greater than 60, 'Junior Status' is displayed; if greater than 30, 'Sophomore Status' is displayed; else, 'Freshman Status' is displayed.

Answers

Answer:

CONCEPT:Python code to get the status of Student based on thier Earnings CODE: def main(): print('Student Classification Software.') try: userCredit =int( input('\nPlease enter student credits: ')) if userCredit >90: print('\nSenior Status') elif 60 <userCredit <90 : print('\nJunior Status') elif 30 < userCredit < 60: print('\nSophomore Status') else: # this mean userCredit >= 26...

Explanation:

A certain university classifies students according to credits earned. A student with less than 30 hours is a Freshman. At least 30 credits are required to be a Sophomore, 60 to be a Junior, and 90 to be a Senior. Write a program that calculates class standing from the number of credits earned with the following specifications:

Write a function named determineStatus() that prompts the user for how many credits they have earned and uses a decision structure (if, else, etc.) to determine the class standing of the student. The function should display the standing to the student (85 points).

If the user tries to enter a negative value, the program should alert the user that negative numbers are not allowed (5 points).

Write a main() function that calls the determineStatus() function (5 points).

public class Exercise_07 { public static void main(String[] args) { System.out.println(bin2Dec("1100100")); // Purposely throwing an exception... System.out.println(bin2Dec("lafkja")); } public static int bin2Dec(String binary) throws NumberFormatException { if (!isBinary(binary)) { throw new NumberFormatException(binary + " is not a binary number."); } int power = 0; int decimal = 0; for (int i = binary.length() - 1; i >= 0; i--) { if (binary.charAt(i) == '1') { decimal += Math.pow(2, power); } power++; } return decimal; } public static boolean isBinary(String binary) { for (char ch : binary.toCharArray()) { if (ch != '1' && ch != '0') return false; } return true; } }

Answers

Answer:

mhm

Explanation:mhm

what does any of this mean?

Assume that two students are trying to register for a course in which there is only one open seat. What component of a database system prevents both students from being given that last seat?

Answers

Answer:

Transaction isolation

Explanation:

The student that has initiated the transaction before the other one will be given the seat. The database will be locked for the second student during the period of transaction of the first student. The transaction isolation level is a state within databases that specifies the amount of data that is visible to a statement in a transaction, specifically when the same data source is accessed by multiple transactions simultaneously.

The component of the database that prevents both students from getting the last seat is: transaction isolation

Data that enters the database are expected to maintain accuracy and also be consistent with the database structure.

So, when both students request for the last seat, the possibilities are:

Student A gets the seatStudent B gets the seat

The following is not a possibility

Both students get the seatNone of the students gets the seat

The above highlights means that, only one of the students would get the seat.

This is possible because of the concept called transaction isolation.

The transaction isolation ensures that the data requested by a user is complete and such data maintains competency.

So, when a student gets the last seat, the next student would not get the same seat (or any other seat), because a transaction has already been completed.

Read more about transaction isolation at:

https://brainly.com/question/13030145

Please help me with these questions please

Answers

Answer:

The answer is 20, if this helps you please give the brainliest award.

How to resize images for the Wallpaper subreddit in r.eddit.

Answers

Answer:

You can probably use a website to change the resolution of the image.

Which of the following is the first step to writing an algorithm?
making a plan
carrying out a plan
extending the problem
understanding the problem

Answers

Answer:

Making a plan

Explanation:

Usually you will get stuck on some problems while making an algorithm, so you should make a plan to push forward more easier.

Answer: understanding the problem

Explanation:

Because you have to understand the problem before making a plan

What type of device is OMR input or Output

Answers

Answer

input

Explanation:

modern ones are now input

_________(fill in the blank)in online education is about making sure that all students are able to use all the technology in the course.
Equity
Ethics
Accessibility

Answers

Accessibility Llllllllllllllllllllllllllllllllll

Answer:Below

Explanation:

Explain what is the difference between a "Mode Switch" and a "Process Switch".

Answers

Answer:

The main difference between mode switch and process switch is that mode switch changes the process privilege between modes like user mode and kernel mode while process switch changes the process state between different states. These processes then load into the main memory for the CPU to execute them.

Explanation:

arithmetic test is given twice within a few days to a student. The highest possible score is 40. He receives a score of 35 the first time and a score of 18 the second time. If similarly varying results are obtained from other students, the test result is probably unreliable in the idea o

Answers

Similar varying results obtained as scores from other students indicates that the test is; Unreliable.

This is about test reliability and it is based on consistent results. This implies that it is a measure of how well a characteristic of a test is measured dependably or consistently.

With reference to the above on test reliability, applying it to our question. If the student took the test twice and got a similar result the two times, then the test is said to measure the score reliably but if the two scores are not similar but vary widely from each other, then the test is said not to measure the score consistently and is said to be unreliable.

In our question, since varying results scores are continually obtained for two same tests of same students, then we can say the test does not measure the scores reliably and we can conclude that the test is unreliable.

Read more at; https://brainly.com/question/15136257

What are the difference generation of computer system?

Answers

Answer:

5 generations

Explanation:

1st generation 1940's to 1950's vacuum tube based.

2nd generation 1950's to 1960's transistor based.

3rd generation 1960's to 1970's integrated circuit based.

4th generation 1970's to 1980's microprocessor based.

5th generation present and future artificial intelligence based.

which is NOT a basic human sense used in collecting collecting data?

Answers

Answer:

Explanation:This section outlines some of the key considerations that may arise during various steps in the data collection process. There is no requirement that these steps be followed or pursued in the order that they are written. The model presented is offered as a reference tool. How data is gathered and analyzed depends on many factors, including the context, the issue that needs to be monitored, the purpose of the data collection, and the nature and size of the organization.

what is true of open source software

Answers

Answer:

lo que es cierto del software de código abierto?  

opera con los principios subyacentes de la producción de iguales y la colaboración masiva, creando un desarrollo de software más sostenible para los usuarios finales.

Explanation:

What is the importance of size in graphic design?​

Answers

In design, size can function, size can attract or size can organize. When you are designing a piece, size plays an important role in making a layout functional, attractive and organized.


have a great day:)

BRAINLIEST!!!!!!!!!!!!!!

Which of the following options in Backstage View should be selected if you want to open a new, blank document?

○ Share
○ Open
○ Export
○ New​

Answers

Answer:

New

Explanation:

open just makes you open the last project you were working on, new makes a brand new one.

When you wish to start afresh with a blank document, select new choices in Backstage Views.

Backstage View:

Opening simply opens the last project you were operating on, whereas new creates a whole new one.

This backstage view aids in the creation of new documents, as well as the saving, viewing, printing, and publishing of existing ones.

If you already have a document open, a window will pop up with data on the file, as shown below.

Therefore, the final answer is "New".

Find out more information about the View here:

brainly.com/question/14934880

if a hacker wants to exploit the TCP three-way handshake, what is the most effective way to go about it?

Answers

The most effective way to exploit TCP three-way handshake is TCP SYN flood.

SYN flood attack is simply a kind of computer attack that begins with 3-way TCP handshake. TCP SYN flood is also called SYN flood and it is a type of distributed Denial of Service (DDoS) attack that uses every part of the normal TCP three-way handshake to eat up resources on the known server and render it non-functionalWith TCP SYN flood, a hacker can eat up resources of target's computer and makes it unresponsive.

From the above, we can therefore say that the most effective way to exploit TCP three-way handshake is TCP SYN flood.

Learn more from:

https://brainly.com/question/14739766

Take the midterm, quiz, and final exam of 5.1 million points, and the average score is 1) A if it is 90 or higher, 2) B if it is less than 90 and 80 or higher, 3) C if it is less than 80 and 70 or higher, 4) Write a program that outputs D if less than 70 and more than 60, 5) F if less than 60.

Answers

Answer:

B

Explanation:

Not so sure

someone pls help me!!!

Answers

Answer:

I think it’s really cool. You don’t have to find someone’s Gm ail and then write a subject and whatever else. You can just send it like a message. I love how it has the call option because it means that you don’t have to have a number to call your friends or family. And you can do business em ail while messaging whoever you need to instead of going back and forth.  

You can promote your business. You can also promote your video and share your screen. It is also a good way to talk to customers to discuss what you need to. A bunch of people have emails and it’s fairly simple to just add your friend and text them.  

It might be hard to figure out at first. But when you get used to it it’s fairly simple. It can also shut down due to a bug and stop working, which makes it even more complicated. You can also get creeps that can hack into your Gm ail and read all of your information.

Explanation: heres a better one with no typos

what is a "for loop" that will produce the following output:

1+2 = 3
2+3 = 5
4+5 = 9
8+9 = 17
16+17 = 33
32+33 = 65
64+65 = 129

any help would be very appreciated

Answers

Answer:

128+129= 257

Explanation:

128+129= 257

Answer:

1+2= 3

loop for all interger

Pls help me to answer this question ASAP

Answers

It’s about yourself. Answer the questions on how you’ve been experiencing them in your life

Please complete the following questions. It is important that you use complete sentences and present the questions and answers when you submit your work.

Critical Thinking Questions
1. Describe a recent modern “story” you heard, read, or saw. Explain how that story taught you an important idea about life, family, or society. Be sure to talk about where/how you heard/read about the story in your description.
2. Describe a simulation game you’ve played recently or have heard about (you may even propose a simulation game idea yourself). Explain why that game fits the definition of a simulation.
3. In an age of books, films, and television, why are games important?
Think of a game you enjoy. For that game, describe some of its objectives, rules, operation, obstacles, and outcomes.
4. What is the main difference between a video game and other types of games (board games, card games, tag, etc.)? What are the similarities?

Answers

Answer:

due to recent times there has been injustice. the movement im talking about is blm or alm. theese rough times when socitey cant agree with each other. during theese times its taught me alot about both sides arguments. may 25 2020 "i cant breathe i cant breathe i cant breathe" george floyed was killed may 25 2020 this is when this whole mess started. building being burnt down to crips. people raiding the streets. people getting hurt. the pain some people felt was to much to handle that they dealt with it wrong. here is were alm comes in. alm all lifes matter, mexican lifes matter, black lifes matter, muslims lifes matter, chinnese life matetr white lifes matter unborn lifes matter and much more. blm supporters disagree that all lifes dont matetr untill black lifes do and that alm didnt exist until blm did. theese tough times taught me society needs to stick togther now more then ever and that the skin tone your size your religon dosent matter just how you treat other.

a simulation game. a stimulation game i propose is a simulation game were you live normal life. get a job pay rent and ect. which would teach kids how to work and how to earn money how to pay taxes. this game would be perfect to teach kids the importance of money and that money isnt earned easy. how i imagine it is the game is all about investing buying a better house getting a good job and not going bankrupt. you could even start a buisness which other players can shop in. this game would be the perfect fun and educational game.

in an age of books, films, television, why are games important? games can come in diffrent forms some teach you how to stay safe. some teach you how to run a buisness. some can even teach you how to invest. game can be educational and fun at the same time! games are great for whenever its raining outside and you have some spare time to get cozy and enjoy a game. some games can even bost your mental strength with puzzels and maze's which help your brain stay healthy.

my favorite game, is a board game monopoly. its a game were you invest in properties and NOT go bankrupt! its a fun game with lots of obstacles i enjoy that you play it with lots of people because in real life you will have obstacles people will try and get in your way.

a video game and a board game. the diffrence is video games can be good but can take a bad turn wuick to much is bad for you and like drugs can become addictive and somtimes even dangerous with hackers. a board game is safe because you just play it with your faimly and friends and there is no virus no hackers. there can be cheaters but much safer than video games. the simarlity is that they both can bost your mental stregth and keep your brain active with lots of thinking on the best move.

Explanation:

name of the people associated with the development of computer briefly explain thier contribute

Answers

Snsnsnnsnsnsnsjsmsns

PLZ HELP I WILL GIVE BRAINLYEST

Answers

system and application

Answer:

software program and application software

in that order

You plan to write an app to find the best hiking trails for families. Which statement is true about this step?
You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen.
You have defined a use case.
In this step, you defined your target audience and main goal.
Your app is functioning and ready to test.

Answers

The statements that are true about this step are:

In this step, you defined your target audience and main goal.You have drawn pictures of what your screens will look like and identified the input-process-output that occurs on each screen. Your app is functioning and ready to test.

Is it hard to create an app?

Most times, it often takes at least  4- 6 weeks to be a good Android developer. Note that a Basic developer skills are said to be not enough to build a commercial app and as thus, one need good training.

Conclusive, By knowing your target audience and  following the steps above, one can make a good hiking app.

Learn more about hiking from

https://brainly.com/question/16430743

Answer:

C:  in this step, you defined your target audience and main goal

Explanation:

got it right on edge

Laptop is a small computer which may run with battery.
True or false....​

Answers

Answer:

True

Explanation:

True all devices unless hooked up to a charger will run out of battery

Answer:

TRUE IS THE ANSWER

I HOPE IT IS HELPFUL

How many hours do you spend on the Internet per day?

Answers

I spend maybe around 5-8 hours depending on my mind set
Other Questions
What is the average velocity in the time interval 5 to 6seconds? An air traffic controller is monitoring the altitudes of four planes. The four equations below show y, thedistance in feet of each plane above the ground, after 6 minutes of descent. (Hint: Look at the slopes to helpyou.)Plane A: y = 400t + 12,000Plane B: y = -800t + 28,000Plane C: y = -200t +13,500Plane D: y = -500t + 30,000a. Which plane is descending at the slowest rate?b. Which plane began its descent from the highest altitude? Help help me help help please help help me help help please help help me help help please help help me help help please help Choose the comparison operator that will create a true statement in scratch According to the GLOBE (Global Leadership and Organizational Behavior Effectiveness) project, it has been found that: Multiple Choice Chinese managers prefer structures with more hierarchy and less equality. Chinese managers typically score lower than their Argentine and U.S. counterparts in the area of uncertainty avoidance. Chinese managers tend to value assertiveness significantly more than managers from Argentina. Chinese managers are open to loose restrictions. Write a balanced chemical equation for the standard formation reaction of solid calcium oxide (CaO). On a pirate map, X marks the spot. Does that X reference the position or thedisplacement of the treasure? MARKING BRAINLIEST!Meg ran 100 meters in 7.8 seconds. Linda ran 100 meters in 14.5 seconds. Which statement is correct? Linda's speed was faster than Meg's speed. Linda's speed was slower than Meg's speed. Linda and Meg traveled the same distance at the same rate. Linda and Meg traveled the same distance over a certain time. You should buy the phone with the 50% discount.If you buy this phone, the cost will be $100. If you buy it through the website, you would first take 25% off:200-(0.25*200) = 150jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjThen you take another 25% off:150 - (0.25*150) = 112.50.It is cheaper to take the 50% discount. Need help on this problem Which of the following statements best explains the meaning of this quote from the Declaration of Independence?That whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government...If the government does not protect peoples natural rights, the people have the right to change the governmentThe government must be changed if people are unhappyWhenever the government is not democratic, people can revolt.If the government is destructive, the people can elect new officials. PLEASE HELP QUICK! 50 POINTS IF YOU HELP!!I WILL GIVE PERSON BRAINLY IF THEY GET IT RIGHT!!!match the equations of the lines with their graphs. Question 15(Multiple Choice Worth 3 points) (03.04 MC) Which of the following is most likely an impact of hurricanes? A. Acid rain in coastal areas B. Health problems due to smoke C. Wildfires in forests far away from sea D. Damage to property due to strong winds how are ancient books similar to books today? List some needs that you think Abu Dhabi is in need of. The basic building block of matter Which country is in the top ten largest countries in the world? Question 2 options: Peru Uruguay Argentina Venezuela 40 POINTS please help rationing on the level of the total health care system is known as the rise in herd immunity amongst a population can be directly attributed to