VEX Code Two Dimensional Lists

VEX Code Two Dimensional Lists

9th Grade

5 Qs

quiz-placeholder

Similar activities

Bootstrap lesson 1

Bootstrap lesson 1

6th - 12th Grade

8 Qs

Intro to Python

Intro to Python

9th - 12th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Maths in Python (EduBlocks)

Maths in Python (EduBlocks)

6th - 9th Grade

10 Qs

Usind Spreadsheets Entry 3

Usind Spreadsheets Entry 3

5th - 12th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Pygame кітапханасы

Pygame кітапханасы

9th Grade

10 Qs

snakes [long version]

snakes [long version]

4th - 12th Grade

7 Qs

VEX Code Two Dimensional Lists

VEX Code Two Dimensional Lists

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joan Goldberg

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many rows are in the VEXcode two dimensional list?

4

5

20

Cannot be determined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which (row, col) of the VEXcode two dimensional list = 8?

(5, 3)

(3, 5)

(4, 3)

(3, 4)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many rows are in this python 2 dimensional list?


two_dee = [[1, 2, 3],[4, 5, 6],[7, 8, 9],[10, 11, 12]]

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many columns are in this python 2 dimensional list?


two_dee = [[1, 2, 3],[4, 5, 6],[7, 8, 9],[10, 11, 12]]

1

2

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

For the Python code, what are the values of row and col when the 12 is printed?

row = 4, col = 3

row = 3, col = 2

row = 3, col = 4

row = 2, col = 3