1) In your own words, explain what a browser is. 2) Why is it important to keep your browser up to date?

Answers

Answer 1

Answer:

A browser is a software that is used to access the internet. A browser lets you visit websites and do activities within them like login, view multimedia, link from one site to another, visit one page from another, print, send and receive emails, among many other activities

The most important reason to keep your browser up-to-date is for your own safety and security, and that of your computer. ... If you're a Firefox user, your browser will remind you to update your add-ons whenever new versions become available.

Malicious hackers and Web sites can exploit security flaws in browsers and infect your computer with harmful programs, trojans, and viruses. Regular updates to your browser fix security problems when they are detected, and make your computer safer from those types of attacks.


Related Questions

write a progrma in java to input a letter. If it is an upper case letter then encode it by next 5th letter,otherwise encode it with 3rd previous letter in the ASCII code​

Answers

BK Kaunas sa job I am b2k

Write a function silence (typecode, length) that returns a new data array containing all zeros of the given type code and length.

python programming

Answers

Answer:

Following are the code to this question:

import array as a#import package array  

def silence(typecode, length):#defining method silence that accepts two parameters  

   Val= a.array(typecode, [0]*length)#defining Val variable that stores zeros of the given type code and length

   return Val# use return keyword for return Val variable value

typecode = input('Enter typecode value: ')#use input method for input

length = int(input('Enter length value: '))#defining length variable that input integer value

print(*(silence(typecode, length)))#use print method to call silence method

Output:

Enter typecode value: b

Enter length value: 10

0 0 0 0 0 0 0 0 0 0

Explanation:

description of the code:

In the above-given Python code, Firstly we import a package that is the array, after that a method "silence" is defined that accepts two variables in its parameter that is "typecode and length". Inside the method, the "Val" variable is declared, which is used to calculate and store all zeros of the typecode and length variable. Outside the method, "typecode and length variable" is used for input the value from the user end-use the print method to call the function "silence" with an asterisk.

if an individual inserts a thumb drive containing classified information on a computer in the office that is not part of the classified information system, what type of security incident is this

Answers

Answer: Spillage

Explanation:

The type of security incident is  Spillage

Spillage security incident occur when sensitive data are moved into a computer system that does not have the permission to keep and process those sensitive data.

Therefore in a situation where Spillage security incident occur it is important to immediately access the locations where  Spillage occur and delete all the spill data from the computer system.

Inconclusion The type of security incident is  Spillage.

Learn more here:

https://brainly.com/question/14481551

Jack knows how to use word processors, spreadsheets, and presentation software. He also has a basic knowledge of hardware, software, and the Internet. Given this information, it can be concluded that Jack has _____ literacy.

Answers

Answer: computer literacy

Given the above information, it can be concluded that Jack has computer literacy.

What is Computer literacy?

This is known to be  defined as given knowledge and ability that a person has in the area of the use of computers and its related technology in an efficient manner.

Note that  Given the above information, it can be concluded that Jack has computer literacy.

Learn more about computer literacy from

https://brainly.com/question/20892559

#SPJ6

In the context of IT jobs in the information systems field, a ____ is typically responsible for providing network and cybersecurity.

Answers

Answer:

Network Administrator or Network Security Engineer

Explanation:

This seems like an excerpt from a textbook or article, but in the workplace, usually, the network administrator or a network security engineer are responsible for providing network and cybersecurity resources.

Do you think that people have a “right” to remain anonymous online? Why or why not?

Answers

Answer:

Yes

Explanation:

because everyones privacy should be respected

The main disadvantage of using this device is its negative impact on network performance,resulting from the fact that any incoming signal on any of its ports is re-created and sent out onany connected ports.

a. Router
b. Switch
c. Bridge

Answers

Complete Question:

The main disadvantage of using this device is its negative impact on network performance, resulting from the fact that any incoming signal on any of its ports is re-created and sent out on any connected ports.

Group of answer choices

a. Router

b. Switch

c. Bridge

d. Hub

Answer:

d. Hub.

Explanation:

A hub can be defined as a layer one (physical) device used for connecting various network devices such as switches and routers in a local area network (LAN). It comprises of many ports which are used for connecting segments of a local area network (LAN). Hubs are generally considered to be unintelligent because when frames are received at a port, it is then copied to every other connected port on the network.

Hence, the main disadvantage of using a hub is its negative impact on network performance, resulting from the fact that any incoming signal on any of its ports is re-created and sent out on any connected ports.

Your company has just opened an office in another state and you need the computers to communicate between the offices. What type of network should you create?

Answers

Answer:

WAN network

Explanation:

A WAN network is an abbreviation for wide area network. This telecommunication network is mainly used for networking computers. They are not tied to just one location. They can also be called network of networks. It connects several LANs. The lans stand for local area and networks and they are computer networks and devices that are connected to each other within a geographical area.

Which tab do you select to execute Mail Merge option?​

Answers

Answer:

I don't know if you are not the intended recipient, you can get it right away and we are a couple days, so I'm sure it was the only one that has

Explanation:

uueej, but it was the only one that is a great way. . . . . , and then you have a lot more to do. . the other side, but the most of us who we were all very

Which file sharing client component intercepts requests for resources and examines it to determine whether the resource is local or remote?

Answers

Answer:

"Redirector " is the correct response.

Explanation:

Technology that routing desktop computers (clients) demand information to the computer within a LAN. The redirector software is introduced to the Computer in something like a Windows network that intercepts or captures requests for documents as well as printers, however if necessary, direct those to just the correct connected system.

Question 1
Which of the following would Java recognize as a String?
"%.*
i 8a
"4bout T!me"
O "word"
Question 2

Answers

Answer:

The answer is "4bout T!me" and "word"

Explanation:

In the given java program code, the two choices that are "4bout T!me" and "word" were correct, because it uses the double quote, and its example can be defined as follows:

Example:

public class Exa //defining class Exa

{

public static void main(String[] args) //defining main method

{

    String x ="4bout T!me";//defining String variable x and assign value

       String y ="word";//defining String variable y and assign value

 System.out.println(x+"  "+y);//print message

}

}

Output:

4bout T!me  word

The Event Viewer(Microsoft windows) or console(apple Mac OS x) is used for what purpose?​

Answers

Answer:

it is used to view incidents recorded in the Application, Security, and System logs

Explanation: pls make my answer brainliest

Answer:

C) it is used to view incidents recorded in the Application, Security, and System logs

Your company must reduce its electronic waste by 10 percent in the next year. What can the company do to meet this goals? A. Become more active on social media. B. Use sleep modes and other power management features for computers and devices. C. Print copies of email messages. D. Discard old laptops and cell phones.

Answers

Answer:

B

Explanation:

In the question it's clearly mentioned that " reduce its electronic waste by 10% " it means to reduce electricity consumption and in the given options option B suits best.

Power management is a portable computer service that allows users to adjust the amount of electrical power used by an underlying device while minimizing performance.

It permits the changing of gadgets in various ways, each with varying power demand aspects relating to system performance.Sleep mode is indeed an energy-saving mode that halts most computer activities. Any open documents and applications are relocated to system memory (RAM), and the machine also enters a low-power mode.In the coming year, your company should minimize its waste production by 10%. To achieve these goals, the business uses sleep modes as well as other power management capabilities on computers and devices.

Therefore, the final answer is "Option B".

Learn more about the opportunity cost:

brainly.com/question/11379685

which part of the word application window should the user go to for "read the document"

Answers

Answer:

idk

Explanation:

A _________________ operating system accepts random enquires from remote locations and provides an instantaneous response

Answers

Answer:

Real-time operating system (RTOS) are

Explanation:

Real-time operating system (RTOS) are operating systems that are meant for use with time sensitive applications and systems that have very strict time requirements such as in computers serving air traffic control systems, robot systems, or missile control systems.

The processing time for each process are in the order of tenths of a second or shorter time frames using given constraints.

Real-time systems are applied in life saving systems like parachutes or air bags so as to prevent injuries in the event of an accident.

Does computerization improve patients outcome

Answers

Answer:

Yes, computerization improves the efficiency of patient management in medical centers.

Explanation:

In the past, hospitals or medical could only attend to patients that are present in the premises of the institution. The filing of patients was all done manually and on paper, which needed lots of paper and physical storage for the patient files.

Now, patient files are digitalized and stored in remote web servers, from which a patient's record can be pulled from any location, and medical consultation can be done remotely using computer devices and its designated applications, for doctor-patient communication.

This provides patients with the needed treatment they need where ever they are, even with no physical access to health consultation.

CLS
INPUT "Enter your marks in computer": CS
C>40 THEN
PRINT "You are passed.
ELSE
PRINT "You are failed."
IF
END

DEBUG THE PROGRAM​

Answers

Answer:

INPUT "Enter your marks in computer";CS

IF C>40 THEN

PRINT "You are passed. "

ELSE

PRINT "You are failed."

END IF

Explanation:

see corrections above.

Jemima has finished formatting her main headings. She now wants to format her two subheadings. She wants to apply the format of her first subheading, not the format of the main heading, to the second subheading. Which feature of Word would help her to complete this task efficiently? the Styles task pane the Replace task pane the Format Painter feature the Copy and Paste feature

Answers

Answer:

C. format painter

Explanation:

Answer would be C, I guessed it and got it correct.

what is the full form of DBMS​

Answers

Answer:

Database Management System.

Answer:

"Database Management System."

Explanation:

In short, a DBMS is a database program. Technically speaking, it is a software system that uses a standard method of cataloging, retrieving, and running queries on data.

As you begin to develop a software application, what is one of the most helpful tools to ensure a quality product?

variable processing chart

central processing output chart

syntax and tags chart

input processing output chart

Answers

Input processing output chart

Why is digital data, at the base level in computers, represented in binary? * 10 points 0's and 1's are the easiest numbers to deal with mathematically. Using decimal or hexadecimal instead would change the meaning of the underlying data. A system with only 2 states is the most efficient way to organize data in a computer. Because other number systems do not allow you to represent both numbers and letters.

Answers

Answer:

The representation of the digital data in the computer system in the binary form because it is easier and cheaper to use in the system. It is more reliable to build the machine and the devices for distinguish the binary states.  

Computer basically uses the 0 and 1 binary digits for storing the data in the system. The computer processor circuits are basically made up of the various types of transistors that uses electronic signals for the activation process in the system.

The o and 1 are the binary digits that reflect the different states of the transistor that is OFF and ON state.

which of the following would be considered a career in communication? Select all that apply. A actor B author C editor D journalist​

Answers

Answer:

1. The answers are B and D

2. The answer is A

3. The answer is A

4. The answers are C and D

authoreditor journalist

Are the answers to this question.

A career in communication involves the use of professionals in mass media to to pass messages across to an audience.

Professionals in media work with different companies, organizations and businesses to do the jobs of  influencing and educating people or the intended audience about happenings, products and services and practices.

read more at https://brainly.com/question/13391998?referrer=searchResults

write a note on secondary storage​

Answers

Answer:  Storage devices are non-volatile devices. That means that when the power is removed from them, for example, when you switch your computer off, they retain their contents (unlike RAM, which is volatile – it loses its contents). You can then retrieve the contents next time you switch your computer on. Storage devices can be used to hold operating systems, applications and files, amongst other types of software. They are simply big suitcases – used only for storage. We have already seen that when you want to use an application kept on a storage device, it has to be moved to RAM before you can start using it. This applies to the operating system, your files and any other category of software. For this reason, RAM is sometimes known as Primary Memory whereas storage devices are often referred to as Secondary Storage devices.

he most important reason study habits are necessary is so students can become more popular. have academic success. improve social skills. have time for sports.

Answers

Answer:

academic success

Explanation:

studying is for your school. your welcome.

The most important reason why study habits are necessary is that students have achieved improved social skills. Thus, the correct option for this question is C.

What is the significance of study habits?

The significance of study habits is determined by the fact that increase your confidence, competence, and self-esteem. They can also reduce anxiety about tests and deadlines.

By developing effective study skills, you may be able to cut down on the number of hours spend studying, leaving more time for other things in your life.

Consistency is key when it comes to studying, so do your best to make a habit of it! It's a good idea to find a spot on campus where you feel comfortable and inspired to dive into a successful study session.

In modern times, the main objective of study habits is to become social and work for society in such a way that enhances each and every character and aspect of that.

Therefore, the most important reason why study habits are necessary is that students have achieved improved social skills. Thus, the correct option for this question is C.

To learn more about Study habits, refer to the link:

https://brainly.com/question/18949374

#SPJ6

What is the underlying complexity decimal numbers were used to represent. How were decimal numbers helpful in designing a system to represent text in bits?

Answers

Answer:

The underlying complexity decimal numbers were used to represent are bits, the decimal numbers were helpful in designing a system to represent text in bits because it is easier to read and it separates different texts.

Explanation:

Which troubleshooting utility allows generating DNS request messages and transmitting them to specific DNS servers on the network?

Answers

Answer:

nslookup

Explanation:

Which troubleshooting utility allows you to generate DNS request messages and transmit them to specific DNS servers on the network?

ans -nslookup

Which of the following is not a concern that has come out of the widespread adoption of the Internet?



Censorship of information


Increased anonymity


Selecting the correct browser to use for the sites you want to visit


Unauthorized sharing of copyrighted information

Answers

Answer:

The correct option is;

Selecting the correct browser to use for the sites you want to visit

Explanation:

Censorship of information is the subduing of information based on the consideration of such information being harmful or inconvenient

Increased anonymity

Making an individual anonymous which is one of the capabilities of the internet, is seen as encouraging unethical behavior and promoting discussions which are deemed uncivil in a commonly shared space online.

Unauthorized sharing of copyrighted information

The sharing and distribution of copyrighted material is against the law but it is a common occurrence and in various formats online

Out of the given options, selecting the correct browser to use for the sites you want to visit is the one that is not a concern.

PLEASE HELP !!!!!!!!!!

An assignment my gaming and animations teacher gave me said to explain (insert game)’s objectives, operation, obstacles, and outcomes. I don’t know what an operation means here. Please help

Answers

Answer:

Operation means what does the game do? What is the purpose. If you press left arrow key what happens...etc. That is what operation is in "gaming" sense.

Hope i helped!

All of the following are basic functionality provided by e-commerce merchant server software except: Question 22 options: A) productivity software. B) a product catalog. C) a shopping cart. D) credit card processing.

Answers

Answer:

The correct answer is option A "productivity software"

Explanation:

An e-commerce merchant server software is a software that enables sales exclusively over the Internet. It is a software that connects to a company server with the aim of allowing sales of the company's products to take place over the internet. Here, sales are capped with customers even paying for what they purchase online.

A product catalog in an e-commerce merchant server software shows lists of essential products that buyers can purchase online. These lists include product features, price, color, brand, size, and so many other examples.

A shopping cart is some sort of functionality in eCommerce software used to collect the items potential buyers select online with the aim to make it easier for the buyers to see all the items selected after shopping, make necessary adjustments if need be before payment.

Credit Card processing allows e-commerce merchant server software make buyers get card payment options to get their payment processed. In the authorization stage, the merchant must obtain approval for payment from the issuing bank. Some banks would require their client to activate this payment option with them at the bank before such clients are allowed to do e-commerce payments.  

The correct answer is productivity software because it is a software used for producing information that shows the productivity of a particular group, persons. In other words, productivity software can help produce things that simplify productivity they include worksheets, graphs, digital videos, and so many other examples.

Jemima has finished formatting her main headings. She now wants to format her two subheadings. She wants to apply the format of her first subheading, not the format of the main heading, to the second subheading. Which feature of Word would help her to complete this task efficiently?

Answers

Answer:

the Format Painter feature

Answer:

the format painter feature

Explanation:

Other Questions
The calculator has a broken 1 key and broken 7 key ,and a broken plus key .Write at least on way to make each of the following numbers 17,41,71,. Refer to exhibit 4-8. suppose that wheat producers lobby the government for a price floor and receive one. this price floor is set at pf. what is the change in the total surplus at the price floor, compared to at the equilibrium price? Why aren't nerve cells considered to be epithelial cells? Which factors are included in a forest community? Select ALL that apply. every squirrel in the forest all forests populations plants fungi and microbes in the forest rushing stream rock on which turtles and frogs sit please i am really confused and my test is timed so please can someone answer fast :( who was Amir Muawiya Chris worked 51 hours last week. His rate is $31.00 per hour. What were his gross earnings for the week? Can someone please help me with this problem (URGENT PLS HELP)The diagram shows a wire between the poles of a magnet.The wire is perpendicular to the page.The wire is moved and a current is induced upwards, out of the paper.In which direction is the wire moved?A left to rightB right to leftC up the pageD down the page Matter that settles at the bottom of a river or any body of water is called: All of the following are capital assets EXCEPT: 100 shares of UVX stock. A car used by a ride-hail service driver. A fully rented apartment building. Municipal bonds. The expanded flow of domestic oil production has increased the demand for oil storage facilities because Which theme is expressed when the tannery factory arrives in the village? diverse cultures people and nature parents and children urban vs. rural life solve for x. Round to the nearest tenth.8y + 2 = 5y - 7 During periods when the yield curve has a "normal" shape, as market interest rates change, which statement is TRUE solve for x need asap!! Conteste las siguientes preguntas con oraciones completas. (20 puntos, 4 puntos/ejemplo numerado [numbered item]) 11. Le gustara trabajar como voluntario(a)? Por qu? 12. Si fuera empleado, qu beneficios le pedira al director de la empresa? 13. Cules son las herramientas tecnolgicas (electronic devices/tools) que usted usa con mucha frecuencia? 14. Cules son los problemas ms graves del medio ambiente? 15. Cmo ser su vida en cinco aos? (Use el tiempo futuro en su respuesta) Which ones are the eighth notes? Describe the structure of the Constitution and explain the significance of the articles and amendmentswithin that structure. If one inch represents 12 feet what dimension would you use to make a scale drawing of a building 75 feet by 80 feet? plz help me the plz argent