What are the problems with security when working on a Web Page?

Answers

Answer 1

Answer:

Hackers are sometimes able to exploit vulnerabilities in applications to insert malicious code.

Explanation:

Answer 2

Answer:

Depending if you have a virus already on your computer then your security risk on opening a new web page may be high

If not the security risk would be low

but to sum it up It really depends what your default search engine is

rn i use DuckDuckGo and i posted a Screen shot (if ur using chrome this extension can be added) and google (not saying its bad) but it has a risk for you security.

I really hope this helps

High Hopes^^

Barry-

What Are The Problems With Security When Working On A Web Page?

Related Questions

. If you had a job that Drill holes in the earth in search of water, what Career
Cluster would you be working in?

Answers

Answer: architecture and construction

Verified ✅ I have no explaination if i have one i will put it hear soon as possible

Hope this helps :)

If your job was to drill holes in the earth in the search for water the career that best work will be architecture and the construction.

What is a career cluster?

A career cluster is a group of related types of work that gives us an easy way to explore various type of careers in a broad category.

A cluster like the health care and construction or as in the case of the above cluster of architecture and construction engineers would be the best fit as it will help to understand the earth's internal structure.

Find out more information about the career cluster.

brainly.com/question/24613213

Two popular feedback formulas are?____________________ and ____________________

Answers

Answer:

negative and positive

Explanation:

to find the value of the largest
Column A contains numbers from rows 1 to 20. You can use the formula
number divided by the total number of values.
Reset
Next

Answers

Answer:

=MAX(A1:A20)/COUNT(A1:A20)

Explanation:

i got it right


How does the rhythm of "The Raven" compare to "Casey at the Bat?"

Answers

Answer:

Casey at the Bat: A Ballad of the Republic Sung in 1888' is the full title of an American poem written by Ernest Lawrence Thayer. The poem tells the story of the final half-inning of a baseball game. ... Not only is it a love song to the dramatic sport of baseball, but it is a ballad to 'the Republic in 1888'.

The Research and Development Process has five steps what are they ?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are five steps used in any research and development project.

Step 1 – Locating and Defining Issues or Problems and get an idea about what is needed

Step 2 – Designing the Research Project, How you will solve the problem or get the solution of the problem

Step 3 – Collecting Data.

Step 4 – Interpreting Research Data.  

Step 5 – Report Research Findings.

Complete the procedure for creating a new task by selecting the correct term from each drop-down menu.

1. In the Tasks folder, click the
button.

2. In the Tasks dialog box, in the Subject field, enter a task subject.

3. In the

field, select a task start date.

4. In the Due date field, select a task due date.

5. Configure optional task settings or add task details as desired.

6. Click the
button.

Answers

Answer:

✔ New Task

✔ Start date

✔ Save & Close

Explanation:

On edg

Answer:

1. New Task

3. Start Date

5. Save and Close

Hope this helps! :D

4.3 Code Practice: Question 1
Instructions
Grandma Ester normally gives you hugs for your birthday - one for every year old you are. When you turned 15, she squished you with 15 hugs! This year, she, unfortunately, cannot see you on your birthday, so instead, she wants to send you virtual hugs!

Create a program that prompts the user for how old they are turning and then using a loop, output a virtual hug for every year old they are.

The following prints a single “virtual hug.”

print("**HUG**")

Answers

in python 3:

age = int(input("How old are you turning? "))

i = 0

while i < age:

   print("**HUG**")

   i += 1

I hope this helps!

Omar wants to print out a document to give to his audience to follow along with his presentation. However, he does not want his classmates to see the slides in advance.

Which type of document should Omar print?

outlines
full slides
handouts
notes pages

Answers

Answer:

A on Edg

Explanation:

Answer:

Outlines

Explanation:

[Edhesive] 4.1 Code Practice
Write a program that asks the user to enter a name, and then prints Nice to meet you NAME. Your program should repeat these steps until the user inputs Nope.

Sample Run:

Please enter a name: (Nope to end) Antonio
Nice to meet you Antonio
Please enter a name: (Nope to end) Jonathan
Nice to meet you Jonathan
Please enter a name: (Nope to end) Tyler
Nice to meet you Tyler
Please enter a name: (Nope to end) Brianne
Nice to meet you Brianne
Please enter a name: (Nope to end) Nope

Answers

Answer:

name = input("Enter a name, type Nope to end loop: ")

while (name != "Nope"):

   print("Nice to meet you " + name)

   name = input("Enter a name, type Nope to end loop: ")

   

   print("Done")

Explanation:

It works on python/Edhesive perfectly!

Following are the Python program to an input string value and print value with the message:

Program Explanation:

Defining the while loop that runs condition is true.Defining a variable "user_name" that uses the input method to input value from the user-end.After input value the if conditional block is used that checks input value is equal to "Nope" when the condition is true it uses the break keyword and print values with the message.

Program:

while True:#defining loop that runs when condition is true

   user_name = input('Enter your name:(Nope to end): ')#defining a variable user_name that input value

   if user_name == 'Nope':#defining if block that checks input string value equal to Nope  

       break#using break keyword

   print('Nice to meet you {}'.format(user_name))#print message

Output:

Please find the attachment.

Learn more:

brainly.com/question/18502091

what is the chain reaction that occurs when a sound is created ​

Answers

The chain reaction is called sound waves

What is a good analogy for explaining the actions of a compiler?

a hybrid ability of a car to use multiple energy sources
a street map of a local subdivision
an interpreter who speaks several languages
an automatic programming of kitchen devices

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about what is a good analogy for explaining the actions of a compiler?  The correct option is automatic programming of kitchen devices .

a hybrid ability of a car to use multiple energy sources  (false)

this analogy is not correctly mapped on the compiler, becuase the compiler can be designed only for one type of language, for example, the program that calculates the average of students number can be easily programmed in C++ and in C#. But you cannot compile the C# program in C++ compiler and vice versa.  

a street map of a local subdivision  (false)

Because you can design a compiler for a not specific subdivision of programming.

an interpreter who speaks several languages

it is not an analogy, however, an interpreter can handle only one type of language.

an automatic programming of kitchen devices (true)

This is a good analogy of compiler because you give input to the device and that device based on your input gives you back an output. Similarly, you give input to the compiler in form of language syntax, and it automatically give you output based on your input.

Why should we be careful about opening email attachments?

Answers

Answer:

files can easily infect your computer with viruses or malware.

Explanation:

They can have hidden malware and viruses embedded in them that can cause serious harm to your computer.

Can someone help me? Thanks.

Answers

Answer:with what exactly

Explanation:

Question 3 / 5
True or False: Students should start drinking young to learn how to drink responsibly and safely.

Answers

Answer:

False

Explanation:

It is false that students should start drinking young to learn how to drink responsibly and safely.

What is the effects of alcohol consumption?

It includes problems with fertility like lower testosterone levels and lower sperm counts in men, brain damage and ailments connected to the brain, such as dementia and stroke.

Cardiac conditions such excessive blood pressure, damaged hearts, and heart attacks, and hepatic failure and liver cirrhosis.

In a national study, college students who binge-drank alcohol at least three times per week were about six times more likely than those who seldom consumption to do poorly on an exam or assignment.

Additional negative effects include attempted self-harm, health issues, injuries, unsafe intimate activity, drink driving, vandalism, property destruction, and engagement with the police.

Thus, the given statement is false.

For more details regarding alcohol consumption, visit:

https://brainly.com/question/14481017

#SPJ2

Your computer uses 8 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the SMALLEST number for which an overflow error occur?

Answers

Answer:

256

Explanation:

The largest number that can be represented using 8 bits (8 positions of binary 1 or 0) is 255.  This is assuming that the 8 bits are being used to represent only positive integer values.  In 8-bit binary, the decimal number is represented as 11111111.  This means that if you have an 8-bit integer variable with a decimal value of 255 stored in it (again, 11111111 in binary) and you attempt to add 1 more to it (255 + 1), the answer is 256.  256 would require a 9th bit of storage to represent it (100000000 in 9-bit binary) properly, and since the number is limited to 8 bits of storage, the system will throw an overflow error.  Overflow errors happen when you try to store a number in variable that is too small to hold the value.

Fun Fact: most modern computers use 64-bit system architecture.  This means that the largest number you can put into a single 64-bit integer variable is 9,007,199,254,740,992.  Adding 1 to that would, as you've probably guessed, cause an overflow error.

Which of the following is MOST likely to be an outcome of the digital divide

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The question is which of the following is MOST likely to be an outcome of the digital divide?

First, we know that what is the digital divide. A digital divide is any uneven distribution in the access to, use of, or impact of information and  communications technologies between any number of distinct groups, which can be defined based on social, geographical, or geopolitical criteria, or otherwise. So, the correct answer is B.

A. Certain companies will be unable to certify their technology as digitally secure (Incorrect).

It is related to the digital divide but it is related to the company's internal security system.

B. People from some racial or ethnic groups have unequal access to computing technology (correct).

Yes, it is best described what the digital divide is.

C. People will have equal access and influence both globally and locally (incorrect).

Because, in the digital divide, people will have unequal access and influence both globally and locally while using technology.

D. Political groups in some countries are unable to agree on regulations of digital technology (incorrect).

It is not related to the digital divide because it is the country's internal matters on the regulation of digital technology.

Andreas wants to insert an element into an email that will graphically display the values in a table. Which option should he choose?

table
hyperlink
SmartArt
chart

Answers

Answer:

D. chart

Explanation:

Correct on edg

Answer:

d

Explanation:

took the test

Which option exists to turn multiple calendars on or off at the same time?

change to overlay view
create a calendar group
use Office 365 in merge view
link multiple calendars in single view

Answers

Answer:

B is correct

Explanation:

On edg

Answer:

B. create a calendar group

Explanation:

just did the assignment on edge 2020

Which option in Outlook allows a user to look at multiple calendars in a side-by-side fashion?

Select multiple calendars.
Select multiple calendars and choose Overlay.
Select a single calendar.
This is not possible.

Answers

Answer:

Its A

Explanation:

I just took the review

Answer: a

Explanation: its a on edge

Carline is a teacher who uses PowerPoint. She wants to make sure all of her PowerPoints are set up the same way with the same theme. She saved her original theme for the first chapter. She is working on chapter 2. Which lists the correct steps for recovering her theme?
HELP ASAP!

Answers

Answer:

Click on file, select New, select themes and find saved theme

20 POINTS


Why is important for film editors to have a knack for storytelling?


Increasingly, screen writers and film editor positions are filled by the same person.

There is no need for the film editor to have a knack for storytelling; in fact, this may be a drawback.

The film editor is responsible for editing the script if the screen writer has made any errors.

The film editor must weave many scenes and sections of scenes together to tell a cohesive story.

Answers

Answer:

The film editor must weave many scenes and sections of scenes together to tell a cohesive story

Explanation:

Forgive me if i am wrong

What is the Finder?
0
the place where the most commonly used Mac applications reside
O
the default Mac application
the library used by software developers to create familiar interfaces for applications
the place where lists of commands can be found

Answers

I would say The place where apps reside.

Finder is the Mac version of a file explorer. One tab in the finder is where all install applications are.

(I'm typing this on a mac currently just saying.)

CONVERT .0001 KILOMETERS TO MILLIMETERS

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

As we know that

1 km = 1000000 mm

So, 0.001 * 1000000 =  100

the answer is 100 millimeters.

Help me ASAP please I’m hungry

Answers

Answer:

D.

Explanation:

Answer:

D, you can correct me if I'm wrong

Explanation:

a pants with a pocket on both sides with the same style,size and shape​

Answers

such a cloth is called a trouser

A pant having the descriptions such as same style, size and shape will most likely be a trouser.

A trouser is usually designed to have two seperate leg portions which are similar in shape, length and design since each portion is expected to be worn on each leg.

Trousers are designed to hold materials such as phones, keys, money and so on. Hence, trousers are sewn to have pockets on both sides and may also include pockets on the back side.

Therefore, the cloth type which meets the above description closely will likely be a TROUSER.

LEARN MORE :https://brainly.com/question/15877747

A film producer is having difficulty with distribution. After major and minor theaters show no interest in the film, what would the logical next move be for him to take?


release the soundtrack on compact disc

make a sequel

give up

pursue Internet distribution

Answers

Answer:

pursue internet distribution

Explanation:

Answer:

B: pursue internet distribution

Explanation:

edg2021


Based upon what you know
about networks, explain why
computers are more useful
when they are connected to the
internet

Answers

Answer:

A network allows sharing of files, data, and other types of information giving authorized users the ability to access information stored on other computers on the network. Distributed computing uses computing resources across a network to accomplish tasks.The ISP provides a bridge between your computer and all the other computers in the world on the Internet. The ISP uses the TCP/IP protocols to make computer-to-computer connections possible and transmit data between them.

Explanation:

Professionals workers can communicate their insights, concepts as well as produce better results thanks to networking. A further explanation is below.

Networks enable consumers to interact via e-mail, journals, unified communications, as well as other means. This boosts their performance but instead raises the organization's or business's revenue.Teachers may use networks to accomplish improved online teaching materials and paperwork from either a variety of places, including numerous classes, administrative centers, including their residences.

Thus the above answer is right.

Learn more about networks here:

https://brainly.com/question/5048040

Which option is considered a part of the document that is used to collect specific and predefined information?
O text box
O WordArt
O SmartArt
O form

Answers

I pretty sure it's a form but don't count me on it.

Answer:

Smart Art

Explanation:

You are adding specific data into a document.

Which design principle is the subject of a photo or image? ​

Answers

The focal point is where the eye is drawn to in a photo or image.

The content of a photo or image serves as the framing design principle, and the further discussion can be defined as follows:

This placement of the principal topic of a design about other components on the page is referred to as framing. It is most commonly used in cinematography or photography to define how the primary point of an image is located inside the overall image.

Therefore, the final answer is "Framing".

Learn more:

brainly.com/question/20307377

What technology is used with building a closet organizer?

Answers

Answer:builder

Explanation:

Answer:

Some Technology used to build a closet organizer would be

A Drill

And ofc your going to need google, to help build it

I really do hope this helps I'm on the verge of falling asleep so I couldn't think of anything else.

High Hopes^^

Barry-

Other Questions
The absolute values of two numbers that are additive inverses will ____________ be the same. Read the excerpt from "The Lottery."Mr. Graves nodded and held up the slips of paper. "Putthem in the box, then," Mr. Summers directed. "TakeBill's and put it in.""I think we ought to start over," Mrs. Hutchinson said, asquietly as she could. "I tell you it wasn't fair. You didn'tgive him time enough to choose. Everybody saw that."Mr. Graves had selected the five slips and put them inthe box, and he dropped all the papers but those onto theground, where the breeze caught them and lifted themoff.Who in the excerpt represents a new idea that is inconflict with society's expectations?Mr.GravesO Mr. SummersBill HutchinsonTessie Hutchinson helpppp thanks lolll. Write a clear and well-organized claim sentence, about a topic of your choosing. Then, add one to two sentences that detail the reasons to support your claim, using a credible source. Also, address at least one counterclaim to your position. PLEASE HELP ME!! Which plant group is one of the oldest on Earth?daisiesfernssequoia treesorange trees How wide is the narrowest part of Chile?less than 500 miles wideless than 1,000 miles wideless than 100 miles wideless than 1 mile wide Which of the following is the proper order in which you should wash yourhands?ALather, Scrub, Rinse, Dry, WetB.Lather, Wet, Scrub, Rinse, DrycRinse, Lather, Wet, Scrub, DryDWet, Lather, Scrub, Rinse, Dry25PREVIOUS QUESTIONNEXT QUESTION 50 Points!! 25 Each Points Please Help ASAP!! View Attached Image!! Will Mark Brainliest If All Are Answered!! It is thought that the Hittites began by:were farmers and settlersimmigrating in the river valleysnaming their capital city Hattusainvading and conquering communities in Mesopotamia and Asia Minor This??I need help..... Spaceleys Sprockets has just developed a new product. George Jetson, the Head of Product Development, feels that the product is a winner, but he also feels it would be an even better product if waited six more months for further development before launching. Unfortunately, Spaceleys closest competitor, Cogsley Cogs, has a similar product in the development pipeline. George feels that if he launches the product now to get a head start on Cogsley, he has a 50% chance of achieving a high level of sales, a 30% chance of a medium level of sales, and a 20% chance of a low level of sales. If he waits, he has a 30% chance of a high level of sales, and a 70% chance of a medium level of sales, with no chance of a low level of sales. High sales represents 100,000 units, medium sales represents 65,000 units, and low sales represents 10,000 units. If his objective is to maximize his expected number of units sold, what should George do and how many units would he be expected to sell 43. The particle consists of fast moving electrons is. 3 (-2x + 1)What does this equal A______ is a value, usually in the form of a letter or symbol, that can change or that represents an unknown quantity. can you please help me answer this problem All of the following are considered deities EXCEPT: The use of clay to make pots to carry water and grains was developed during the (4 points)Group of answer choicesNeolithic EraPaleolithic EraIce Age EraHunter and Gathering Era New Technology Leads to Bigger CitiesIn the 1800s, the United States was still a very young nation, trying to solidify its identity. The Industrial Revolution began in Great Britain, a fast development of society following the introduction of machines. The United States was slower than Great Britain to fully embrace the changes. Yet key technological developments caused a rapid growth in American urban areas.Better farming methods and tools in the 1800s increased food production. Americans were able to grow enough food for their families as well as to sell. The abundance caused food prices to fall.The expansion of cotton and the growth of textile factories in northern states helped produce the first wave of American industry. More people turned to work in northern factories as a way to support their families. Thousands of immigrants to the United States also settled in or near port cities, looking for work. Even today, the need for work is a common reason people move to urban areas.As a result, cities grew in numbers of people and physical space. As more people and businesses moved in, they needed buildings for living and working. They needed ways to move around the city. We call this process urbanization.In 1820, the United States had only a few cities of 10,000 residents or more. About seven percent of U.S. residents lived in urban areas. The number of cities with more than 10,000 people grew quickly over the next 40 years, especially in the Northeast and Midwest. By 1860, about 20 percent lived in cities. Philadelphia and New York City were the most populated cities in 1860 and would soon reach one million residents.The urbanization of the United States quickened due to technology improvements. Without innovations in food production, the factories could not have grown so quickly. The trend quickened after 1860 and continued throughout the 21st century as well. By 2007, more Americans lived in or near cities than they did in rural areas.Which details are used to support the main fact in the fifth paragraph? Mentions of Great Britain Reasons why people move Explanation of urbanization Data about population changes explain why a student who runs 3/4 mile in 6 minutes is faster than a student who runs 1/2 mile in 5 minutes. How do you solve:-3.6 = -8.5 - 8.1x - 8.6x