Which device allows users to directly hear data from a computer

Answers

Answer 1

Answer:

peripheral device

Explanation:

allows us users to visualize or hear the information stored inside personal computers.


Related Questions

A common business practice is to include a worksheet named Documentation that contains a description of the workbook, the name of the person who prepared the workbook, and the date it was created. _________________________

Answers

A common business practice is to include a worksheet named Documentation that contains a description of the workbook, the name of the person who prepared the workbook, and the date it was created: True.

What is a worksheet?

A worksheet is also known as a spreadsheet and it can be defined as a type of document which comprises cells that are arranged in a tabulated format (rows and columns).

In Computer technology, some of the common business practice include the following:

Creating a worksheet named Documentation with a description of the workbook.The name of the person who prepared the workbook.The date it was created.

Read more on worksheet here: https://brainly.com/question/4965119

#SPJ1

What are the advantages and disadvantages of E learning.​

Answers

Answer:

E LEARNING.This is the effective teaching and learning by using electronic media.

Advantages.Reduce travveling costs and time to and from school.Learner can study whenever they access computer and internet.Self paced learning models.Class works can be schedule around personal and professional work,resulting in flexibility learning.

Disadvantages.Student may feel isolated or miss social interractions.Un motivated learners or those with poor study habits may fall behind .Instruxtions may not be available on demand.

hope it helps.

Advantages.It preserve time to and from school.Learner can study whenever they access computer and internet.Self paced learning models.Class works can be schedule around personal and professional work,resulting in flexibility learning.

Disadvantages.Student can feel bored to learn alone.Un motivated learners or those with poor study habits may fall behind .Instruxtions may not be available on demand.Cost to ruin the service since it needs subscribtions for every periodof time to access more quality services.

Bios or uefi allow you to configure, enable, and disable the _____ that are bound to the motherboard

Answers

Answer:

devices

Explanation:

BIOS and UEFI are two computer firmware protocols that act as an interpreter between the operating system and the computer firmware. Both of these interfaces are used at computer launch to setup hardware components and launch the operating system stored on the hard drive.

BIOS or uefi allow you to configure, enable, and disable the devices that are bound to the motherboard.

What is BIOS in motherboard?

BIOS is known to be the (basic input/output system)  and it is a program of the computer's microprocessor that often helps to start the computer system after it is said to be powered on.

Note also that BIOS or uefi allow you to configure, enable, and disable the devices that are bound to the motherboard.

Learn more about BIOS from

https://brainly.com/question/13103092

#SPJ12

Mr. Gomez notes that a Private Fee-for-Service (PFFS) plan available in his area has an attractive premium. He wants to know if he must use doctors in a network as his current HMO plan requires him to do. What should you tell him

Answers

The thing that he will be told is that he may receive healthcare services from any doctor allowed to bill Medicare.

What is Medicare?

Medicare simply means a government national health insurance program in the United States.

In this case, the thing that he will be told is that he may receive healthcare services from any doctor allowed to bill Medicare.

Learn more about Medicare on:

brainly.com/question/15074045

#SPJ12

“ How To “ Speeches and on research findings are two examples of _______ speeches.

Answers

Answer:

Informative

Explanation:

When there is a missing DLL file, _______.
A. Hard drive needs to be scanned
B. the computer will display error messages
C. Applications might run slowly

Answers

Answer:

B. the computer will display error messages

When there is a missing DLL file, the computer will display error messages. The correct option is B.

What is a DLL file?

DLL is dynamic link library is a concept of Microsoft implementation of the shared library concept of Microsoft Windows. This library contains codes and data that can be use in making a program.

Thus, the correct option is B. the computer will display error messages.

Learn more about a DLL file

https://brainly.com/question/23551323

#SPJ1

In a certificate authority (ca) infrastructure, why is a client certificate used?

Answers

Answer:

To authenticate the client with other computers, a client certificate is utilized. For component of the permissions before starting an encrypted channel, the client utilizes the CA certificate to validate the CA signature on the server certificate. Client software is often used. Web pages, for example, offer a list of trustworthy CA certificates, since  many users rely on their client software.

The client certificate that is used as part of the authorizations before launching a secure connection.

What is a client certificate?

A client certificate is a form of digital certificate that is used to make authenticated request to a remote server.

In this case, the client certificate is used as part of the authorizations before launching a secure connection.

Learn more about certificate on:

brainly.com/question/24931496

#SPJ12

explain stress management give a suitable example to explain how it is important.

Answers

Answer:

Hopefully This Will Help :)

Explanation:

Put simply, stress management is: “set of techniques and programs intended to help people deal more effectively with stress in their lives by analyzing the specific stressors and taking positive actions to minimize their effects”. Popular examples of stress management include meditation, yoga, and exercise.

whts the mistake in this
pls do help me out

Answers

Explanation:

i don't even know it's uclear what the mistake is

As you are working with a pivot table, you decide to change some of your source data. How will the pivot table recognize the change?.

Answers

You will either click refresh on the analyze ribbon or click Alt+ f5.

An effective tool for calculating, condensing, and analyzing data that enables you to spot comparisons, patterns, and trends in your data is the pivot table.

Manually Update a PivotTable

Make a change to the PivotTable's source data.Navigate to the PivotTable.Click any cell inside the PivotTable. The PivotTable Tools are displayed on the ribbon.Click the Analyze tab on the ribbon.Click the Refresh button. Alt + F5 also refreshes the PivotTable.

Tip: To update all PivotTables in your workbook at once, click Analyze > Refresh All.

learn more about PivotTable here: https://brainly.com/question/27813971

#SPJ10

the scope of a temporary table is limited to what?

Answers

The scope of a temporary table is limited to the database session in which it's defined.

What is a database?

A database can be defined as an organized and structured collection of data that are stored on a computer system as a backup and are usually accessed electronically.

In database management system (DBMS), the scope of a temporary table is generally limited to the database session in which it's defined by a software developer or programmer.

Read more on database here: brainly.com/question/13179611

#SPJ12

what type of storage drive contains multiple spinning platters?

Answers

The type of storage drive that contains multiple spinning platters is called; Hard disk drives

What is the hard disk drive?

A computer hard disk drive (HDD) is a non-volatile data storage device. Non-volatile refers to storage devices that maintain stored data when turned off.

Now, the correct answer to the question is hard disk drives. This is because a hard disk drive is comprised of a stack of spinning metal disks known as platters. Each spinning disk has trillions of tiny fragments that could possibly be magnetized in order to represent bits (1s and 0s in binary code).

Read more about Hard disk drives at; https://brainly.com/question/24498473

#SPJ12

how do you determine if a name is a variable holding a value or if it is a function call?

Answers

The way to determine if a name is a variable holding a value or if it is a function call is by:

Instance variables are prefixed with self.

What is this call about?

A function call is known to be a kind of an expression that has the function name which is said to be accompanied by the function call operator, () .

Note that The way to determine if a name is a variable holding a value or if it is a function call is by:

Instance variables are prefixed with self.

See full question below

How do you determine if a variable in a method is an instance variable for the class?

a) Instance variables have leading underscores in their names.

b) Instance variables are prefixed with self..

c) Instance variables start with a capital letter.

d) all of the above

e) none of the above

Learn more about function call from

https://brainly.com/question/15071685

#SPJ11

Enterprise software includes a database and thousands of predefined​ ________________.

Answers

Answer:

Business processes. Hope it helps!

Which printer management components would you use to view the port a printer uses? (select two. )

Answers

The printer management components one would use to view the port a printer uses are as follows;

Printer propertiesPrinter server properties

What is Printer management components?

The print management component provides a single interface where a user can open the print management utility and view all printers and print servers in the enterprise.

The port of a printer is the connector usually on the computer that allow communication with the printer.

Therefore, the printer management components one would use to view the port a printer uses are as follows;

Printer propertiesPrinter server properties

learn more on printers port here: https://brainly.com/question/17157651

#SPJ12

what is one of the key components of a typical formula?

Answers

The key components of a typical formula?

FunctionsReferencesOperatorsConstants.

What is a formula?

A formula is known to be made up of functions, references, operators, and constants as they help it to carryout its operations.

A function is known to be any rule, or expression that tells about an association between one variable and other.

Therefore, The key components of a typical formula?

FunctionsReferencesOperatorsConstants.

Learn more formula from

https://brainly.com/question/2005046

#SPJ11

write the icon of full justification​

Answers

Answer:

In the paragraph group, click the Dialog box Launcher. ,and select the Alignment drop - down menu to set your justified text. You can also use the keyboard shortcut , Ctrl + J to justify your text

What is being done to reduce the python population in florida?.

Answers

florida man eats the snake for breakfast

What is difference between barcode reader and finger print reader

Answers

Answer:

they are different bc finger printe reader reads when someone one prints it for them

What three application layer protocols are part of the tcp/ip protocol suite?

Answers

The three application layer protocols that are part of the TCP/IP protocol suite are:

DNSDHCPFTP

What is the TCP/IP protocol suite?

The TCP/IP protocol suite is an abbreviation for Transmission Control Protocol and Internet Protocol and it can be defined as a standard framework for the transmission (prepare and forward) of information on digital computers over the Internet.

In the Transmission Control Protocol and Internet Protocol (TCP/IP) model, the three application layer protocols include the following:

DNSDHCPFTP

Read more on TCP here: https://brainly.com/question/17387945

#SPJ12

In order to add controls to a form, you will use the form _______ which appears when you select the form. Group of answer choices Editor Developer Toolbox Designer

Answers

In order to add controls to a form, it must first select the form in the Form toolbox. Option C is correct.

What is toolbox?

A toolbox is defined as a window that comprises icons and buttons that represent program tools. The tools are meant to furnish a speedy approach to common operations.

A toolbox can float freely or be docked in the program's main window. To add controls to a form, it is important to first select the form in the Form toolbox.

Therefore, Option C is correct.

Learn more about the toolbox, refer to:

https://brainly.com/question/23421445

#SPJ1

in the active directory, what is the topmost level?

Answers

Note that in the active directory, the Forest is known to be the topmost level.

What is highest level in an Active Directory design?

An Active Directory forest is known to be the biggest level of organization that is found in the Active Directory as all of the forest often shares a single database.

Note therefore, that in the active directory, the Forest is known to be the topmost level.

Learn more about  active directory from

https://brainly.com/question/14364696

#SPJ11

What is the primary motivation of the ""cyber warrior""?

Answers

The primary motivation of the ""cyber warrior"" is to defend computer and information systems, or also to attack the system.

Who is a  cyber-warrior?

This is known to be a person that is said to be involved in cyberwarfare, mostly for personal reasons or based on religious belief or others,

Note that The primary motivation of the ""cyber warrior"" is to defend computer and information systems, or also to attack the system.

Learn more about cyber warrior from

https://brainly.com/question/1460915

#SPJ12

Network administrators use _____ technology when they need antivirus updates to be automatically downloaded on employees' workstations

Answers

Network administrators use push technology if they need antivirus updates to be downloaded on employees' workstations.

What is a network administrator do?

Network and computer systems administrators are known to be people who are responsible for the day-to-day running of the operation of a given networks.

Note that in the case above,  Network administrators use push technology if they need antivirus updates to be downloaded on employees' workstations.

See options below

a.

push

c.

virtual reality

b.

pull

d.

SaaS

Learn more about Network administrators from

https://brainly.com/question/5860806

SPJ12

A systems engineer is managing a server cluster. A memory fault has occurred in one of the active servers; the cluster software has caused another server in the cluster to become active. The system engineer has witnessed a:

Answers

In the case above, The system engineer has witnessed a Failover.

What is the use of Server cluster?

This is known to be a tool that makes a website to be able to run smoothly and it gives little glitches and a better user experience.

Therefore, In the case above, The system engineer has witnessed a Failover.

See full question below

A systems engineer is managing a server cluster. A memory fault has occurred in one of the active servers; the cluster software has caused another server in the cluster to become active. The system engineer has witnessed a:

a. Pairing

b. Failover

c. Load balance

d. Synchronization

Learn more about  cluster software from

https://brainly.com/question/2749543

#SPJ1

What term is used to describe selecting and viewing information in a database?

Answers

Answer:

Query

Explanation:

A query is a request for information that causes a database to be searched for the requested information. A set of pre-defined codes must be used when writing a query so that the database can interpret the request. A database requests information from another database. The query should be made in a database table or group of tables using the query language, a type of programming language. In this manner, the system is able to comprehend and handle the query appropriately.

A terminology which is used to describe selecting and viewing information stored in a database is known as query.

What is query?

A query can be defined as a computational request, selection and view of the data that are stored in a database table, from existing queries, or even from a combination of both a database table and existing queries.

In this scenario, we can infer and logically conclude that query is a terminology that is typically used to describe selecting and viewing of information that are stored in a database.

Read more on query here: https://brainly.com/question/25266787

#SPJ12

after input is finished, another call to read would return which of the following to indicate that the end of the file has been reached?

Answers

After input is finished, another call to read would return an empty string to indicate that the end of the file has been reached.

What is data read from a file?

When data is said to read from a file, it is said to fully or automatically saves itself in a variable. Note that If a file is said to already exists, one can open it.

Note that After input is finished, another call to read would return an empty string to indicate that the end of the file has been reached.

Learn more about input from

https://brainly.com/question/5451281

#SPJ11

C. What is windows operating system? Compare different versions of operating system after 2003

Answers

Answer:

:)

Explanation:

The Windows operating system (Windows OS) refers to a family of operating systems developed by Microsoft Corporation. We look at the history of Windows OS from 1985 to present day.

The Windows operating system (Windows OS) for desktop PCs is more formally called Microsoft Windows and is actually a family of operating systems for personal computers. Windows has traditionally dominated the personal computer world, running, by some estimates, more than 75 percent of all personal computers. Beginning in the early 2000s, Windows dominance has lessened with the growth of the Linux and Mac operating systems.

Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices. In addition to Windows operating systems for personal computers, Microsoft also offers operating systems for servers and mobile devices.

Windows is also the foundation for the Microsoft Office productivity suite. Introduced in 1990 as a Windows-only family of applications for desktop computers, Office has grown to become the world’s most widely used productivity suite, with windowscentral.com reporting an estimated 1.2 billion + user worldwide as of 2016.

Viruses that load from usb drives left connected to computers when computers are turned on are known as.

Answers

Answer:

Viruses that load from USB drives left connected to computers when computers are turned on are known as boot sector viruses

Explanation:

Software designed to close logical ports in your computer is know as firewall Which is NOT a tool hackers use to gain access to and take control of your computer

In the certificate authority trust model known as a hierarchy, where does trust start?

Answers

In the certificate authority trust model known as a hierarchy, the trust start from Root CA.

What does a certificate authority do?

A certificate authority (CA) is known to be a kind of a trusted body that is known to often issues Secure Sockets Layer (SSL) certificates.

Note that In the certificate authority trust model known as a hierarchy, the trust start from Root CA as that is its beginning point.

Learn more about  certificate authority from

https://brainly.com/question/17011621

#SPJ12

Other Questions
Mrs. Cooper hosts an annual art contest for kids. She has records of the number of entries for the last 9 years. She received 30 entries in the first year. Over the next 3 years, the number of entries increased by 10 kids per year. In the next 2 years after that, there were 60 entries each year, and in the last 3 years, the number of entries increased by 15 kids per year. Which graph models the piecewise function for the given situation, where x represents time after the first year and y represents the number of entries in that year? Which of the lines below is a line of symmetry?O A. RedB. YellowC. Neither D. Both Given b6.What is the rational exponent form of this expression?O b1/30 b3O b6O b3/2 What shift will occur to the graph given the following equation?y |x + 2|Graph will shift 2 units to the left.Graph will shift 2 units to the right.Graph will shift 2 units down.Graph will shift 2 units up jessica has 4/8 of a bottle of roitussun on hand the pharmacist instructs to reduce it by 1/2 how much robitussun does the pharmacist need to prepare the prescription Determine the distance between two points. (9,-9) and (-6,-7) PLEASE HELP How is nitrogen gas fixed biologically?A) combustion of fossil fuelsB) respiration of living organismsC) bacteria in plant roots and soilD) decomposition of organic matter The path traveled by a bottlenose dolphin as it jumps out of water is modeled by the equation y = 0.4x2 + 3x, where y is the height above water and x is the horizontal distance in feet. If a beam of light is shone upward at an angle modeled by the equation x + y = 10, at what height from the water's surface will the beam of light hit the dolphin? Tim earns 96pounds for 16 hours. Tim earns 'time and a half' for overtime. he works 4 hours of overtime in addition to his normal 16 hours. how much does he earn altogether The slope of a line perpendicular to the line containing (0,3)and (-2,0) is: The slope of a line perpendicular to the line containing ( 0,3 ) and ( -2,0 ) is : How many nuclei do neutrophils have? Grants policy to win the war was one of what Which expressions are equivalent to 9b?Choose all answers that applyA. b+2(b+2b)B. 3b+bC. 2(2b) Christopher just received his checking account statement from his bank. He has a NOW account with free checking that pays 0.75% APR on the balance and requires a $500 minimum balance. His statement shows that he currently has a balance of $3,950. In looking at his statement he notices that his car payment check for $400 is still outstanding, and that his recently received payroll deposit of $3,600 had not posted at the time the statement was created. His normal living expenses average $1,500 per month including his car payment. Other than his car loan, he rarely writes any checks as he prefers to use his debit card and ATM card for day-to-day living expenses. He pays his credit card balance in full every month. Other than his checking account he does not own any investments. He has always dreamed of owning a house, and would like to buy one within the next five years. He has access to a 401(k) pension plan at work where his employer will match contributions up to 6% of his salary. He currently contributes 2% of his salary to this plan. Christopher has not received an Income Tax refund in 4 years. Is there anything you could recommend to him PLEASE HELP FAST!!! Find the original price of a pair of shoes if the sale price is 9$ after a 75% discount Plants require nitrogen fixed in compounds to grow. A higher the percentage of nitrogen results in improved plant growth. Which compound should you add to your fertilizer to get the best results.A. N2F2B. CON2H4C. (NH4)2SO4D. NH4NO3 The side length of a square is 3x^2 . Find The area of the square 7 times 36 = 21 times ?help needed asap :) A 75-year-old male with long-standing hypertension and angina due to coronary heart disease presents with ankle edema, nocturia, increased shortness of breath with activity, and a chronic nonproductive cough. He has a past history of smoking two packs per day and is an ex-alcoholic. His blood pressure is 170/80 and his heart rate is 100. Electrocardiography and chest radiography indicate the presence of left ventricular hypertrophy. A. Relate the presence of uncontrolled hypertension and coronary artery disease to the development of heart failure in this man. B. Explain the significance of left ventricular hypertrophy in terms of both a compensatory mechanism and as a pathologic mechanism in the progression of heart failure. C. Explain the management and treatment for this diagnosis.