data structure

data structure

11th Grade

7 Qs

quiz-placeholder

Similar activities

Year 5 - 1.2 Using operators

Year 5 - 1.2 Using operators

5th Grade - University

12 Qs

GCSE Computing: 2.2 Data Structures #1

GCSE Computing: 2.2 Data Structures #1

10th - 11th Grade

10 Qs

Considerations for Algorithms and Programs

Considerations for Algorithms and Programs

9th - 12th Grade

8 Qs

Data Structures

Data Structures

9th - 12th Grade

10 Qs

Two-Dimensional Array

Two-Dimensional Array

9th - 12th Grade

12 Qs

45. Programming 1 : Data Types and Casting

45. Programming 1 : Data Types and Casting

9th - 12th Grade

11 Qs

GCSE Computing Flash Quiz

GCSE Computing Flash Quiz

10th - 11th Grade

12 Qs

Python - Abstractions, Comments, Data Types, Variables

Python - Abstractions, Comments, Data Types, Variables

9th - 12th Grade

12 Qs

data structure

data structure

Assessment

Quiz

Computers

11th Grade

Hard

Created by

asmali ahmad

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable in a programming is.............................

a name given to store value in it and the value will change during the execution of the program

a name given to store value in it and the value does not change during the execution of the program

a data of different type of character

a data of same type of character

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of data has only two possible value?

char

string

boolean

real

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data is 345.67

integer

string

boolean

real

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

............................. is a data structure in computer programming that organize data and holds data of the same type.

constant

array

variable

data structure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between variables and arrays

Variables store multiple values whereas array stores only one value

variables store only one value whereas arrays store multiple values

variable store values of one type whereas arrays store values of different types

values in variable cannot be change whereas values in arrays can be change

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

String is a data type which consist of ......................

numbers

integers

one character

several characters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A name to store value and the value in it will change during the execution the program

variable

constant

char

string