How are mathematics and computer science similar? Discuss any connections between numbers, logic, and other elements.

Answers

Answer 1

Answer:

Explanation:

Both mathematics and computer science use variables and logic in order to analyze, explain, and model real-world problems. Also mathematics is a very important part of computer science as the logic and algorithms in computer science require mathematics in order to device systems to solve these problems. For example, data structures in computer science require lots of linear algebra in order to traverse large data collections efficiently, while Artificial Intelligence would need calculus and linear algebra in order for it to be efficient.


Related Questions

Which of the following is an example of a trade journal?

A.
Sports Illustrated

B.
Sports Business Weekly

C.
Tik Tok

D.
The New York Times

Answers

Answer:

since d is incorrect as you said the answer is b then Sports Business Weekly

Which statement below returns 'soccer'?
sports = [2: football', 3:'soccer', 4:'volleyball', 5:'softball'}

• sports.find(soccer')
• sports[3]
• sports(3)
• sports.get(2)

Answers

Answer:

The answer is the second option.

sports = {2: 'football', 3:'soccer', 4:'volleyball', 5:'softball'};

console.log(sports[3]);

will output:

soccer

Explanation:

There were several syntax errors in the code (assuming it is javascript):

- Text strings must be enclosed in single or double quotes.

- sports is an object, not an array, so it should have { } and not [ ]

8.6 Code Practice: Question 2
Copy and paste your code from the previous code practice. If you did not successfully complete it yet, please do that first before completing this code practice.

After your program has prompted the user for how many values should be in the array, generated those values, and printed the whole list, create and call a new function named sumArray. In this method, accept the array as the parameter. Inside, you should sum together all values and then return that value back to the original method call. Finally, print that sum of values.

Answers

Answer:

import random

def buildArray():

   amount = int(input("How many values to add to the array: "))

   array = []

   for i in range(amount):

       array.append(random.randint(10, 99))  

   return array

array = buildArray()

print(array)

def sumArray(array):

   return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

Explanation:

this gave me 80%

In this exercise we have to use the knowledge of computational language in python to write the code.

We have the code in the attached image.

The code in python can be found as:

import random

def buildArray():

  amount = int(input("How many values to add to the array: "))

  array = []

  for i in range(amount):

      array.append(random.randint(10, 99))  

  return array

array = buildArray()

print(array)

def sumArray(array):

  return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

See more about python at brainly.com/question/26104476

how do you hack someone's wifi. (Hacker needed)​

Answers

Answer:

Ask God he knows all

Explanation:

what is the best free website to learn phyton programming

Answers

That is something you should may research on with yourself! Don’t accept a link
From strangers it’s preferred to find one that best suits you!

PLEASEEE HELPPP im gonna cry
What’s the name for the array of buttons that provides quick access to commonly used commands?

A.
menu bar
B.
toolbar
C.
ruler
D.
scroll bar

Answers

Your answer is:

B. toolbar

Answer:

B) Toolbar

_______________

conceited or self confident? why?

Answers

Answer:

self confident

Explanation:

self confident mean that u don't lose your hope and you can focus on your aim then u cann be success in any field

Answer: self confident because you should always love yourself and not need other people option or attention to motivate yourself

Explanation:

what is the fullform of COMPUTER?​

Answers

Answer:

COMPUTER stands for Common Operating Machine Purposely Used for Technological and Educational Research

Explanation:

Select the effective subject lines.


Timecard Machine Relocated

This Message Contains Some Important New Information About Company Operations

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed

Test Results Attached

New Expense Reporting Procedures

Servers

IT Department Closed for Server Maintenance

Answers

Answer:

dont click the link

Explanation:

Answer:

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed  

Servers

 

This Message Contains Some Important New Information About Company Operations

Explanation:

i did this on edge 2021 there is a quizlet with most of the questions

The intersection of column D and row 6 is a cell with a cell address of
Select one:
a. D:6
b. D6
c. 6:D
d. 6D

Answers

Answer:

C. 6:D

Explanation:

Answer:

6:D

Explanation:

This works for plato but as for any other testing site I am unaware of.

Every single device can be connected to every other device on network, making the network mesh. This statement is True or False? *
1 point
True
False​

Answers

Answer:

true

Explanation:

we can connect to any device which has a network connection

Join for a pack battle loud microphone.

Answers

you look like the battle passss

1. Harold Worden, then 56-years-old, stole Kodak property
that was worth millions of dollars. He had worked for
Kodak for over 30 years and did not return confidential
documentation when he left the company in 1992.
He attempted to try and sell his ill-gotten gains to Kodak's
competitors while trying to start his own consulting firm.

The following scenario is an example of?​

Answers

Answer:

Industrial espionage

Explanation:

Espionage is defined as the act of spying or the use of spies to acquire information on the activities and plans of a government of another country or those of a company in a competitive market

It is the practice of obtaining confidential or secret information and can be considered a felony depending on the case circumstances and the manner of damages caused by the act which is provable and made by the claimant

Industrial espionage is also known as economic espionage

Write a python program to print numbers from 100 to 50 using for loop.
I NEED THIS URGENT PLEASE

Answers

Answer:

i = 100

for i in range 50

print(i--)

Explanation:

prints down from 100 to 50, i is printed then decremented.

what are the uses of plotters​

Answers

Answer:

Plotters are use to produce the hard copy of schematics and other similar applications They are mainly used for CAE applications.They can print on a wide variety of flat materials

Hope it helps :)❤

Answer:

 Plotters are used to print graphical output on paper. It interprets computer commands and makes line drawings on paper using multicolored automated pens. It is capable of producing graphs, drawings....

Which hexadecimal number is equivalent to the decimal number 11?

A.
1A
B.
1B
C.
A
D.
B

Answers

Answer:

B

Explanation:

11 in Decimal converts to B in Hexidecimal

HELP FAST PLS
Do you care more about avoiding fees/costs, accumulating perks, convenience, etc?

Answers

Answer: Convenience

Explanation:

good job

Explanation:

i just need points but i need the answer too

computational thinking is define as​

Answers

Answer:

In education, computational thinking is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.

Explanation:

Im just so smart. Just dont look at Wikipedia

Please help! No one is answering these correctly!
A gateway is a common network hardware component that does what?
enables a network to connect to other networks
verifies user credentials to grant network access
connects many devices to a network using a single port
allows specific kinds of data into different parts of a network
What is the best way to prevent the most common cause of network failure?
Avoid using USB cables for connecting devices.
Maintain careful records of networked devices.
Use up-to-date antiviral software to protect computers.
Upgrade routers and servers annually.

Answers

Answer:

it is either c or d

I'm 99.5% sure it is C tho

Which sentence best justifies the benefits of using enterprise systems?


Early systems (in the 1960s) focused on the automation of individual functions, such as financial accounting and inventory management, primarily in the manufacturing industry. In the 1970s, the systems allowed planning of product requirements. Resource planning then began, which included not just shop floor planning but finance, engineering, human resources, distribution, and project management planning activities as well.

We now use enterprise systems that integrate all functions, including inventory control, accounting, and human resources. These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency. Extended ERP systems include CRM, SCM, and advanced planning and scheduling. New systems include capabilities for business intelligence and cloud-based computing.

Answers

The first sentence is true

Answer:

These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency.

Explanation:

PLEASE HELPPPPPPP What should you always disconnect before installing hardware inside a computer’s case?

A.
all cabling
B.
all internal components
C.
the CPU
D.
the internal DVD drive

Answers

Answer:

a) all cabling hope it helps

Help Please! Computer science question !!!!!!!!!!20 points!!!

Answers

Answer:

45 abc

Explanation:

name the statement which is used at end of each case from computer subject

(plz answer fast and correct i will mark as brainlist ......)​

Answers

Answer:

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out.[1] A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g., expressions).

Many programming languages (e.g. Ada, Algol 60, C, Java, Pascal) make a distinction between statements and definitions/declarations. A definition or declaration specifies the data on which a program is to operate, while a statement specifies the actions to be taken with that data.

Statements which cannot contain other statements are simple; those which can contain other statements are compound.[2]

The appearance of a statement (and indeed a program) is determined by its syntax or grammar. The meaning of a statement is determined by its semantics.

Use the drop-down tool to select the word or phrase that completes each sentence. Text within a document that is linked to other information available to the reader is called _______. A unique location for a computer on the network is its _______. The ________ is the ability of a network tor cover after any type of failure. The computer that responds to requests from the client computer is known as the ________. A ________ is an ordered list of tasks waiting to be performed.

Answers

Answer:

1. Hyperlink

2. IP address

3. Fault tolerance

4. Server

5. To do list

Explanation:

Text within a document that is linked to other information available to the reader is called HYPERLINK.

A unique location for a computer on the network is its IP ADDRESS.

The FAULT TOLERANCE is the ability of a network to cover after any type of failure.

The computer that responds to requests from the client computer is known as the SERVER.

A TO-DO LIST is an ordered list of tasks waiting to be performed.

Answer:

hypertext

IP address

fault tolerance

server

queue

Explanation:

just did it on edg

Does a Laser Printer use its beam to attach dry powdered ink to a sheet of paper?​

Answers

Answer: A laser printer is different only in terms of ink heads. Hile Traditional Printers use physical contact to embed ink onto the paper laser jets use laser beams with inks to forms impressions into papers. They require no special paper to print. So probably not.

PLEASE HELP EVERYTIME I POST NO ONE ANSWERS Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of SUM to calculate the total. Which error would the spreadsheet have thrown up?


A.

#REF

B.

#VALUE

C.

#NAME

D.

#DIV/0!

E.

#####

Answers

Answer:

we both struggling LOLLL ive redone that mastery test 11 times and finally got it, its #NAME

Explanation:

Every time the variable mentioned in the formula is incorrect, Excel displays a Value error. As you can see in the figure below, there is a #VALUE! Error since cell A4 in the formula has text whereas the other 3 cells contain numerical values. Thus, option B is correct.

What error would the spreadsheet have thrown up?

Choose the worksheet you want to review for mistakes. If the worksheet was manually calculated, use F9 to run a new computation.Click the Formulas tab > Formula Auditing > Error Checking button if the Error Checking dialogue is not visible.

The most typical type of Excel error is this one. You will notice this error on the screen if the cell's value is empty or if the number inside the cell is split by zero.

Therefore,  For instance, You can see how DIV was used in the formula bar here.

Learn more about spreadsheet here:

https://brainly.com/question/8284022

#SPJ2

In a single file, you wrote a bike class and used this line of code in the program.
bike A = bike('Acme', 111)
Which statement is true about the code in your file?
O The code to define your class (beginning with "class bike") must come after the line "bike A = bike('Acme' 111)."
The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") cannot be in the same file as the line "bike A = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") can come either before or after the line "bike A = bike('Acme' 111)."

Answers

Answer:

Explanation:

Based on the available options the one that would be correct would be that the code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)." This is because the line of code declaring the object and initializing it needs to be able to grab the information of the class that it is creating an object of. To do this, the class would need to have already been compiled by the program. It is good practice to have each class definitions as its own separate files but this is not a necessity.

Answer: The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme',111)."

Explanation:

Edge 2022 Correct

In a well-developed paragraph - using domain-specific vocabulary and academic writing - address the following writing prompt:
Explain the concepts of GIGO—garbage in, garbage out. Why do you think it’s a helpful concept in coding? How do you think it can be a helpful concept outside of coding?

Answers

Answer:

GIGO is a computer science acronym that implies bad input will result in bad output. Good programming practice dictates that functions should check for valid input before processing it. ... A well-written program will avoid producing garbage by not accepting it in the first place.

Explanation:

What is the 1st operation that is calculated in a formula?

Answers

Answer:

i think the second one

RESEARCH TITLE FOR CSS

Answers

Explanation:

sksmsskdkdkdkdkkkkdkdkdkdkfkfkfkfkkfkggkhkkkkkbkjvk

Other Questions
There is two pictures what is the central idea of this passage please help!!! What are things that tend to gain electrons and become negative in your own words, what was the red scare? what is the temperature halfway between 20 degrees and -10 degrees? Which of the following is not a role for protein in the body. acool the body bkeep skin, hair, and nails healthy cbuild muscle dtransport oxygen The risk factors for developing cardiovascular disease include being inactive, having a diet of high fat and high salt foods, developing high levels of LDL cholesterol, smoking, drinking alcohol, having a high ratio of body fat to other body tissue, and having Type II diabetes. How much control do you have over these factors? How much responsibility should be placed on individuals who develop cardiovascular disease due to these factors? Half life can be used to solve for the amount (A) of a substance left after t time by using the following equation:A=Av(0)(12)^(t/h)If the half life of a substance is 2 days, how long will it take for 100 mg of this substance to decay to 12.5 mg?Select one:A. 10 daysB. 4 daysC. 8 daysD. 6 days Joey went to the county fair last weekend. When he got there, he had to walk 1/2 of a mile from the car to the entrance. Then he walked 11/16 of a mile to the carnival rides and 1/2 of a mile from the carnival rides to the farm animal show. Next, he walked 3/4 of a mile back to the car. How many miles did Joey walk in all? 2 Write the comparative form of the adjectives inyour notebook.1 tall6 hot2 deep3 wide8 happy4 large9 good5 wet10 bad7 easyKiedy porwnujemy ze sob rzeczy lubosoby, uywamy sowa than (ni).Jim is younger than Chris. If n+1 integers are chosen from the set1,2,3,,2n,where n is a positive integer, must at least one of them be even? Why? 1) Veja o calendrio de plantio e colheita do Arroz na regio Centro-Oeste do Brasil . * What is the area of the rhombus shown below? Which of the following best exemplifies the idea of genes "driving their own selection"? Write advantage and disadvantage of spiritual friend? 2Na + 2H20 2NaOH+H2How many Liters of water are needed if 3.7 moles of Hydrogen are available? The coordinates of the points below represent the vertices of a rectangle.P : (2,2)Q : (6,2)R : (6,5)S : (2,5)What is the perimeter, in units, of rectangle PQRS?A: 8B: 12C: 14D: 16 In the space provided, type the spelling words that are homophones.Word Bank:belowbiologycarelesscrumbdominanteveryfriendshiphardshiplightsunshinethronethrownuponwrite Tambe Electric entered into a written agreement with Home Depot to provide copper wire to Tambe at a price set forth in the writing, and allowed the contractor the option of paying for the wire over a period of time. Tambe later tried to purchase such wire on a payment plan but Home Depot refused. As Home Depot did not fulfill this written agreement, Tambe sued for $68,000, the additional cost it had to subsequently pay to obtain copper wire for its work. Home Depot defended that it had made an oral condition precedent requiring payment in full by Tambe at the time it accepted the price quote in the written agreement. The result is that:_________ 1% of what number is 10? what is eighty one raised to the - 3/4 power