Sec A Question Paper
Sec A Question Paper
2. Which of the following is a type of Machine Learning where the model learns from labelled data (input
and output both are provided)?
a) Unsupervised Learning b) Supervised Learning
c) Reinforcement Learning d) Deep Learning
3. In which type of Machine Learning does the model learn by exploring an environment and receiving
feedback through rewards or penalties?
a) Supervised Learning b) Unsupervised Learning
c) Reinforcement Learning d) Transfer Learning
Section B: Python
8. Which of the following Python functions is used to take input from the user?
a) input() b) get() c) scan() d) read()
10. What is the default data type of a value assigned to a variable in Python?
a) Integer b) Float c) String d) List
13. What is the data type of the variable “x” in the following code?
Code:
x = True
a) Integer b) String c) Float d) Boolean
a) 22 b) 2 c) 4 d) 0
a) Correct b) Incorrect
a) Correct b) Incorrect