Answer:
its option b encryption software
Explanation:
Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen. 'Strong' AI is usually labelled as AGI (Artificial General Intelligence) while attempts to emulate 'natural' intelligence have been called ABI (Artificial Biological Intelligence). Leading AI textbooks define the field as the study of "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of successfully achieving its goals.[3] Colloquially, the term "artificial intelligence" is often used to describe machines (or computers) that mimic "cognitive" functions that humans associate with the human mind, such as "learning" and "problem solving".
your one output statement should occupy two lines in your program
Answer:Use \n in your print function after text to keep writing in the next line
Explanation:
For example,
print("first line \n second line")
output would be:
first line
second line
Ethan entered a long column of numbers into a spreadsheet and noticed that he accidentally entered the data into the column D when it should have been in column E . What is the fastest way for Ethan to make this correction
Answer:
Ethan should cut the data entered mistakenly in D column and paste it in column E. There are also other ways that he could do it. He should undo the operation of entering the data in the wrong column but it will require a step for entering data in the correct column E.
Explanation:
Got an A the same answer as above but just editedThe incorrectly entered data in column D in the spreadsheet should be copied by Ethan and pasted in column E. He might also accomplish it in other ways. He has to reverse the action of entering the data in the incorrect column.
What is the spreadsheet?A spreadsheet is a computer programme for organising, calculating, and storing data in tabular form. Spreadsheets were created as digital counterparts to traditional paper accounting spreadsheets.
The mistake of entering the data in the wrong column must be undone. A spreadsheet is a piece of software that can store, display, and edit data that has been organised into rows and columns.
Therefore, The data entered into a table's cells is what the programme uses to run.
Learn more about the spreadsheet, refer to:
https://brainly.com/question/8284022
#SPJ5
“The Third Platform” is a new operating system that combines mobile computing, cloud services, and social networking.
True
False
Answer:
The given statement is "True". A further explanation is given below.
Explanation:
This same Third Platform seems to be a software development phrase invented by IDC which always differentiates the mobile broadband, cultural, fog computing as well as Data Analytics IT ecosystem from previous generations of computer technology. The transformation including its Third Platform had already helped lead hardware & system companies to transform everyone's marketing strategies to integrate themselves extra carefully with either the requirements and wants of consumers initially, followed by improvements for businesses.Answer:
true
Explanation:
In which of the following situations would parallel systems MOST likely be used to help analyze data?
A. Data analysis involving two or more columns of data
B. Data analysis involving both string and numeric data
C. Data analysis involving large datasets
D. Data analysis that could result in two or more different types of visualizations
Answer:c
Explanation: big data
The wrong choice description can be defined as follows:
In option A and Option B both are wrong because it doesn't include data columns and string and numeric value.In Option D it is wrong because it not used in visualization.Learn more:
brainly.com/question/14843342
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
23 24
Computing
L2 - Review the sentences below and fill in the blanks using the
list of words provided.
To connect together different devices, you need cables. The cables carry the messages sent between machines
communicating with one another. The most common type are called 'Ethernet cables'. The cable is made up of a
number of copper wires and has the ability to send data in_both directions.
A
connects a number of computers together within the same room or building. This means that each computer
does not need to have its own dedicated connection to every other computer in a network, which reduces the
number of needed.
A is often described as a powerful computer that provides services. One example of a service that it can
provide is shared access to such as text, images, sound, or
List of words: cables, server, files, video, hub, both
11
Click to add speaker notes
Answer: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Explanation: x1
One easy way to tell if a cell contains a formula instead of data is to click on the cell and look at the formula bar to
see if it
A. contains a number.
B.contains any parentheses.
C.begins with an equal sign.
D.begins with an operator.
Answer:
C.. begins with an equal sign.
Explanation:
EDGE2021
The visitor's age is stored in the variable age, the day of the week is stored in a variable day, and the price in dollars is stored in the variable price. Which piece of code will correctly decide the price for each ticket.
Answer:
If a museum charges different prices based on the day of the week and age of the visitor. The pricing rules are shown below.
- On Tuesday and Thursday children 10 and under get in free ($ 0).
- For all other days and ages the cost is ten dollars ($ 10).
The code in python is;
if (day == 'Tuesday' or day == 'Thursday') and age <= 10:
price = 0
else:
price = 10
Explanation:
The logic of the algorithm suggests that that the conditional if-statement assigns zero to the price variable if the day variable is either Tuesday or Thursday and the child's age is 10 or below but assigns 10 to the price variable if the condition is not met.
what are 3 most common Operating systems
Answer: Microsoft Windows, Mac OS X, and Linux
Explanation:
Is this the answer you want or is it something else?
Answer:
Microsoft Windows, MacOS, Linux
Explanation:
These are the most common types.
2x=y t-09 3xX=v 8x0=?+ 87-6x5=
Answer:
6
x
3
+x
2
+2x
Explanation: