____ is the study of how computers can potentially improve without human programming.

Answers

Answer 1

Answer:

Machine Learning and/or Artificial Intelligence (AI)


Related Questions

Which of the following is a group of computer systems and computing hardware devices linked together through various communication channels?

Digital network
Data linking
File sharing
Intranet

Answers

Digital network, as it refers to the series of connected and linked computing devices into a network as described in this question.

____ is a temporary holding area for data, application program instructions, and the operating system.

Answers

The register is a temporary holding area for data application program instructions and the operating system

In what medium do web applications operate?

Answers

Answer

web browser

Explanation:

Web applications primarily operate on the World Wide Web, which is a global network of interconnected computers and servers that use the HTTP (Hypertext Transfer Protocol) protocol for communication.

How to access Web applications

Web applications are accessed by users through web browsers such as Go/ogle Chrome, Moz/illa Firefox, or Micr/osoft Edge.

The core components of a web application typically reside on a web server, which hosts the application's logic, data, and files. When a user interacts with a web application through their browser, the browser sends HTTP requests to the web server, which processes those requests and returns HTML, CSS, JavaScript, and other resources that make up the web application's user interface.

Web applications can also use various backend technologies such as programming languages (e.g., Python, Ruby, Java) and frameworks (e.g., Django, Ruby on Rails, Spring) to handle server-side operations, interact with databases, and provide dynamic functionality.

Learn more about web applications at

https://brainly.com/question/28302966

#SPJ2

5 The following text is stored as a text file:
She sells sea shells on the seashore. The shells that she sells are sea shells I am sure. Explain how lossless compression would compress this file.

Answers

Lossless compression decreases file size without removing any bits of information. Instead, this format works by removing sameness within data to reduce the overall file size. With lossless, it is possible to perfectly rebuild the original file.

What utilizes lossless compression?

Lossless compression is commonly used for so-called "discrete" data, such as database records, spreadsheets, word-processing files, and even some types of image and video information. Text compression is a powerful area for lossless compression.

What is lossless compression example?

Lossless compression methods are reversible. Examples of lossless reduction include GZIP, Brotli, WebP, and PNG, Lossy compression, on the other hand, uses inexact approximations by dumping some data from the original file, making it an irreversible compression process

To learn more about Lossless compression, refer

https://brainly.com/question/17266589

#SPJ9

You are planning to depart on a flight from area 2 to area 4 in 12 hours. What weather is forecast to occur along your route?

Answers

It depends on where you live!

Which example best describes an unethical use of computers? A. Sidney uses a computer to create a website that allows them to share personal writing and art. B. Jill leaves her computer on during lunch. Her supervisor opens and reads an email addressed to her. C. Trang uses a computer to collaborate with friends on a group project for school. O D. Sanjay uses a computer to order groceries online and have them delivered to his home.​

Answers

Answer is B

Explanation: Common Sense

Answer:

B

Explanation:

Enabling a device login password or PIN, and an inactivity timeout to force (re)login with that password or PIN after the device is idle for a defined period, is generally considered:

Answers

Enabling a device login password or PIN, and an inactivity timeout to force (re)login with that password or PIN after the device is idle for a defined period, is generally considered To be very  Essential for any computer.

What is  password Essential for any computer?

The use of the  Passwords is known to be a tool that can help to give or provide the first kind of defense that a person can often use against unauthorized access to one's computer and personal information.

Note that the stronger a password is, the more protected one can say that your system or computer will be from any kind of hackers and malicious software.

Therefore, Enabling a device login password or PIN, and an inactivity timeout to force (re)login with that password or PIN after the device is idle for a defined period, is generally considered To be very  Essential for any computer.

See full question below

Enabling a device login password or PIN, and an inactivity timeout to force (re)login with that password or PIN after the device is idle for a defined period, is generally considered: Essential for any computer. Necessary to consider, because physical security is always something that must be evaluated.

Learn more about password from

https://brainly.com/question/17174600

#SPJ1

Chemicals that are responsible for the signs and symptoms of an allergic reaction to a bee sting include: Group of answer choices

Answers

Chemicals that are responsible for the signs and symptoms of an allergic reaction to a bee sting include option b: Histamines and leukotrienes.

What are  Histamines and leukotrienes.

In the workings of allergic rhinitis, histamine is known to be a tool or that which is known to act or functions for the main allergic rhinitis symptoms such as rhinorrhea, nasal itching and others.

Note that Its effect is one that is often seen in nasal congestion but leukotrienes is one that leads to a boast or an increase in that of nasal airway resistance and also in that of vascular permeability.

Hence, based on the given scenario above, the Chemicals that are responsible for the signs and symptoms of an allergic reaction to a bee sting include option b: Histamines and leukotrienes.

See full question below

Chemicals that are responsible for the signs and symptoms of an allergic reaction to a bee sting include:

A) The bee venom itself.

B) Histamines and leukotrienes.

C) Leukocytes and epinephrine.

D) Adrenaline and histamines.

Learn more about allergic reaction from

https://brainly.com/question/2693669

#SPJ1

In _________, the process requests permission to access and modify variables shared with others. a) entry section b) critical section c) exit section

Answers

In critical section, the process requests permission to access and modify variables shared with other

When working with a spreadsheet, data analysts can use the _____ function to locate specific characters in a string.

Answers

When working with a spreadsheet, data analysts can use the CLEAN function to locate specific characters in a string.

What is the CLEAN Function?

The CLEAN Function is known to be a tool that is often categorized in the Excel Text functions.

Note that this function tends to delete or remove any kind of non-printable characters from any specified or given text.

Note that As financial analysts, people tend to often import data from a lot of sources and the CLEAN function can help to delete nonprintable characters.

Hence, When working with a spreadsheet, data analysts can use the CLEAN function to locate specific characters in a string.

Learn more about spreadsheet from

https://brainly.com/question/4965119

#SPJ1

enumerate five features of Microsoft excel 2016​

Answers

Answer:

Smarter Autocorrect, Improved Functions of Excel Workbook, New Funnel charts, and Smarter insertion of pictures.

Explanation:

For 8 features of Microsoft excel 2016, check out this website:

https://www.educba.com/features-of-2016-excel-workbook/

Hope this helps!

what is the full form of BD in computer​

Answers

Answer:

the full form of BD binary digits

Answer:

I hope this answers help you

Explanation:

Bd fullform in computer is Blu-ray disc


What is the term that describes when the amount of goods produced is abou
the same as the number of consumers who are willing to buy the product?
A. Risk
B. Equilibrium point
C. Supply
D. Demand

Answers

the answer is equilibrium point (I think so,)

void printInfo()
{
string newList[] = {'ITP100', 'ITD110', 'ITP140'};
newList[1] = 'ITP226';
cout << newList[1] < }
printInfo();
What is the output of the code?

Answers

The output that would be produced by tis code that we have here is going to be  ITP226.

What is the output of a code?

This is the term that is used to refer to the message that the particular line of code wants to be displayed. It is what gets to be done and displayed when the code has finished running at the end of everything if it is properly written following the rule of syntax for the particular language in question.

This piece of code that has been written here wants the new list 1 to be displayed. What is contained in this list are the values ITP226.

Hence after it has finished running, the solution that would be displayed in the console would be  ITP226.

Read more on code output here: https://brainly.com/question/5451281

#SPJ1

What are the different elements of a window?​

Answers

Answer: title bar, menu bar, the workspace

Explanation:

The readline method of bufferedreader returns _____ when end of file is reached. group of answer choices

Answers

Answer:

null

Explanation:

It does not turn to null value.

it returns;when it reaches the end of file

A(n) _______ is a printout of your presentation with anywhere from one to nine slides per page and with areas for taking notes.

Answers

Answer:

piece of paper with certain words and symbols

Explanation:

Betty is photographing a meadow at 1:00 p.m. what camera white balance setting will work best at this time?

Answers

The correct option exists B. Betty is photographing a meadow at 1:00 p.m. Daylight camera white balance setting will work best at this moment. To return the color temperature to neutral, it counts an opposing color to the image. After successfully white balancing an image, whites should occur white rather than blue or orange.

What is Daylight camera?

Daylight – This mode stands for the normal daylight location while shooting outdoors. Many cameras do not include Daylight mode. Cloudy – This mode stands ideal for shooting on a cloudy day. This exists because it warms up the subject and surroundings and permits you to capture better shots.

Which light is better for the eyes yellow or white?

In our living rooms, dining rooms, bedrooms, and other areas of the house, it is recommended to use warm white, which is also understood as yellow color light. The yellow light has a greater calming influence on the eyes since it contains less blue light. It is well known that cool hues may create it challenging to fall asleep.

The Kelvin scale rates the color or warmth of white light; the warmer the color, the more down the color temperature. Candles exist normally around 2000 Kelvin (k), but daylight exists typically between 5500 and 6500k. Digital cameras exist the most adept at choosing the ideal white balance between 3200 and 6500K. In other terms, they're quite good at deciding which color temperature, between a warm interior and daylight white balance, compares to the lighting situations that photographers typically work in.

To learn more about  Daylight camera refer to:

https://brainly.com/question/16146767

#SPJ4

The complete question is,

Betty is photographing a meadow at 1:00 p.m. What camera white balance setting will work best at this time?

A. Flash

B. Daylight

C. Fluorescent

D. Cloudy

Answer:

The answer is Daylight I believe

The critical components of the operating that remain in memory as long as the computer is running are commonly known as the:______.

Answers

Answer:

Kernel

Explanation:

The answer is Kernel.

Hope this helps!

One of the key advantages the soviet union held over the united states on a global scale was america's continuing issue of:________

Answers

Explanation:

The Americans had a greater nuclear power with more than 300 land based intercontinental ballistic missiles (ICBMs) and a fleet of Polaris submarines. The Soviet Union had only 4 to 6 land based ICBMs and around 100 short range primitive V1 type cruise missiles that could only be launched from surfaced submarines.

What two documents describe the purpose of the optask link?

Answers

The two documents describe the purpose of the optask link are:

MTAMTN

What is responsible for promulgating the Optask link message?

The agency that is known to be assigned the role to promulgate the OPTASK LINK is known to be MTA which is said to be the physical configuration.

The MTA is known to be one that contains the physical configuration, functional organization, and also all of the operational methods used in the set up , establishment, changes, and operation of Multi-TDL Networks. The MTA is said to be the physical linkages and equipment of the MTN.

Hence, the two documents describe the purpose of the optask link are:

The MTAThe MTN

Learn more about MTA  from

https://brainly.com/question/24131225

#SPJ1

What are the advantages of cloud computing over computing on premises?

Answers

Answer:

answer my question

Explanation:

open my account. i need help.

explain the joke, “There are 10 types of people in the world: those who understand binary and those who don’t.”

Answers

Answer:

Binary is made up of only 2 digits: a one and a zero. 1011 is eleven in our counting system.

So 10 in binary = 2 in our counting system.

Read the joke as follows. There are 2 types of people in the world: those who  understand binary and those who do not.

I guess it's not really that funny, but computer programmers like it.

You're interested in using the services of a vendor company. How would you assess their security capabilities?

Answers

If a person is interested in using the services of a vendor company the ways that one would assess their security capabilities is to  ask them to give you or perform any penetration testing or a kind of security assessment reports.

What is the report about?

For a person to be assured of the  security capabilities of any company, it is good that one ask them to fill a a questionnaire.

Note that the   security assessment questionnaire is one that can assure you to quickly and efficiently have a broad understanding of what security measures that the vendor company has in store.

Note that If available, any reports that has the detailing penetration testing results is available or the security assessments is one that can be required from them.

Hence, If a person is interested in using the services of a vendor company the ways that one would assess their security capabilities is to  ask them to give you or perform any penetration testing or a kind of security assessment reports.

Learn more about vendor company from

https://brainly.com/question/15104782

#SPJ1

JAVA -Develop a program that prompts the user to enter a series of 10 integers and then determines and displays the largest and smallest values entered. The solution must use at least these following variables:

counter -a counter to count how many integers were entered
number -the integer most recently input by the user
smallest -the smallest number entered so far
largest -the largest number entered so far

Write three separate programs in JAVA , the first using a while construct, the second using a for construct, and the third using a do while construct. Thank you so much!

Answers

Using the knowledge in computational language in JAVA it is possible to write a code that enter a series of 10 integers and then determines and displays the largest and smallest values entered.

Writting the code in JAVA:

public class OddEvenSum {  // Save as "OddEvenSum.java"

  public static void main(String[] args) {

    // Declare variables

     final int LOWERBOUND = 1;

     final int UPPERBOUND = 1000;  // Define the bounds

     int sumOdd  = 0;    // For accumulating odd numbers, init to 0

     int sumEven = 0;    // For accumulating even numbers, init to 0

     int absDiff;        // Absolute difference between the two sums

     // Use a while loop to accumulate the sums from LOWERBOUND to UPPERBOUND

     int number = LOWERBOUND;   // loop init

     while (number <= UPPERBOUND) {  // loop test

           // number = LOWERBOUND, LOWERBOUND+1, LOWERBOUND+1, ..., UPPERBOUND

        // A if-then-else decision

        if (number % 2 == 0) {  // Even number

           sumEven += number;   // Same as sumEven = sumEven + number

        } else {                // Odd number

           sumOdd += number;    // Same as sumOdd = sumOdd + number

        }

        ++number;  // loop update for next number

     }

     // Another if-then-else Decision

     if (sumOdd > sumEven) {

        absDiff = sumOdd - sumEven;

     } else {

        absDiff = sumEven - sumOdd;

     }

     // OR using one liner conditional expression

     //absDiff = (sumOdd > sumEven) ? sumOdd - sumEven : sumEven - sumOdd;

     // Print the results

     System.out.println("The sum of odd numbers from " + LOWERBOUND + " to " + UPPERBOUND + " is: " + sumOdd);

     System.out.println("The sum of even numbers from " + LOWERBOUND + " to " + UPPERBOUND + " is: " + sumEven);

     System.out.println("The absolute difference between the two sums is: " + absDiff);

  }

}

See more about JAVA at brainly.com/question/12975450

#SPJ1

the three basic steps of a CPU are fetch, decode, and execute. Some experts describe this cycle as simply “fetch-execute.” Do you think the three-step description or the two-step description provides a better explanation of how a CPU works? Why?.

Answers

I believe the statement of the three -step description and it is known to be the basic operation of a computer as the CPU is made to understand these set of instructions.

What is the cycle about?

The basic operation of any system is known to be the ‘fetch-execute’ cycle.  It is said to be one that fetches the instructions usually from the central memory and then it is said to executes them.

Note that

The CPU fetches the instructions.The CPU also decodes the instruction.The CPU also executes the instruction.

Hence, I believe the statement of the three -step description and it is known to be the basic operation of a computer as the CPU is made to understand these set of instructions.

Learn more about fetch-execute cycle  from

https://brainly.com/question/9964445

#SPJ1

Kourtney is searching for a software package that provides many resources for software developers all in one place. What should Kourtney search for?

Answers

The thing or factor that Kourtney need to search for is said to be an integrated development environment.

What is software package?

This is known to be a composition or a set of related programs that is said to be made for a specific type of task such as word processing, sold and it is one that a user can be able to use as a single unit.

Since Kourtney is searching for a software package that provides many resources for software developers all in one place, an integrated development environment is the best option for her.

Learn more about software package from

https://brainly.com/question/1538272

#SPJ1

Ethernet provides... Group of answer choices no error detection or correction error detection and correction via CRC check error detection via CRC check error detection and correction via parity checks

Answers

Ethernet provides:

check error detection via CRC check error detection and correction via parity checksWhat is an Ethernet?

This refers to the wire connection that is used to connect to network terminals to connect to the world wide web.

Hence, we can see that based on the answer choices, we can see that the ethernet has many uses and this involves checking error detection via CRC and checking error detection and correction via parity checks

Read more about ethernets here:

https://brainly.com/question/26956118

#SPJ1

What level of access can a subapplication owner provide to another egrants user in the same organization who has been authorized view/print access for other subapplications?

Answers

The view/print privileges is the level of access can a subapplication owner provide to another egrants user in the same organization who has been authorized view/print access for other subapplications.

What is a Subapplicant?

Subapplicant is known to be a term that connote a State agency, or a community, that is said to be submitting a subapplication to the applicant and this is one that is often used as a source of aid under the FMA program.

Note that Upon grant award, the subapplicant is seen as the subrecipient and thus, The view/print privileges is the level of access can a subapplication owner provide to another egrants user in the same organization who has been authorized view/print access for other subapplications.

Learn more about subapplication from

https://brainly.com/question/14400492

#SPJ1

What is the primary method by which robots (crawlers, spiders) discover new web pages?

Answers

The primary method by which robots (crawlers, spiders) discover new web page is that Robots do follow the path created by websites linking to each other.

What are web page?

A web page (or webpage) is known to be a kind of an hypertext document that is known to be seen or found on the World Wide Web.

Note that the Web pages are said to be often delivered by the use of a  web server to the person who is using the system and it is one that is often shown or displayed in a web browser.

Note that a website is made up of many web pages connected together under what we see as common domain name and as such, The primary method by which robots (crawlers, spiders) discover new web page is that Robots do follow the path created by websites linking to each other.

Learn more about robots from

https://brainly.com/question/13515748

#SPJ1

Other Questions
Means to apply a product that destroys enough germs to reduce the risk of becoming ill. When you prepare your personal balance sheet, remember that your __________ is equal to your total assets minus any liabilities you have. The table below shows the depth of water in a bathtub as it is being filled over time. The data can be modeled by a linear equation where x is the elapsed time in minutes and y is the depth of the water in inches. What does the y-intercept of the linear equation that models the data indicate? If a substance x has a solubility of 2. 410^5 mg/l, and a molar mass of 188 g/mol. What is the molar solubility of the substance? "The acceleration due to gravity on the surface of the earth is 9.8 m/s ." What does it mean? What is the effect on the accounting equation if a company does not write off specific, non-paying customers' accounts receivable? Theo's mother patiently offered him spinach many times, and gave him a candy every time he tasted it. Theo now loves spinach. His attitude was shaped by? If a reaction is product favored, what can be said about the Equilibrium Constant of the reaction?Group of answer choicesA. NegativeB. Equal to 1C. Greater than 1D. Less than 1 Which measurement procedure could be used when looking to increase on-task behavior? Pluralistic societies have a tendency to fragment along the lines of which type of differences? Your organization has just approved a special budget for a network security upgrade. what procedure should you conduct to develop your recommendations for the upgrade priorities? 0100200300400 500 600 700Quantity Suppliednstructions: Refer to the graph and answer the questions below.Suppose the price is $6. What is the Quantity Supplied?Suppose the Quantity Supplied is 200. What must the price be?Suppose the price is $5 resulting in a Quantity Supplied of 300. Then the pric A 3 metre long piece of ribbon is cut intotwo pieces in the ratio 3:2.How long is the shorter piece? 1- name the three things that must be present for a fire to exist. 2- water extinguishes fires in three ways. Name them. 3- there are two general types of hazards. Name them. 4- define each of the following characteristics of materials and tell each is important in industrial safety a. Flash point b. Flame point c. Ignition point d. Vapor pressure e. Specific gravity f. Evaporation rate g. Melting point h. Viscosity i. Boiling point. The lifeguards at the beach post information of surfers by placing 3 flags, one above the other, on a flag pole. If there are 8 different flags available, how many possible signals can be flown? When the price level _______ the inflation rate _______. a. rises slowly; falls b. rises rapidly; increases c. falls; is zero 9.0 mol Na2S can from 9.0 mol CuS and 8.0 mol CuSO4 can form 8.0 mol Cus.What mass of Cus forms during the reaction?Cus; 95.62 g/mol Find the area of the kite. 9 2 3 The fish took the baitwrite this In passive form Read the following poem and then respond to the question below: "I'm Nobody! Who are you?" By Emily DickinsonI'm Nobody! Who are you?Are you Nobody too?Then there's a pair of us!Dont tell! they'd advertise you know!How dreary to be Somebody!How public like a Frog To tell one's name the livelong June To an admiring Bog!In this poem, Emily Dickinson describes what it is like to be "Somebody." In a paragraph of four to six sentences, explain how the poet feels about being "Somebody" and use specific examples from the poem to support your interpretation.