Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Term3-PC7.1-Describe a data structure

Total questions: 7

Worksheet time: 14mins

Name
Class
Date
1.

PC7.1: One of the scenarios below is a data structure : (select two answers) :

a)

first3months =

[“January”, “February”, “March”]

b)

studentsName=

[“Ali”,25, "Ajman"]

c)

UAEcities=

[“Ajman","USA","UAE"]

d)

years=

["2021",“March","2001"]

e)

numeric=

[“five","one","two"]

2.

PC7.1: A collection of related data stored in an organized manner called :

a)

Data structure

b)

Data type

c)

Element

d)

Index

3.

PC7.1: Accessing or identifying the elements in an array by :

a)

Pointer

b)

loop

c)

Function

d)

Index

4.

PC7.1: A data or value in the array called :

a)

Pointer

b)

loop

c)

Element

d)

Function

5.

PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]

The element of fruits[3] is :

a)

plum

b)

cherry

c)

mango

d)

grape

6.

PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]

The element of fruits[0] is :

a)

plum

b)

cherry

c)

mango

d)

grape

7.

PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]

The element of fruits[5] is :

a)

plum

b)

cherry

c)

apple

d)

grape