Intro to Python Project Stem Unit 9 Test

Intro to Python Project Stem Unit 9 Test

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Yellow Belt Level 4

Yellow Belt Level 4

9th - 12th Grade

10 Qs

Intro to Python Project Stem Unit 7 Vocabulary  Test

Intro to Python Project Stem Unit 7 Vocabulary Test

9th - 12th Grade

7 Qs

Vocabulary

Vocabulary

8th - 10th Grade

10 Qs

Intro to Python Project Stem Unit 6 Test

Intro to Python Project Stem Unit 6 Test

9th - 12th Grade

7 Qs

Python Numpy

Python Numpy

12th Grade - University

5 Qs

AUTOCAD COMMANDS - QUIZ 1

AUTOCAD COMMANDS - QUIZ 1

9th Grade

10 Qs

Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

Dasar-dasar Spreadsheet

Dasar-dasar Spreadsheet

11th Grade

10 Qs

Intro to Python Project Stem Unit 9 Test

Intro to Python Project Stem Unit 9 Test

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

Created by

Karen Theodosopoulos

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition: An ordering system in which row address comes first, as opposed to the column.

Column

Nested

Row-major

Column-major

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition: Location of data, organized left to right in an array. Numbering starts at 0.

Row

Global Variable

Column

Row-major

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition: A list with both rows and columns.

Array

Row

Two-dimensional list

Sequence

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition: Location of data, organized top to bottom in an array. Numbering starts at 0.

Cell

Table

Row

Column

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Definition: A variable declared outside of a function, that can be used anywhere in a program.

Hidden variable

Function

Global variable

Parameter