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

Vectores VB.NET

Vectores VB.NET

11th - 12th Grade

10 Qs

Arduino examen

Arduino examen

12th Grade

10 Qs

Quiz 10° Conceptos Informática

Quiz 10° Conceptos Informática

10th Grade

10 Qs

P2 - 11° - Examen Final

P2 - 11° - Examen Final

10th Grade

10 Qs

Quiz: Electric Charge

Quiz: Electric Charge

12th Grade - University

10 Qs

Konsep kelas dan objek

Konsep kelas dan objek

9th - 12th Grade

10 Qs

Algoritmos y Programación

Algoritmos y Programación

7th Grade - University

10 Qs

Technolgy

Technolgy

7th - 9th 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

Practice Problem

Medium

Created by

Karen Theodosopoulos

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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