Lesson 21- Matrix manipulation

Lesson 21- Matrix manipulation

5th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Javascript-react-redux

Javascript-react-redux

1st - 5th Grade

15 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

Lesson 25 - datetime module

Lesson 25 - datetime module

5th - 8th Grade

10 Qs

Logic Building in Java Part 1

Logic Building in Java Part 1

6th - 9th Grade

10 Qs

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Pertumbuhan Ekonomi

Pertumbuhan Ekonomi

1st - 10th Grade

10 Qs

ABC of Arduino Quiz 4

ABC of Arduino Quiz 4

2nd - 8th Grade

10 Qs

Lesson 21- Matrix manipulation

Lesson 21- Matrix manipulation

Assessment

Quiz

Professional Development, Education

5th - 8th Grade

Hard

Created by

NotchUp .co

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following program ?

x=[[1,2,3],[4,5,6],[7,8,9]]

print(x[0][2])

5

4

3

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times the ‘hii’ will be printed ?

2

12

1

nothing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program ?

{}

{1,2,3}

{1,2,3,4}

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following program ?

{1,4}

{2,5,3,2}

{1,2,3,4}

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code ?

{10,20,30,40}

{20,30}

{2,3,4}

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of following code ?

s={1,2,3,4,5,2,4,1}

t=tuple(s)

print(t)

[1,2,3,4,5,2,4,1]

(1,2,3,4,5,2,4,1)

{1,2,4}

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you change the elements of the tuple ?

yes

no

can't say

may or may not be

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?