Who designed the Analytical Engine in the 1830s? Alan Turing Alan Turing Charles Babbage Charles Babbage Bill Gates Bill Gates Steve Wozniak Steve Wozniak

Answers

Answer 1
Charles Babbage Charles Babbage

Related Questions

Please select the word from the list that best fits the definition

Plagiarism

Answers

the practice of taking someone else's work or ideas and passing them off as one's own.

Answer:

You need to give context/examples/question answers.

Explanation:

HELPPPPPPPPPPP


What is the best definition of a programming language?
OA. A complex thought process that breaks down difficult problems to
find their solutions
OB. The internal language a computer uses to communicate with other
computers and devices
C. The language that developers use to communicate with one
another about software design
OD. A language that instructs a computer how to carry out functions.

Answers

Answer:

A language that instructs a computer how to carry out functions.

Explanation:

What allows a person to interact with web browser software?
O user interface
O file transfer protocol
O networking
O URLS

Answers

Answer:

user interface

Explanation:

write a pseducode that will ask the user to enter the amount of a purchase. The program should then compute that state and provisional sales tax

Answers

The pseudocode of the program is simply a prototype of the actual program

How to write the pseudocode?

The pseudocode that does the requirements in the question is as follows:

StartGet Input for amount of purchaseCompute the state tax: sales tax = sales tax percentage * amountCompute the provisional sales tax: provisional sales tax = provisional sales tax percentage * amountPrint the taxes

Read more about pseudocode at:

https://brainly.com/question/24735155

#SPJ1

Fara is a bit frustrated with trying to write computer programs. Which of the following might be helpful? A. systems software B. typing practice C. new hardware D. presentation software

Answers

Answer:

D

Explanation:

Presentation software is defined as computer programs designed to allow the user to present information in an engaging way such as with text, pictures, sound and video. PowerPoint is an example of a presentation software.

Which emerging technologies will have more injury on our day to day country & How?​

Answers

Explanation:

Complete the sentence with the words below stop push direction slow down move shape speed up pull A force is a. or a.

What is the "Driver's Compact Law"?

Answers

Answer:

Explanation:

The Driver License Compact is an interstate compact used by States of the United States to exchange information concerning license suspensions and traffic violations of non-residents and forward them to the state where they are licensed known as the home state.

The Driver License Compact is an interstate compact used by States of the United States to exchange information concerning license suspensions and traffic violations of non-residents and forward them to the state where they are licensed known as the home state.

Draw a Hierarchical input process output ( HIPO ) chart to represent a high - level view of the functions of the proposed system .​

Answers

The format to use in drawing the Hierarchical input process output  chart to show a high - level view of the functions of the proposed system is given in the image attached.

What is hierarchical input process output?

An HIPO model is known to be a form of hierarchical input process output model that helps in  systems analysis design and also in documentation .

Note that it is often used for depicting the modules of a system based on the use of hierarchy and for saving each module and thus by following the method used in the image attached, one can draw a Hierarchical input process output ( HIPO ) chart to represent a high - level view of the functions of the proposed system.​

Learn more about HIPO  from

https://brainly.com/question/2665138

#SPJ1

How could you use the sqrt function from the math module to print the square root of 16?

Answers

Answer:

b

Explanation:

It is not "import sqrt" because import is used to add a module, and "sqrt" is not a module.

It is not sqrt(16) because we need to use the math. prefix so that python recognizes that sqrt is a function from the math module.

Determine whether the compound condition is True or False.
2 <3 and 5 <1
3 <3 or 1 ≤1
not (2 == 3)​

Answers

The given compound conditions would be considered true or false as follows:

2 <3 and 5 <1 is  false.3 <3 or 1 ≤1 is true.not (2 == 3) is true.

How do you know if a statement is true or false?

A statement is said to be true if what it shows is the case, and it is false if what it shows is not the case.

Based on what is given above, The given compound conditions would be considered true or false as follows:

2 <3 and 5 <1 is  false.3 <3 or 1 ≤1 is true.not (2 == 3) is true.

Learn more about 'Compound Condition' from:

https://brainly.com/question/18450679

#SPJ1

define and explain cyberbullying with example​

Answers

Answer:

Definition: Cyberbullying is a form of bullying using electronics as a way to hide behind the screen

Joan got an email telling her she was ugly from Kate, that is cyberbullying.

Review this persuasive speech outline .
.This speech includes an effective introduction using humor,several transitions and an effective conclusion with a thought provoking ending

Answers

Saying that the speech includes an effective introduction using humor, several transitions and an effective conclusion with a thought provoking ending is false.

What is persuasive speech?

This is known to be a speech that is given so as to convince a person about a thing or topic.

Note that in the excerpt, the speech does not includes an effective introduction using humor, several transitions and an effective conclusion with a thought provoking ending and thus, it is a false statement.

Learn more about persuasive speech from

https://brainly.com/question/14047451

#SPJ1

Karishma is setting up a wired network for a small office. Which hardware component on the computer will help in network connection, and which cables will she use for the most economical network connection?

A bridgenetwork interface cardrepeater connects a computer to a network.
Fiber-opticShielded twisted-pairUnshielded twisted-pair cables are the cheapest option for network connections.

Answers

A hardware component on the computer which will help in network connection is a network interface card.

What is a network interface card?

In Computer technology, a network interface card can be defined as a hardware component installed on a computer system which is used to connect to the Internet or create a network connection.

In this scenario, a hardware component on the computer which will help in network connection is a network interface card, and the cables she would use for the most economical network connection is an unshielded twisted pair cables because it is cheaper than the other types of cables.

Read more on cables here: https://brainly.com/question/25337328

#SPJ1

Answer:

network interface cardunshielded twisted-pair

You work at a computer store and a client approaches you, asking you to recommend a computer that she can buy for her son who wants to use the computer for gaming.
Identify the components to consider and provide examples of certain specifications to each component that would be suitable to work for a gaming computer

Answers

Answer:

Explanation:

Here are the most important specs and details you need to keep your eye on when making a computer purchase.

RAM. RAM is short for Random Access Memory. ...

Processor. ...

Storage. ...

Screen Size. ...

Resolution. ...

Operating system.

During the POST process, the BIOS uses two (2) different ways to notify you of a problem, Error beep codes and error messages, explain how they work.​

Answers

Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer  and error messages are known to be in massage format.

How BIOS report when there's an error?

The BIOS is known to use three methods for reporting errors. They are;

Beep codesError/status codesOnscreen messages

Therefore, one can say that Error beep codes works by giving different kinds of codes as each codes stands to tell the user the issue with the computer  and error messages are known to be in massage format.

Note that A good error message contains the problem identification, reason in details and the  solution if it is known to be possible.

Learn more about BIOS from

https://brainly.com/question/1604274

#SPJ1

Juan plans on using an algorithm to make cookies. What is the step that he should follow immediately after he makes the cookies? A. be sure that he has read the directions properly B. clean everything up C. review his experience D. decide what to bake next

Answers

The step that Juan should follow immediately after he makes the cookies is to review his experience.

What is algorithm?

An algorithm is known to be the way used for handling a problem or carrying out a computation.

Note that The step that Juan should follow immediately after he makes the cookies is to review his experience as he will be able to know if his algorithm  is correct or not.

Learn more about algorithm from

https://brainly.com/question/25978728

#SPJ1

What data type does the in operator return?

Answers

[tex]\huge\red{Hi!}[/tex]

The Operator data type is any expression that is parsed and returns a value, such as tod() , gui() , rtecall() , = (comparison). An operator is a special symbol or function commonly used in expressions.

How can you tell if a website is biased?

Answers

Answer:

the author has not considered other points of view.

CALCULATE THE MISSING VALUE:


1. P=?, I = 2A, E = 12V

2. P=200W, I = 2A, E = ?

3. P= 100W, I = ?, E = 120V

4. P = 1000W,I= 10A, E = ?

5. P=150W, I = ?, E = 120V

6. P=?,I= 3A, E = 15V

7. P=300W, I = ?, E = 100V

8. What unit is to measure power?

9. What unit is to measure voltage?

10. What unit is to measure amperage?.​

Answers

Answer:

See below ~

Explanation:

Relating Power (P), Amperage (I), and Voltage (V) :

Power (P) = Voltage (V) × Amperage (I)

===========================================================

Q1

⇒ P = 2A × 12V

⇒ P = 24W

============================================================

Q2

⇒ 200W = 2A × E

⇒ E = 100V

=============================================================

Q3

⇒ 100W = I × 120V

⇒ I = 5/6

⇒ I = 0.83A

=============================================================

Q4

⇒ 1000W = 10A × E

⇒ E = 100V

=============================================================

Q5

⇒ 150W = I × 120V

⇒ I = 5/4

⇒ I = 1.25A

=============================================================

Q6

⇒ P = 3A × 15V

⇒ P = 45W

===========================================================

Q7

⇒ 300W = I × 100v

⇒ I = 3A

============================================================

Q8

⇒ The unit to measure power is Watt (W)

===========================================================

Q9

⇒ The unit to measure voltage is volt (V)

============================================================

Q10

⇒ The unit to measure amperage is Ampere (A)

Which measure is best to use to avoid outliers from corrupting the average?

Answers

A measure which is best to use to avoid outliers from corrupting the average is: C. mode.

What is an outlier?

An outlier can be defined as a numeral that is either unusually too small or large in comparison with the overall pattern of the numerals contained in a data set.

In Statistics, mode is a measure which is best to use to avoid outliers from corrupting the average because it takes into consideration the most frequently occurring numerals in a data set.

Read more on outlier here: brainly.com/question/10600607

#SPJ1

Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?

The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.

Answers

In this scenario: C. the message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.

What is Microsoft Outlook?

Microsoft Outlook simply refers to an e-mail and task management software application that is designed and developed by Microsoft Inc., so as to avail end users an ability to send electronic messages, schedule and plan their work activities on a timely basis.

Based on the time schedule, what would happen is that: C. the message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.

Read more on Microsoft Outlook here: https://brainly.com/question/1538272

#SPJ1

Question 6 of 10
In which part of the Scratch interface does a programmer combine code
blocks to build the program?
OA. Block palette
OB. Scripts area
OC. Sprite info pane
Stans

Answers

The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.

What is block programming in Scratch?

Scratch is known to be a kind of "block-based" programming language. that uses "blocks" in programming.

Note that The block palette is where a lot of script blocks are found and as such, The part of the Scratch interface does a programmer combine code that blocks to build the program is Block palette.

Learn more about programmer from

https://brainly.com/question/23275071

#SPJ1

Discuss the importance of following a well-integrated change control process on IT projects. What are the consequences that can result from not following the best practices?

Answers

The projects that deal with the information system and the computer technology are called IT projects. To reduce the redundancy rates the change control processes are followed.

What is redundancy?

Redundancy is the state of the dismissal or the unuseful components that are the extra parts of the system and can act as the error. So, to avoid redundancy useful resources should be allocated.

To avoid the error and confusion between the two groups working on the same data. These types of changes are important for projects like small tasks, QC and QA, and for the big project research and development.

Therefore, to reduce the redundancy rate well-integrated changes are adopted.

Learn more about IT projects here:

https://brainly.com/question/15239278

#SPJ1

Regarding k-NN algorithm which of the following statements is true?

Select the best answer

Select one:

A.
KNN could be used for both classification and regression problems


B.
All answers are correct


C.
It makes sense to use KNN, in cases where the data changes frequently and the prediction time is not important


D.
It does not make sense to use very high values of K (number of neighbors)

Answers

Answer:

A

Explanation:

KNN could be used for both classification and regression problems

You work at a computer store and a client approaches you, asking you to recommend a computer that she can buy for her son who wants to use the computer for gaming.
Identify the components to consider and provide examples of certain specifications to each component that would be suitable to work for a gaming computer. Also provide the best type of cooling system.

Answers

A good gaming computer shall have at least an i5 processor with liquid cooling system with a good graphic card to ensure lag-free gaming.

What are the essentials of a good computer?

A good computer shall have all the connectivity options with good features and best-in class performance. Storage capacity should be high. Furthermore, processor shall be of top-notch and latest quality.

Hence, the essential technical specifications of a computer.

Learn more about computers here:

https://brainly.com/question/21080395

#SPJ1

2 what is deep learning?

Answers

Answer:

a type of machine learning based on artificial neural networks in which multiple layers of processing are used to extract progressively higher level features from data.

A Python file that contains variables and functions and can be used in other programs is called a

Answers

Answer:

module

Explanation:

class - something that can be used to create objects

documentation - provides information on the program and how to use it

dictionary - a set of keys and terms that match with keys

Write a function where you are given: a list of numbers "nums", a number to search for "num". Return the index of "num" in the list "nums". If "num" is not found in the list, return -1 instead.

Answers

The program is an illustration of functions; functions are used to represent collection of named statements

The program in Python

The function in Python where comments are used to explain each line is as follows:

#This defines the function

def checkList(nums,num):

   #This checks if num exists in nums

   if num in nums:

       #If yes, this returns the index of num

       return nums.index(num)

   #If otherwise, this returns -1

   return -1

Read more about Python programs at:

https://brainly.com/question/26497128

#SPJ1

As the Data Analyst, you have been named in a lawsuit against the company. Other
emplovees of the company are upset over findings from a recent company network
traffic usage report. Which of the following best describes the reason for this situation?
Capturing video of employees working using a hidden camera
Failure to publish positive comments along with employee complaints.
Publishing an incomplete list of employee suggestions for network improvements.
Failure to keep personal information collected private.

Answers

Publishing an incomplete list of employee suggestions for network improvements.

What is Data Analyst?

A Data Analyst is a professional who gathers and analyzes data across the organization in order to make informed decisions or to assist other team members and leadership in making sound decisions.

You have been named in a lawsuit against the company as the Data Analyst. Other company employees are displeased with the findings of a recent network traffic usage report.

One possible explanation is that an incomplete list of employee suggestions for network improvements was published.

Thus, this can be the reason for the given scenario.

For more details regarding data analyst, visit:

https://brainly.com/question/28893491

#SPJ1


To what extent do preexisting personal biases affect representation in new media

Answers

Answer:

Below

Explanation:

I believe that it's a bit of a case by case scenario. However, personal biases will inevitably show throughout any sort of writing or other presenting within media. That's why you should always be careful about what you read and believe is true

Other Questions
A box contains 50 batteries, of which 10 are dead and 5 are weak. Suppose you select batteries at random from the box and set them aside for recycling if they are dead or weak. If the first battery you select is dead and the second one is weak, what is the probability that the next battery you select will be weak? What does it mean to interpret something? Which of these future technology tools would best help someone with his or her health care if he or she is unable to leave the home? Electronic aspirin Virtual doctor appointments In-home robots Blood pressure machine Activity: Climate-Change EssayHello Teresa,Goal: Write an essay about your opinion on anthropogenic global warming. The paper should be at least three pages long and typed, following MLA format.The following should be included in the essay:Your opinion on global warming and climate change.Scientific studies to support your opinion (Choose specific aspects such as solar maximums, ice-core samples, computer modeling, etc.).At least three sources of scientific studies with notes about who funded and published the research (How does the funding and publishing of the reseDescriptions of potential causes and potential consequences of global warming and climate change.At least five recommendations for the future Would young rocks be found near a volcano? 5+2/4+8can be written in the formwhere r and s are both integers.What are the values of r and s?r-s2/4 the great migration was For his phone service, Chris pays a monthly fee of $25, and he pays an additional $0.06 per minute of use. The least he has been charged in a month is $86.74.What are the possible numbers of minutes he has used his phone in a month?Use M for the number of minutes, and solve your inequality for M. Which statement best describes theruling structure of Ancient Athens?A. A military power headed by a king.B. The earliest form of organized democracy.C. A powerful and expansive empire ruled by a king.Asap asap Early humans were able to move out Asia into North America during an Ice Age because of a land bridge. She should continue to make her point.She should keep her opinions to herself.She should use more respectful language.She should support her opinion with evidence.She should wait to be acknowledged beforespeaking. Prompt: Analyze the political effects of nationalism in the 20th century. If you apply the below transformations to the square root parent function,F(x)=x, what is the equation of the new function? Shift eight units left.. Shift two units down.O A. G(x) = VX- 2 - 8B. G(x)=x-8-2C. G(x)=x+8 - 2OD. G(x)=x-2 +8 proving trigonometric identities2(cosx sinx-sinx cos2x)/sin2x =secx What slope would make the lines parallel Function of jugular veins An automobile manufacturer produces production parts with 98% accuracy. What is the probability that in a production run of 25 parts, at most 2 are found to be defective? Which equation represents an inverse variation?O y = 2xO y= f0 y=45O y = -5x HELP THIS IS URGENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :(((((((((((((((( Calculate the area of land in hectares.Note: 10000m^2 = 1hectaresif the school plan to cultivate plantain at the spacing of 4m * 4m of 80% of the land and pineapple at a spacing of 2m * 2.5m on 20% of the land, Calculate the number of plantain and pineapple planting materials that would be required for the farm. Please help me.