3rd Quart Exam Robtics & AI Class 10
3rd Quart Exam Robtics & AI Class 10
SECTION – A
(Attempt all questions)
xix) Which python library is widely used for data visualization and plotting?
a) Numpy b) Matplotlib c) Pandas d) Scikit-learn
xx) In ______ the email is received from a forged email address but it
appears to be from some authentic source.
a) Email spoofing b) Email forging c) Email harassing d) Email targeting
vii) What will be the output of the code given below [2]
text = ['Python','Programming']
print (len(text))
viii) What will be the output of the code given below: [2]
my_list = [10,20,30,40,50];
print(“The number is”, my_list[-2])
ix) What will be the value of n after the following code is run? [2]
n = [1,2,3,5]
n[2] = n[2] + 1
Question (3)
Question (4)
Question (5)
i) Write a program in python to count the number of vowels in the given string.
[3]
ii) Write a program in python to find a maximum number among three numbers.
[3]
iii) Write a python program that performs the following operations on a tuple.
[9]
1) Create a tuple with the elements (5,10,15,20,25)
2) Access and print the element at index 2.
3) Convert the tuple into a list.
4) Append the integer 30 to the list.
5) Convert the list back into a tuple.
6) Print the final tuple
Question (7)
i) Explain the use of Tinker cad in designing robotic components. What are the
advantages of visualizing motion using Tinker cad? [3]
ii) List three ethical issues related to cyber security. [3]
iii) Write a python program to accept a number from the user at runtime and
check whether the number is palindrome or not using while loop. [9]
Question (8)
i) Write a program to input a number and print the sum of its digits? [3]
ii) Define the following terms:- [3]
Cyber-crime, Cyber bullying, Malware, Cyberstalking, Ransomware
iii) Describe the process of building a simple wheeled mobile robot and mention
the key components involved. [4]
iv) Explain the following term with example. [5]
String with slicing, Lists and its methods, Tuples & its methods
---END--