Lists and operators

Lists and operators

Professional Development

15 Qs

quiz-placeholder

Similar activities

DRRM Basics

DRRM Basics

Professional Development

18 Qs

Food Safety

Food Safety

University - Professional Development

10 Qs

SpaceX

SpaceX

3rd Grade - Professional Development

10 Qs

SERA Day 2022

SERA Day 2022

Professional Development

17 Qs

Washing Machine Post CT Test

Washing Machine Post CT Test

Professional Development

20 Qs

chicken

chicken

Professional Development

12 Qs

Classify the ledger accounts

Classify the ledger accounts

Professional Development

14 Qs

rubiks cube quiz

rubiks cube quiz

KG - Professional Development

13 Qs

Lists and operators

Lists and operators

Assessment

Quiz

Other

Professional Development

Hard

Created by

Aparna Gadepalli

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Logical AND operator returns true if?

Both operands are true

Either operand is true

Both operands are false

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators checks for the equality of two operands

=

==

Both

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operands of the logic operator must be of which type?

Numeric

Boolean

String

All of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code?

nums = list({1:'one',2:'two'})

print(nums)

Syntax error

[1,2]

['one','two']

Runtime error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid list object?

list(“Hello”)

[10, 1.235+5j, ‘python’]

[(1,2), (3,4)]

All are valid

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The list.pop() function wil'

Remove first element from the list

Remove last element from the list

  Add an element to the list

Will delete the list

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code?

    x = x[x for x in range of 10 if x<5]

print (x)

[1,2,3,4,5]

[]

[5,6,7,8,9]

[0,1,2,3,4]

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?