data structure

data structure

11th Grade

7 Qs

quiz-placeholder

Similar activities

DTJSQuiz

DTJSQuiz

11th Grade

10 Qs

Testas: Saugesnis internetas

Testas: Saugesnis internetas

11th Grade

10 Qs

ULANGAN HARIAN TIK

ULANGAN HARIAN TIK

10th Grade - University

10 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 Qs

U26 Q7 - CIDR

U26 Q7 - CIDR

KG - University

12 Qs

WAN Sesi 1

WAN Sesi 1

1st Grade - University

10 Qs

Bài làm việc Access, cấu trúc bảng

Bài làm việc Access, cấu trúc bảng

9th - 12th Grade

10 Qs

Jarkom

Jarkom

1st Grade - Professional Development

11 Qs

data structure

data structure

Assessment

Quiz

Computers

11th Grade

Practice Problem

Hard

Created by

asmali ahmad

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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