CUET-UG SERIES
Computer-science

Input Output Devices

2 previous year questions.

Volume: 2 Ques
Yield: Medium

High-Yield Trend

2
2023

Chapter Questions
2 MCQs

01
PYQ 2023
medium
computer-science ID: cuet-ug-
srAsrB=srA[0:3] - srB['a':'c']
As per the above statement, what are the values of objects srAsrB. Choose correct output-
1
a20
b30
c40
2
a30
b40
c30
3
a40
b100
c40
4
a80
b110
c20
02
PYQ 2023
medium
computer-science ID: cuet-ug-
The purpose of attribute dataframe.dtypes is :
1
To display data type of each column in the dataframe.
2
To display a tuple representing the dimensionality of the dataframe.
3
To display the first n rows in the dataframe.
4
To display the last n rows in the dataframe.