class 12 info

class 12 info

12th Grade

7 Qs

quiz-placeholder

Similar activities

DATAFRAME AND SERIES

DATAFRAME AND SERIES

12th Grade

10 Qs

Python_Quiz

Python_Quiz

12th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Programación de Base de Datos 1I 1

Programación de Base de Datos 1I 1

12th Grade

10 Qs

Find Missing Values in a Data Set

Find Missing Values in a Data Set

12th Grade

7 Qs

Python: Lists, Groups

Python: Lists, Groups

10th - 12th Grade

4 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Bài tập thực hành 1 (tiết 2)

Bài tập thực hành 1 (tiết 2)

12th Grade

10 Qs

class 12 info

class 12 info

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vijayalakshmi Kavoor

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the Data Frame df with column labels Name,Max,Min,Avgmarks

Mr. Kevin need to know the maximum marks, minimum marks and average marks of the student

‘Nihal’ .Identify the correct statement from the options given below:

print(df[df['Name']=='Nihal'])

print(df[df['Name']='Nihal'])

print(df[df. 'Name’=='Nihal'])

print(df['Name']=='Nihal')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What will be the best possible connectivity out of the following, you will suggest to connect the new set up of offices in Bengalore with its London based office.

Satellite Link

Infrared

Ethernet

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Nalanda university is planning to connect its admission office in the closest big city, which is more than 250 km from university, which type of network out of LAN, MAN or WAN will be formed?

LAN

WAN

MAN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select day(curdate());

2021-02-08

8

Monday

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select instr("transaction","ans")+10;

3

Error

13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data and index in an ndarray must be of same length

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which object do you get after reading a csv file with pandas.read_csv() method?

Dataframe

Dictionary

nd array