data structure

data structure

11th Grade

7 Qs

quiz-placeholder

Similar activities

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

Edexcel Algorithm Key Terminology

Edexcel Algorithm Key Terminology

10th - 12th Grade

10 Qs

Arrays

Arrays

6th - 12th Grade

10 Qs

Data structures, operators and variables

Data structures, operators and variables

9th - 12th Grade

10 Qs

Analog Signals and Digital Signals

Analog Signals and Digital Signals

11th - 12th Grade

12 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

C# Arrays

C# Arrays

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