When people become more dependent on digital technology in their lives, the potential for data misuse will grow. Explain the above sentence in your opinion.




**Answer and I will give you brainiliest**​

Answers

Answer 1

Answer:

yest that's correct.

Explanation:

for example we can see Artificial intelligence/AI the more it becomes super computer the future of human existence will be in jeopardy like in the movie Terminator.

some people will become lazy and don't use their brain for anything


Related Questions

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

PLZ HELP I WILL GIVE BRAINLYEST

Answers

system and application

Answer:

software program and application software

in that order

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:

Write a program that get
the age of 50 people and
display the number of
people that fall under:
1. Baby : 0-5
2. Kids and teenagers: 6-17
3. Adults : 18 and over

Answers

Answer:

people = list(map(int, input().split()))  # gets input and makes them into an integer

for i in range(len(people)):

   if 0 <= people[i] <= 5:

       print('Baby')  # You didn't specify how you want to 'store' the info, but I'm just going to print it out

   elif 6 <= people[i] <= 17:

       print('Teen')

   elif 18 <= people[i]:

       print('Adults')

Explanation:

This is the basic structure of the code. This is written in Python 3x. If you are writing in a different language, then just use the template given to you!

With working from home now becoming a norm what is an effective network for an organization to secure its internal resources access by employees working from home

Answers

Answer:

Always encrypt data never store anything in plain text someone could use wireshark to pull out a data packet and if the data is not encrypted, expect things to happen.

what is the full form of MHz​

Answers

Answer:

megahertz

Explanation:

The megahertz, abbreviated MHz, is a unit of alternating current (AC) or electromagnetic (EM) wave frequency equal to one million hertz (1,000,000 Hz). The megahertz is commonly used to express microprocessor clock speed.

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).

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

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 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.

highlight and detail two ways that you can use excel to make you more efficient as a college student

Answers

You can use excel to help you become more successful because you can use it to write all your grades for each class and see what you need to improve on. You can also keep track of everything on a spreadsheet. Another way excel helps you and is beneficial in college is you can use it to put the information of all the classes you have taken to see if you have enough credits or what credits you will need to pass. Excel is very beneficial in many ways.

MS excel is a office program and is quite commonly used in day to day business. The application is easy to use and have various advantages, as it can be used for statistical and scientific purposes.

The application can be made easy and presented in numerous ways. In order to highlight the importance of this software as a college student one can show the methods to interpret the data.  Making worksheets and visualizing large amounts of data. Use of shortcuts for formula and use graphics to enhance presentations.

Learn more about the detail two ways that you can use excel to make you.

brainly.com/question/24325415.

9. These particular machines can be decentralized.

A) Risograph
B) Photocopier
C) Desktop computer
D) Printers

__and__??

Answers

Answer:

A, B

Explanation:

Because the desktop computer and the printers are decentralized, they're connected with another noce in a company.. So I suppose that the Risograph and photocopier isn't decentralized.

The code below the directions is all I have gotten so far would love any help to solve this thanks.

Answers

Answer:

variable = input("Enter some text: ")

midIndex = (len(variable) // 2)  

midFix = variable[midIndex-1:midIndex+2]

print('Length is:', len(variable))

print('Middle index is:', midIndex)

print('Midfix of 3 is:', midFix)

Explanation:

You will want to do integer division here (//)

Also, keep in mind that the very first character of the string has index 0, which is why the midFix runs from  midIndex-1 to midIndex+2

What are other ways you could use the shake or compass code blocks in physical computing projects?​

Answers

Answer:

There are different ways of quick navigation between files and functions. ... You should use the menu 'Remove file from project' instead of deleting files. ... A Makefile generation tool for Code::Blocks IDE

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

Which format has the largest file size?

Answers

TIF hope this helps you out

Of the following options, which is most helpful in developing the effective study habit of staying organized? Keep pens, pencils, and highlighters off the desk. Put all computer files in one folder on the desktop. Store notes for all courses in a single notebook. Use a calendar to keep track of assignment due dates.

Answers

Answer:

use a calendar to keep track of due dates.

Explanation: If you use a calendar all of your assignments will be kept track of and will be organized not causing you to stress or become unmotivated to do any work at all.

Use a calendar to keep track of assignment due dates is most helpful in developing the effective study habit of staying organized. Hence, option D is correct.

What is effective study?

Longer study sessions are less effective than shorter, more concentrated ones. In fact, one of the best study methods is to spread out your studying over a few sessions. During rigorous study sessions, which might last 30 or 45 minutes each, active learning strategies are applied.

Spaced practice, also known as scattered practice, is learning that occurs throughout a number of sessions at various times. Effective study methods can help you feel better about yourself, more competent, and more confident.

They can aid in reducing the pressure brought on by due dates and exams. You might be able to cut down on the amount of time you spend studying and free up more time by strengthening your study habits.

Thus, option D is correct.

For more information about effective study, click here:

https://brainly.com/question/10336207

#SPJ2

Please help lol..
Type the correct answer in the box. Spell all words correctly. Which description uses two to three sentences? A short (two to three sentences) description of a story that includes the main character, the antagonist, and the genre of the story is a _____ .

Answers

Answer:

This would be called the summary or the synopsis. In further detail, it's a short, lively overview of a story, including the main character, the antagonist, and the genre.

Explanation:

Hope it helps!

Answer:

introduction

Explanation:

Electronic payment system is a——–.
a. An informal report.
b. Not having legal sanction.
c. Always a statistical report.
d. Formal report.

Answers

[tex]\huge \mathcal \fcolorbox{cyan}{black}{ \blue{AnSweR}}[/tex]

Electronic payment system is a Formal report.
The answer is a. An informal report.

Draw a flowchart or write pseudocode to represent the logic of a program that allows the user to enter a value for hours worked in a day. The program calculates the hours worked in a five-day week and the hours worked in a 252-day work year. The program outputs all the results.

Answers

Answer:

i think its 2131

Explanation:

c

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.

Compare Ethernet frames to other frames.


•Most frames use CRC, but Ethernet does not. •Most frames use a protocol called CSMA/CD.

•Ethernet frames generally do not have stop frames.

•Ethernet frames have more parts in their frame footers.

Answers

Most frames use crux and I can only do a couple

What is another term for the notes that a reader can add to text in a word-
processing document?
Columns
Formatting
Font
Comments

Answers

Another term for the notes that a reader can add to the text in a word-processing document is known as Comments. Thus, the correct option for this question is D.

What are the characteristics of word documents?

The characteristics of word documents are as follows:

It allows a user to construct professional write-ups.It has editing and formatting tools that modify the existing documents.It authorizes the user to insert charts, tables, diagrams, etc. within the document to make it more attractive.

According to the context of this question, a comment is another term that represents the notes a reader can normally insert within the existing document in order to modify or highlight the required text in the document.

Therefore, a comment is another term for the notes that a reader can add to the text in a word-processing document. Thus, the correct option for this question is D.

To learn more about word-processing documents, refer to the link:

https://brainly.com/question/1596648

#SPJ1

Technician A says that long hair should be secured to avoid entanglement. Technician B says that hairnets are NOT an effective means to secure hair. Who is correct? Select one: a. Technician A b. Technician B c. Both A and B Or d. Neither A nor B​

Answers

Answer:

technician A if you use the net it still saves the hair than letting it long and exposed

PLZZZ HELPPP NOWW

A person's digital footprint consists of the following:

I. Comments you leave
II. Pictures you post
III. Topics you search
IV. Apps you use
V. Music you download
VI. Emails you send

Answers

Answer:

2 and 6 for sure maybe 3 I'm not too sure on that one

how do you unblock things on a school cromebook?

Answers

Answer:

School chromebooks are usually controlled/managed my administrators or teachers, so if you wanted to unblock things on a school chromebook you would have to ask an administrator or teacher at your school.

Which of these would be a good name for a variable that holds a person’s first name?

tomSmith

N01

firstName

lastName

Answers

Answer:

firstNAme

Explanation:

Answer:

firstName

Explanation:

I took the test

Project Description In this exercise, you are responsible for the design and implementation of a school dismissal database. School personal need a database to determine whether students ride the bus at the end of the school day or if students are pickup by an organization or designated adult. The database will be used by school personal to look-up the names of adults and organizations who have the authority to pick-up students from the school from school. To design the database, you will first review the preliminary design requirements. The preliminary design requirements are minimal and incomplete. Add requirements to complete the design of the database. Describe requirements on this document as indicated by the words, Complete this section of the document. You will use Oracle Data Modeler to create a logical and relational model. Then you will implement your database design as an Oracle database. After the Oracle database is created, reverse engineer the database to the relational and logical models.

Answers

Answer:

school bus for. the students

Please help me ASAP!!

In Python, year = 2018 is known as a(n):

O conditional expression.
Otest case.
Oassignment statement.
O declarative indicator.

Answers

Answer:

assignment statement

Explanation:

it is assigning the number 2018 to variable called year

it is NOT checking to see if it was true (then it would be ==

Most people have unexpected expenses at some time. Yes. No.

Answers

Answer:

Yes

Explanation:

Other Questions
Why do multicellular organisms perform mitosis and meiosis ? At the start of a hike, a hiker was at an elevation of -50 feet (where 0 represents sea level). The hiker climbs at a rate of 15 feet per minute. a. Write an inequality that represents t, the number of minutes after the start of the hike, when the hikers elevation was higher than 5 feet above sea level. Puteti sa ma ajutati va rog If 3x 2 (2 + 1) = 4, then 5x =? What are the highlands in the northern portion of South America tha separate Venezuela, Suriname, and French Guiana from Brazil? Q. Explain why magnesiumoxide has a much highermelting point thansodium chloride.If you answer this correctly ill mark you as brainliest. What is the volume of the prism? Enter your answer in the box as a mixed number in simplest form: 41 cm 22cm 6 cm cm An entry code into a building is a 5-digit number. The number of different codes can be counted using a. permutations b. combinations What does Greenberg identify as being a terrible problem, and how do we fix it? What is the value of t?plz help what expression is the sane as 1/2 x 5 You receive a discount on each movie that you buy. The original price of each movie is x dollars. You buy 6 movies for a total of (6x-12) dollars. Find the amount of the discount for every movie you buy.$2$3$6$(x-2) first to help gets marked brainliest. explain plsss What oil specification is used to express the thickness (viscosity) of the oil? Any tips on how to write an essay? For example, transition words, how many sentences, steps, and like the format of an essay? Mostly if someone can tell me the format it would be best. Thanks. Brainliest will be given for the most info. Also, if you can, how to cite a source or information? Thanks 8. Before leaving the ground an airplane traveling with constant acceleration makes a run on therunway of 1800 meters in 12 seconds. Determine:a. Accelerationb. Speed at which it leaves the groundc. Distance traveled during the first and twelfth seconds Which best explains the governance of the shaded areas shown on the map. With a map of American Indian reservations. Michael has a pail that holds 5 gallons ofwater. How many quarts of water does thepail hold? Meiling needed $5.35 to buy a ticket to a show. In her wallet, she found 2 dollar bills, 11 dimes, and 5 pennies. How much more money does Meiling need to buy the ticket? Will give brainliest... What are some limitations Type 1 Diabetes causes for athletes with it?