What are the similarities between Artificial intelligence and Human intelligence??

Answers

Answer 1

Answer: human intelligence revolves around adapting the environment and the artificial intelligence focuses on machines that copy human behavior


Related Questions

Which of the following are benefits of using
technology? (Select three answers)

-hackers
-better accuracy
-electricity
-access to the global market
-higher product prices
-productivity

Answers

The sixth one , the fourth and the second

Which best described most television in the 1940s and 1950s? color cable 24 hour black and white

Answers

Answer:

The answer is "black and white".

Explanation:

During this period of live TV output in the United States, from the late 1940s to late 1950, the era between the 1940s and 1950s is often regarded as the first Golden Age of Television.  

It is the monochrome broadcast tv signal transmission and reception system. At the end of the 1940s, in 50 major cities, there were 98 commercial tv channels. TV sets costs also reduced by 1949.

A browser ___ is a separate program that adds a variety of useful features to the web browser, such as sending instant messages or playing mobile-style games.

Answers

Answer:

The correct option is;

Extension

Explanation:

A browser extensions are available small applications plug-ins that allow the modification of the web browser by customizing and changing how information flows through the browser. Browser capabilities include the hosting of varying forms of browser extensions, and settings for ad blocking. Web experiences are vastly enhanced by browser extensions by providing personalized experience.

Your friend called and told you that he saw information about the classified XYZ program on the Internet. As a cleared employee who does not work on the XYZ program, is it okay for you to view that information on the Internet since it's already in the public domain?

Answers

Answer:

The answer is "Yes, you can access the information because you're a certified employee".

Explanation:

The term "public domain" relates to content that isn't covered by copyright, trademarks, or patents. In other words, it relates to artistic material.  Its public, not for the single writer or artist, which can hold these works.  

In this, everyone is authorized for using public domain work but no one is ever allowed to use it, but only the certified employee can use it, that's why you can access the details because you're certified.

the_______ is a documents , spreadsheet or database that contain personalized information or data base such as name address phone number​

Answers

Answer:

Is called "data source"

the data source is the answering o

when classified information is in an authorized individuals hands, why should the individual use a classified document coversheet

Answers

Answer:

Following are the answer to this question:

To inform holders of the existence of data.  To avoid misuse by unapproved employees of confidential information.

Explanation:

The classified information is also known as sensitive information, which is access to specific classes of individuals is constrained by rule or policy. It manages the classified documents or accesses the data.

It's also a formal security clearance, that has been required for the satisfying background research that is needed for the screening process.It tells the owners that confidential data is provided and avoid accidental disclosure by the unauthorized staff of classified information.

Which of the following activities poses the greatest personal cybersecurity risk? A. Making a purchase on an online store that uses public key encryption to transmit information B. Paying a bill using a secure online electronic payment system C. Purchasing a couch by emailing a credit card number to the couch owner D.Checking a bank account on a bank’s website that uses HTTPS for secure communication

Answers

Answer:

C

Explanation:

por

Answer:

C.Purchasing a couch by emailing a credit card number to the couch owner

Explanation:

By emailing the credit card information, that person has access to using the credit card in many different ways that are harmful. It would be best to meet up with them and scan it or pay via paypal or other money services..

Which protocol enables the secure transfer of data from a remote PC to a server by creating a VPN across a TCP/IP network

Answers

Answer:

"Point-to-Point Tunneling Protocol" is the right choice.

Explanation:

PPTP seems to be a service provider protocol which provides the protected processing of information from some kind of different client to something like an application framework through the creation of a VPN around through TCP/IP databases. It perfectly captures PPP transactions for transmission and storage and perhaps other standard TCP/IP based connections through Ip packets.

Which Additional Authorization List item can replace the hook at the end of the winch cable for fastening the cable to some loads?

Answers

Answer:

Shackle

Explanation:

A winch may be defined as a mechanical device which is used to pull in or let out the rope or cable maintaining its tension. It can also adjust the tension of the cable or the rope.

It is mainly used in tow trucks, elevators and steam shovels.

Shackle is one of the additional authorization list of a vehicle with a winch which can be used to replace the hook of the cable of the winch.

"When you can control devices and appliances by apps installed on your smartphone or tablet, you are said to have"

Answers

Answer:

Alexa or Siri

Explanation:

They are a voice inside your phone or tech and they can control everyday work

The network layer of the Internet model uses the _____________ protocol to route messages though the network.

Answers

Answer:

Capa de Internet. La capa de Internet, también conocida como capa de red o capa IP, acepta y transfiere paquetes para la red. Esta capa incluye el potente Protocolo de Internet (IP), el protocolo de resolución de direcciones (ARP) y el protocolo de mensajes de control de Internet (ICMP).

Explanation:

Which device actively works to prevent collisions by making sure not to send data to a segment that is already busy?

Answers

Answer: Bridge

Explanation: Bridges are employed in network connections for managing data packets, when transmissions are received, the bridge network makes the decision or filter the transmitted data and makes decision on whether to forward or block the data depending on the destination address on each frame. This prevents unnecessary traffic transmission to a network segment. Bridge networks identifies the amount of traffic in each network segment, making it possible to delineate busy segment from the one's which aren't busy and thereby blocking transmission of data to the busy segment.

An algorithm is defined as a well-ordered collection of unambiguous and effectively computable operations that when executed produce a result and halt in a finite amount of time. In one sentence or less, what does it mean to be effectively computable

Answers

Answer:

to be effectively computable, the person is definite, explicit and 'mechanical'.

Q.No.3. A filling station (gas station) is to be set up for fully automated operation. Drivers swipe their credit card through a reader connected to the pump; the card is verified by communication with a credit company computer, and a fuel limit is established. The driver may then take the fuel required. When fuel delivery is complete and the pump hose is returned to its holster, the driver's credit card account is debited with the cost of the fuel taken. The credit card is returned after debiting. If the card is invalid, the pump returns it before fuel is dispensed. As a software developer if you have to develop a software for the above given scenario, Suggest five possible problems that could arise if a you does not develop effective configuration management policies and processes for your software.

Answers

Answer:

Following are the 5 problems, that can arise in this scenario:

Explanation:

When the driver swipes its credit or debit card, its connection with both the card company could not be formed due to the poor or ineffective development, therefore the driver may not put any fuel from its vehicle.  It still wants to spend energy even after the card is read as incorrect.  So, its total price to just be debited from the credit or debit card shall be much more and less than the real cost as well as the deduction of both the fuel should be overestimated.  Its information may not adjust when a driver uses its device because the next driver could no matter how long only use the device. Its fuel limit to also be established when the vehicle has stopped its card would be faulty as well as a certain restriction would not cause its device to be misused.

Write a method mirror that accepts an ArrayList of Strings as a parameter and produces a mirrored copy of the list as output, with the original values followed by those same values in the opposite order. For example, if an ArrayList variable called list contains the values ["a", "b", "c"], after a call of mirror(list); it should contain ["a", "b", "c", "c", "b", "a"].

Answers

Answer:

Here is the JAVA program:

private static void mirror(ArrayList<String> list) { // method mirror that accepts ArrayList of Strings as a parameter

       for (int i = list.size() - 1; i >= 0; i--) {//iterates through the array list

           list.add(list.get(i));        } //produces a mirrored copy of the list

       System.out.println(list);    } ///prints the mirrored copy of list

Explanation:

This is the complete program:

import java.util.ArrayList; //to use dynamic arrays

public class MirroredArraylist{

private static void mirror(ArrayList<String> list) {    //method to produce mirrored copy of the list

       for (int i = list.size() - 1; i >= 0; i--) {  /          

           list.add(list.get(i));        }            

       System.out.println(list);    }

public static void main(String[] args) {    

     ArrayList<String> list = new ArrayList<String>();//creates a String type array list  

//adds values to the Arraylist i.e list

               list.add("a"); .

               list.add("b");

               list.add("c");        

       mirror(list); }} //calss mirror method passing list to it

The method works as follows:

For loop variable i is initialized to the list.size() - 1 which means 1 less than the size of the ArrayList i.e list. For example the list contains the following values ["a", "b", "c"]. So

i = list.size() - 1

 = 3-1

i = 2

so i is set to the last element/value of list i.e. "c"

Then the for loop checks if the value of i is greater than or equals to 0 which is true because i = 2

So the program control enters the body of the for loop

list.add(list.get(i)); This statement has two methods; add() and get()

add() method is used to add the value/element to the ArrayList, list.

get() method is used to get the element/value in list at i-th index

So the element at i=2 means element at 2nd index is "c"

Hence value "c" is added to the list.

Then the value of  i is decremented to 1. So i=1

At next iteration

i is set to the second last element/value of list i.e. "b"

Then the for loop checks if the value of i is greater than or equals to 0 which is true because i = 1

So the program control enters the body of the for loop and gets the value of list i.e "b" and adds it to the list. Next the value of "a" is get and added to the list. So the list becomes:

["c", "b", "a"]

In the main() method

               list.add("a"); .

               list.add("b");

               list.add("c");    

The above three statements adds the values to list that are "a", "b" and "c". So the list becomes:

["a", "b", "c"]

Next statement mirror(list); calls the method mirror which returns the mirrored copy of the list. So the output is:

["a", "b", "c", "c", "b", "a"].

The screen shot of the program along with its output is attached.

What is the answer to this A term career is usually applied to a Someone please HEEEEEEEEEELP MEEEEEEE. THX

Answers

Answer:

Position that allows for professional growth and advancement

The term career is used in a number of ways but is usually applied to means the same thing: a position that allows for professional growth and advancement. It relates to a person’s occupation or profession and his journey of life, learning (training or formal education)  and work.  

Answer:

Position that allows for professional growth and advancement

Explanation:

a p e x

Maya enjoys connectedWith her friends and social media apps but one of her friends post a lot of stuff that my thinks it’s annoying the post or not mean or bullying but my feels cranky after reading this persons Posts what could my do to maintain a healthy media balance for herself

Answers

Answer:

She needs to make time for offline and online activites.

Explanation:

The reason is because if you spend too much time online, you may have anxiety and depression. On the other hand, if you stay offline too much then, you will have trouble focusing on your hobbies, work, etc.

if lain and Wi-Fi were to go out at the same would the circuit break

Answers

Answer:

yes and no because the LAN circuit would stop the connection and the Wi-Fi circuit would fry

The #elif and #else directives are provided as shorthand notation for the #if defined(name) and #if !defined(name).


True


False

Answers

Answer:

The answer is "False".

Explanation:

The shorthand notation operator is a quick way of expressing something, that can be accessed only in Java. In this, no function within computer programming language was introduced by shorthand procedures.  In the given question, else and elif block were used, in which elif block used in python, that's why the given statement is false.        

In 3–5 sentences, describe how technology helps business professionals to be more efficient.

Answers

Answer:

data visualization

business professionals can use advance visualization to understand what needs to be done

building probabilistic models

business professionals can predict the future outcome of the business or any process by using technology and machine learning

business marketting

marketting uses technology to gain insight into who are the customers and what are the buying pattern to do more sales

Answer:

Business uses technology to gain insight into who are the customers and what are the buying pattern to do more sales.  Business professionals can predict the future outcome of the business or any process by using technology and machine learning. Business professionals can use advance visualization to understand what needs to be done.  Graphic software used by graphic designers to make what they envision come true.  

Explanation:

You are a cleared employee. You discovered fraud and waste of money related to a classified program within your agency. If you report this fraud and waste through appropriate channels, you may receive protection under the Presidential Policy Directive 19 (PPD-19), Protecting Whistleblowers with Access to Classified Information.A. TrueB. False

Answers

Answer:

A. True.

Explanation:

If you are a cleared employee, who discovered fraud and waste of money related to a classified program within your agency. When you report this fraud and waste through appropriate channels, you may receive protection under the Presidential Policy Directive 19 (PPD-19): Protecting Whistleblowers with Access to Classified Information.

In the United States of America, President Barack Obama signed the Presidential Policy Directive 19 (PPD-19) in 2012. The PPD-19 is an executive order designed to provide significant protection for an employee who have access to classified informations such as waste of money and frauds, as well as prohibiting any form of retaliation against this cleared employee.

Your company employs a team of trainers who travel to remote locations to make presentations and teach classes. The team has been issued new laptops to use for those presentations and classes. Doug of Wonder Web is coming to your office to show the trainers the ports they will use to connect different devices for the presentations. Which of the following will he most likely to demonstrate?
A. DisplayPort ports
B. USB port adapters
C. ExpressCard ports
D. VGA ports
E. RJ-45 ports
F. Audio jacks

Answers

Answer:

A. DisplayPort ports

B. USB port adapters

D. VGA ports

Explanation:

Doug of Wonder Web would most likely use the following ports to demonstrate;

1. DisplayPort ports.

2. USB port adapters.

3. VGA ports.

The above mentioned computer components are related to graphical data representation and as such could be used to connect video compliant devices during a presentation.

The ExpressCard ports is an internal slot found on the motherboard of a computer and used for connecting various adapter cards.

The RJ-45 ports is the ethernet port for network connectivity while Audio jacks are computer components used mainly for sound and audio related functions such as recording and listening to music.

Controlling the physical world with sensors and digital devices depends on bandwidth and the ability to analyze data in real time. Select one: True False

Answers

Answer:

The answer is "True".

Explanation:

A sensor is a tool, that senses environmental changes, and reacts to the certain activity of the other machine. It converts a physical event through an analog or sometimes an electronic signal, which is translated or displayed for reading and further analysis.

It also controls the bandwidth and also the ability to analyze information in real-time rely mostly on physical universe monitoring with sensors, that's why it is true.

Measurement consists of:__________

a. the assignment of numbers (representing quantities of attributes) to objects or events according to rules.
b. using a given scale to make comparisons.
c. determining the frequency of a particular attribute.
d. assigning numbers solely for identification purposes.

Answers

Answer:

The answer is choice "a".

Explanation:

Measurement is a number allocation in which the entity or event attributes that would be comparable with other objects or events. Its scope and implementation depending on context and discipline.  

Its main purposes could be defined as measurements for efficiency, tracking, health, fitness (design, mounting), and solving problems.  Its calculation consists of the numerical assignment, representing attribute amounts according to the rules for objects and events.

Explain in a few sentences the difference between analytical papers and argumentative papers.

Answers

Answer:

See explanation

Explanation:

The difference between analytical and argumentative papers is really just how the person writing views the subject. Analytical papers mainly focus on presenting a neutral, non-biased point of view. They use text evidence to support all sides of the topic, which allows you to draw your own conclusions. Argumentative papers choose a side to be on, and provide evidence supporting that side only, so that the reader feels like the side being presented is the right one.

Hope this helped!

Answer & Explanation:

Comparatively research paper of an analytical type is harder to handle than an argumentative research paper.

The key difference between these writing types is that the argumentative research paper demonstrates an attempt to convince your audience of the solidity of a particular view you have on a subject.

While the research paper of analytical type is an effort to make use of your research to provide an objective picture of what information is known about the subject.

The process of checking data for validity and integrity before placing it in a data warehouse is called Group of answer choices reformatting data cleaning data integration viewing

Answers

Answer:

data cleaning

Explanation:

Data cleaning exemplifies the process which includes identifying the incorrect, or inaccurate data from the records. It further proceeds its function in correcting and replacing the correct data in the records or database. By adding information, by deleting incorrect information and modifying the incorrect information are some of the ways by which data cleaning is done.

The _________ attack exploits the common use of a modular exponentiation algorithm in RSA encryption and decryption, but can be adapted to work with any implementation that does not run in fixed time.

Answers

Answer:

The answer is "timing".

Explanation:

The time attack would be a security vulnerability that enables attackers that identify computer systems or network security issues by analyzing the period of the program's reaction to multiple levels.  It is used in both RSA encryption and decryption of the modular exponentiation method but could be modified for just about any system not seem running in a fixed period.

If you're under 18 and you receive _____ or more license points in 12 months, you'll be restricted to driving only to school or work for one year.

Answers

Answer:

B:6

Explanation:

FLVS :)

Answer: 6 is the correct answer

To a traditional computer, one means
and zero means
O a. on, off
O b. up, down
O c. plus, minus
O d.right, left

Answers

a.on , off

In most computer processors, electron movement is controlled by tiny switches that turn this flow of electricity on and off...zero represents off and one represents on

when two pieces of cui or other unclassified information are posted online together or attached together in an email and result in disclosure or classified information this is known as

Answers

its known as campilation

The most appropriate word to complete the sentence is: Compilation.

Information can be defined as a set of organized and processed data that has more useful or intelligible meaning to an end user (recipient).

Generally, an information can be grouped into two (2) main categories and these includes;

Unclassified information.Classified information.

CUI is an acronym for controlled unclassified information and it can be defined as a type of information that requires safeguarding or dissemination controls which are consistent and compliant with law, standards, governmental policies and regulations.

Hence, a CUI is a federal non-classified information because it is created and possessed by the federal government or possessed on a government's behalf by an entity and as such requires some level of protection or dissemination controls from any unauthorized access and usage.

In this context, when you post two (2) pieces of controlled unclassified information (CUI) or other unclassified information together online or attach them together in an electronic mail (e-mail) and this action results in the disclosure of classified information, it is typically referred to as compilation.

In conclusion, compilation involves the process of combining two (2) pieces of controlled unclassified information (CUI) or other unclassified information together.

Find more information: https://brainly.com/question/3045955

Other Questions
Fifth National Bank just issued some new preferred stock. The issue will pay an annual dividend of $22 in perpetuity, beginning 11 years from now. If the market requires a return of 3.6 percent on this investment, how much does a share of preferred stock cost today For the question 2.3 x 0.123, the answer will be to which place value?tenths hundredthsthousandthsten-thousandths T = WP [ M - ( M-S) ] A part of a circuit contains an inductor. The current through the inductor is changing uniformly from 2.40A to 0.30A over the course of 1.75s. If the EMF ( voltage change ) from one side of the inductor to the other is 5.70 Volts, what is the value of the inductance People and groups that provide an organization with its productive resources, and thus have a claim on and a stake in the organization, are known as -6= 2(w + 5) PLEASE ANSWER AND SHOW WORK!!! Characteristics of professional values and attitude A manufacturer buys large quantities of certain fuel pumps. He finds that his cost depends on the number of cases, q, bought at the same time according to the table below, where cost(q), measured in dollars, is the total cost of purchasing q cases. Find the marginal cost at q = 108. 9 96 100 104 108 112 116 cost(q) 1780 1850 1920 1990 2060 2120 a) $15.80/case b) $10.50/case c) $17.50/case d) $14.00/case What is the figure of speech when the write says The pencil understood and promised to remember, and went into the box with purpose in its heart.Story: The Pencil Maker took the pencil aside, just before putting him into the box. "There are 5 things you need to know," he told the pencil, "Before I send you out into the world. Always remember them and never forget, and you will become the best pencil you can be.""One: You will be able to do many great things, but only if you allow yourself to be held in someones hand.""Two: You will experience a painful sharpening from time to time, but you'll need it to become a better pencil.""Three: You will be able to correct any mistakes you might make.""Four: The most important part of you will always be what's inside.""And Five: On every surface you are used on, you must leave your mark. No matter what the condition, you must continue to write."The pencil understood and promised to remember, and went into the box with purpose in its heart.Now replacing the place of the pencil with you. Always remember them and never forget, and you will become the best person you can be. One: You will be able to do many great things, but only if you allow yourself to be held in God's hand. And allow other human beings to access you for the many gifts you possess.Two: You will experience a painful sharpening from time to time, by going through various problems in life, but you'll need it to become a stronger person. Three: You will be able to correct any mistakes you might make.Four: The most important part of you will always be what's on the inside.And Five: On every surface you walk through, you must leave your mark. No matter what the situation, you must continue to do your duties.Allow this parable on the pencil to encourage you to know that you are a special person and only you can fulfill the purpose to which you were born to accomplish.Never allow yourself to get discouraged and think that your life is insignificant and cannot make a change. Let's not do business with AVC Real Estate Company; they discount their commissions" is an example of what?a) Price fixingb) Boycottc) Market allocationd) Tying agreement 1 + 8x + 5 -4x = 2(x-3) - 2(x-2) At the city museum, child admission is 5.50 and adult admission is 8.8 . On Thursday, three times as many adult tickets as child tickets were sold, for a total sales of 663.60 . How many child tickets were sold that day? Connie is satisfied with her weight but would like to improve her eating habits.She typically has several slices of toast and a large coffee for breakfast,a turkey sandwich and chips or sausage pizza for lunch,and a pasta dish with baked chicken or pork chops for supper.She often has an evening snack of fat-free pudding or yogurt.She drinks unsweetened iced tea,regular colas,water,and an occasional glass of milk.-Connie has been evaluating her daily consumption of beverages to improve the overall quality of her diet.Which of the following beverages should Connie choose less often?A) regular sodaB) unsweetened iced teaC) waterD) low-fat milk Wilson visited his grandparents for the weekend. He noticed that his smartphone showed very weak signal strength. What could be a possible reason for the weak signal strength of his smartphone? A. The surrounding area is open in all directions. B. The cellular tower is far away from his grandparents home. C. The smartphone is low on battery. D. The antenna in his smartphone is only a receiver. An organism has the allele frequency of a =0.4 and b=0.3. What is the frequency for allele c? (A) c=0.3 (b) c=1.0 (c) c=0.4 (d) c=0.0 A narrow beam of white light is incident on a sheet of quartz. Thebeam disperses in the quartz, with red light (700nm)traveling at an angle of 26.3o with respect to thenormal and violet light (400nm) traveling at25.7o. The index of refraction of quartz for red lightis 1.45. What is the index of refraction of quartz for violetlight? A right circular cone of radius 6 inches, side length of 16 inches and height of h inches. Which is closest to the height of a cone that has a slant height of 16 inches and a radius of 6 inches? f 10 in. g 14.8 in. h 20 in. j 17.1 in. Which one of the following statements a about scientific hypothesis is FALSE? A scientific hypothesis is an educated guess about why something happens. In order to be useful, a scientific hypothesis must be testable in a way that is replicable by other scientists. The previously known outcome of an observation or experiment can be used as solid proof that a newly-created scientific hypothesis is absolutely true. A scientific hypothesis is an explanation for a natural phenomenon. Aisle 2 of a furniture store stocks 4-legged chairs, 4-legged tables, and 3-legged stools. If there are t tables, c chairs, and s stools, which expressions show the total number of furniture legs in aisle 2? American photographer Edward Steichen purchased the sculpture Bird in Space while in Paris, France. What occurred when he tried to return to the United States with the sculpture? Include as many details as possible in your response.