Answer:python
Explanation:
it’s a good coding program
Answer:
The Python code is given below
Explanation:
# Get our input from the command line
import sys
N = int(sys.argv[2])
# Convert the list of strings into integers
numbers= []
for i in sys.argv[1].split(","):
if(i.isdigit()):
numbers.append(int(i))
# numbers now contains the list of integers
f = False
#Use for loop upto len(numbers)
for i in range(0,len(numbers)):
#Use "if" loop to check
if numbers[i] == N:
#Assign "True" to "f"
f = True
#Display "i"
print(i)
break
#Check "if" loop by assigning "false" to "f"
if f==False:
#Print "-1"
print("-1")
Answer:
a. Gesture-based interaction
Explanation:
Artificial intelligence (AI) also known as machine learning can be defined as a branch of computer science which typically involves the process of using algorithms to build a smart computer-controlled robot or machine that is capable of performing tasks that are exclusively designed to be performed by humans or with human intelligence.
Artificial intelligence (AI) provides smarter results and performs related tasks excellently when compared with applications that are built using conventional programming.
Gesture-based interaction is typically used for input commands and uses a mathematical interpretation of human motion. For example, a door that automatically opens when a person pass
Answer: UPS
Explanation:
The redundancy effort that should be put in place to ensure the data remains available is the Uninterruptible Power Supply(UPS).
Uninterruptible Power Supply (UPS) is necessary in the provision of battery backup power when there's drop or stoppage in the flow of electricity. With regards to the question, it'll ensure that data is not lost at the system level in the event of a blackout.
I dont know what exact answer youre looking for because you didnt provide options but..
"A spreadsheet<span> is </span>a sheet<span> of paper that shows accounting or other data in rows and columns; </span>a spreadsheet<span> is also a </span>computer<span> application </span>program<span> that simulates a physical </span>spreadsheet<span> by capturing, displaying, and manipulating data arranged in rows and columns."</span>