Data handling

Data handling

11th Grade

17 Qs

quiz-placeholder

Similar activities

Gateway Level 3 Python Quiz 2

Gateway Level 3 Python Quiz 2

9th - 12th Grade

20 Qs

Big Idea 1: Creative Development

Big Idea 1: Creative Development

9th - 11th Grade

14 Qs

AP Computer Science Review

AP Computer Science Review

10th - 12th Grade

15 Qs

AP Computer Science A

AP Computer Science A

10th - 12th Grade

15 Qs

Computer Science Review

Computer Science Review

10th - 12th Grade

15 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Coding Test Review

Coding Test Review

9th - 12th Grade

21 Qs

Python-list

Python-list

9th - 12th Grade

21 Qs

Data handling

Data handling

Assessment

Quiz

Computers

11th Grade

Medium

Created by

vishnupriya vishnupriya

Used 11+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 1. In the Python statement x=a+5-b: a and b are

Operands

Operators

Expression

Equation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 2. What will be the result of the expression 'a' and "

'a'

"

1

0

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the mutable data types.

List

Dictionaries

Integer

String

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What is the output of the following code?

r=2.5+3.9j

print(r.imag)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the numeric data types Python Provides.

Integer , Strings

Signed Integers, Boolean, Floating Point numbers, Complex Numbers

Integers, Complex Numbers

Strings, Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the position of the name "Robert" in the following list:
0
1
2
3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct output out of the following:

str1 = 'Welcome'

print(str1[4])

W

m

c

o

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?