Python Arrays, Special Functions

Python Arrays, Special Functions

University

15 Qs

quiz-placeholder

Similar activities

exception

exception

University

10 Qs

THE_COVER

THE_COVER

University

18 Qs

computer

computer

University

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Java Arrays

Java Arrays

University

10 Qs

Java Static

Java Static

University

10 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Array

Array

University

17 Qs

Python Arrays, Special Functions

Python Arrays, Special Functions

Assessment

Quiz

Computers

University

Medium

Created by

Tinkering Labs

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which brackets are used to denote tuple datatype?

[ ]

( )

{ }

< >

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword is used to denote length of tuples?

length

measure

len

lentype

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is correct out of these?

X=(“Bsc”)

X=(“Bsc”,)

X="Bsc"

X='Bsc'

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output for the following?

print(10+5)

10

5

10+5

15

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output for the given statement?

print(20<5)

True

False

Lesser

Greater

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output for the given statement?

print(10==10)

True

False

Equal

10=10

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Find the output for the given code.

x = pow(4, 3)

print(x)

64

81

12

43

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?