Python Basics for Grade 12

Python Basics for Grade 12

Assessment

Flashcard

Other

12th Grade

Easy

Created by

K vijina

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

36 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Python

Back

High-level programming language

2.

FLASHCARD QUESTION

Front

Syntax

Back

Rules for writing code

3.

FLASHCARD QUESTION

Front

Variable

Back

Stores data value

a=8

a is the variable store the value 8.

4.

FLASHCARD QUESTION

Front

Data Type

Back

Type of data

Eg- String,int,float,tuple,list,set...

5.

FLASHCARD QUESTION

Front

List

Back

  1. Ordered collection of items

2. Lists are mutable(can be modified).

3.Lists consume more memory

4.

Lists have several built-in methods.

6.

FLASHCARD QUESTION

Front

Tuple

Back

1.Tuples are immutable(cannot be modified).

2.Tuples consumes less memory

3.Tuples have fewer built-in methods.

7.

FLASHCARD QUESTION

Front

Dictionary

Back

1.used to store data values in key:value pairs.

2.written with curly brackets

3.Dictionary items are ordered, changeable, and do not allow duplicates.

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?