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

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

7th - 9th Grade

10 Qs

Avaliação 9ºs PC

Avaliação 9ºs PC

10th Grade

10 Qs

Intro to MOffc Excel 2016 Unit 3 (icev)

Intro to MOffc Excel 2016 Unit 3 (icev)

9th - 12th Grade

10 Qs

информатика 10 нұсқа

информатика 10 нұсқа

11th Grade

6 Qs

Lesson 4 Worksheet Formatting

Lesson 4 Worksheet Formatting

6th Grade - University

10 Qs

Manufacturing of Brickcs & Categories of Bricks

Manufacturing of Brickcs & Categories of Bricks

12th Grade - University

10 Qs

11 Construction Bricklaying

11 Construction Bricklaying

11th Grade

10 Qs

Google Sheets

Google Sheets

KG - Professional Development

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