SLR 9 - Advanced Programming Techniques - part one

SLR 9 - Advanced Programming Techniques - part one

10th Grade

10 Qs

quiz-placeholder

Similar activities

Personal Data

Personal Data

9th - 11th Grade

15 Qs

Unit 2 Test Review

Unit 2 Test Review

9th - 12th Grade

15 Qs

GCSE Computing: Lists and Arrays

GCSE Computing: Lists and Arrays

10th - 11th Grade

15 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

11 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Fundamentals of Python

Fundamentals of Python

9th - 12th Grade

13 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

SLR 9 - Advanced Programming Techniques - part one

SLR 9 - Advanced Programming Techniques - part one

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Neil Stephens

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are types of data structures?

Select all that are correct.

Arrays

Lists

Records

Tables

Files

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Here is a Python list

data = ["Computer", "Science", "is", "awesome"]

Which item has an index of 2?

Computer

Science

is

awesome

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Here is a 2-dimensional Python list.

scores = [["Bob", 15] , ["Jane", 32] , ["Dave", 4] , ["Lucy", 19]]

Which data is at index scores[3][1]?

Lucy

19

Dave

4

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To store larger sets of data that multiple users can access, we use a

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To store data from a list into a text file, it will be structured as a ...

record

constant

variable

array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a list and a variable?

The elements in a list can be changed, while a variable cannot.

A list can store multiple items while a variable holds only one.

A list is easier to use than a variable.

A list can only store integers, while a variable can store any data type.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can data be stored when a program is not running?

Lists

Arrays

Variables

Text files

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?