Data type in Programming Language

Data type in Programming Language

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Типы данных

Типы данных

7th Grade

10 Qs

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

python

python

7th Grade

10 Qs

Python - Data Types and Operators

Python - Data Types and Operators

7th Grade

12 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

25Mei2021ASK 2B

25Mei2021ASK 2B

8th Grade

10 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

Data type in Programming Language

Data type in Programming Language

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Rajeswari Sasikumar

Used 18+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

______________________used for words and letters;

must have speech marks / double quotes around the data

String

Integer

Float

Boolean

2.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

_________________ used for whole numbers

Integer

Boolean

String

Float

3.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

_________________ used for decimal number

Integer

Boolean

String

Float

4.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

_________________ used to represent one of two values (True or False)

Integer

Boolean

String

Float

5.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

______________ are a volatile type of storage; this means they should only be used to store information during program execution.

Variable

Constant

6.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

______________ are a non-volatile type of storage, this means they can be hard coded to store information even when a program is not being executed.

Variable

Constant

7.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

Name = "Aisha"

Identify the data type

Integer

Boolean

String

Float

8.

MULTIPLE SELECT QUESTION

5 sec • 1 pt

Name = input(“What is your name”)


Example for which type of data storage

Variable

Constant