data structure

data structure

11th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz 5 - Excel

Quiz 5 - Excel

11th Grade

10 Qs

Quiz Pemograman Web

Quiz Pemograman Web

11th Grade

10 Qs

DigiTech Unit 1 Data 1

DigiTech Unit 1 Data 1

7th - 12th Grade

10 Qs

networks

networks

11th Grade

10 Qs

OS Essentials Chp11: Windows Configuration Quiz on 11.5 to 11.7

OS Essentials Chp11: Windows Configuration Quiz on 11.5 to 11.7

11th - 12th Grade

10 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

11th - 12th Grade

10 Qs

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 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