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

Python Numpy

Python Numpy

12th Grade - University

5 Qs

JavaScript Arrays Quiz

JavaScript Arrays Quiz

10th Grade

10 Qs

WEEK 1 1ST QUARTER TLE EIM G9

WEEK 1 1ST QUARTER TLE EIM G9

9th Grade

10 Qs

Ergonomics

Ergonomics

8th - 10th Grade

10 Qs

Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

Dasar-dasar Spreadsheet

Dasar-dasar Spreadsheet

11th Grade

10 Qs

Les Sigles informatiques

Les Sigles informatiques

1st - 12th Grade

10 Qs

PILAS Y COLAS EN C#

PILAS Y COLAS EN C#

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