Data type in Programming Language

Data type in Programming Language

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Homework 4- Data Types and Selection

Homework 4- Data Types and Selection

8th Grade

10 Qs

JavaScript

JavaScript

7th Grade

10 Qs

PBD SK T4 - 1.3 Pemboleh Ubah, Pemalar dan Jenis Data

PBD SK T4 - 1.3 Pemboleh Ubah, Pemalar dan Jenis Data

1st Grade - Professional Development

6 Qs

Типы данных

Типы данных

7th Grade

10 Qs

25Mei2021ASK 2B

25Mei2021ASK 2B

8th Grade

10 Qs

Computational Thinking Quiz

Computational Thinking Quiz

7th Grade

10 Qs

Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

Python L3 Data Types

Python L3 Data Types

6th - 8th Grade

11 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