Getting to know Python Programming  :Quiz

Getting to know Python Programming :Quiz

8th - 12th Grade

56 Qs

quiz-placeholder

Similar activities

Computer Parts

Computer Parts

9th Grade

55 Qs

Y8 Mid Year Test

Y8 Mid Year Test

8th Grade

54 Qs

Computer Science Essentials Semester Exam 2021

Computer Science Essentials Semester Exam 2021

9th - 12th Grade

60 Qs

Part 1 Final Tech Exam

Part 1 Final Tech Exam

8th - 12th Grade

60 Qs

Y8 Term 3 Python recap

Y8 Term 3 Python recap

8th Grade

60 Qs

Python Quiz

Python Quiz

10th Grade

56 Qs

AQA GCSE Algorithms

AQA GCSE Algorithms

9th - 11th Grade

60 Qs

Term 3 Mid-Term Quiz

Term 3 Mid-Term Quiz

6th - 12th Grade

60 Qs

Getting to know Python Programming  :Quiz

Getting to know Python Programming :Quiz

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Created by

Harkiran Panesar

Used 7+ times

FREE Resource

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' STRING data type' can be defined as...?
holds alphanumeric text
hold whole numbers
holds numbers with a decimal point
holds either a true or false value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' INTEGER data type' can be defined as...?
holds alphanumeric data as text
holds whole numbers
holds numbers with a decimal point
holds either ‘true’ or ‘false’

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' FLOAT data type' can be defined as...?
holds alphanumerical data

holds whole numbers

holds a decimal point in a number

hold either true or false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Challenge Question

In python the ' BOOLEAN data type' can be defined as...?

holds alphanumerical data

holds whole numbers

holds a number with a decimal point

holds either true or false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition for a VARIABLE?
a changeable value, such as a score in a computer game.
a value that cannot be changed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would be used for storing someone's telephone numbers?

Float (using a decimal point)

Integer (just whole numbers)

String (alphanumerical data)

Boolean (true or false)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we needed to store information such as a POSTCODE in PYTHON, what data type would we use?

String (alphanumerical)

Float (decimal point)

Boolean (true or false)

Integer (Whole numbers)

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?

Discover more resources for Computers