Programming Data Types

Programming Data Types

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

3TDS - Programação Backend - Recuperação 1

3TDS - Programação Backend - Recuperação 1

12th Grade

10 Qs

EXCEL

EXCEL

9th - 12th Grade

10 Qs

Pre-Test Vlookup Hlookup IF

Pre-Test Vlookup Hlookup IF

10th Grade

10 Qs

7.3.3 Console Input & Output

7.3.3 Console Input & Output

10th Grade

11 Qs

Data Structures Quiz

Data Structures Quiz

9th - 12th Grade

14 Qs

Asesmen Algoritma dan Pemogramanan

Asesmen Algoritma dan Pemogramanan

11th Grade

10 Qs

Excel - Games R Us Lesoon

Excel - Games R Us Lesoon

9th Grade

10 Qs

Sumatif Array

Sumatif Array

11th Grade

10 Qs

Programming Data Types

Programming Data Types

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Derek DeMers

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ______ is a data type that can be changed.

Variable

Constant

Function

Coefficient

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the most descriptive way to name a variable?

high_score

a

a1

x

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ______ is a fixed value.

Variable

Constant

Function

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ______ is a subset of instructions which carry out an operation.

Variable

Constant

Function

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ______ is a single collection of distinct values that can be referenced one value at a time.

Variable

Constant

Function

Array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the values in an array known as?

Elements

Symbols

Types

Terms

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first index of an array?

0

1

a

a1

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array known as in Python?

Group

List

Collection

Series

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are containers that refer to each element as words instead of numbers referred to as in Python?

Dictionaries

Lists

Tuples

Sets