Data handling

Data handling

11th Grade

17 Qs

quiz-placeholder

Similar activities

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

AP Computer Science

AP Computer Science

10th - 12th Grade

15 Qs

AP CSA Classes

AP CSA Classes

10th - 12th Grade

15 Qs

A/P Computer Science

A/P Computer Science

10th - 12th Grade

15 Qs

Project Stem Python Fundamentals

Project Stem Python Fundamentals

10th - 12th Grade

19 Qs

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

Practice for CPA JavaScript quiz #4

Practice for CPA JavaScript quiz #4

9th - 12th Grade

15 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?