data structure

data structure

11th Grade

7 Qs

quiz-placeholder

Similar activities

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

9th - 12th Grade

10 Qs

Variables and Constants Quiz

Variables and Constants Quiz

9th - 12th Grade

12 Qs

Understanding Database Normalisation Concepts

Understanding Database Normalisation Concepts

11th Grade - University

10 Qs

Programming Quiz 4

Programming Quiz 4

9th - 11th Grade

10 Qs

Understanding Programming Constructs

Understanding Programming Constructs

10th Grade - University

10 Qs

APCS 2023-2024 Lesson 0.2 Course Overview

APCS 2023-2024 Lesson 0.2 Course Overview

9th - 12th Grade

10 Qs

X86 Processor

X86 Processor

11th - 12th Grade

12 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