Data type in Programming Language

Data type in Programming Language

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Database and DBMS - Test G8

Database and DBMS - Test G8

8th Grade

12 Qs

ASAS SAINS KOMPUTER TING 2 - 3.1 PERSEKITARAN KOD

ASAS SAINS KOMPUTER TING 2 - 3.1 PERSEKITARAN KOD

8th - 10th Grade

11 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

Variables

Variables

5th - 7th Grade

8 Qs

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

Types of Variable

Types of Variable

7th - 8th Grade

10 Qs

QuickCSharpCodeQuiz

QuickCSharpCodeQuiz

8th - 12th Grade

12 Qs

Python 201 Lessons 2&3 Vocab

Python 201 Lessons 2&3 Vocab

6th - 8th Grade

12 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