WorksheetsTerm3-PC7.1-Describe a data structure
Total questions: 7
Worksheet time: 14mins
PC7.1: One of the scenarios below is a data structure : (select two answers) :
first3months =
[“January”, “February”, “March”]
studentsName=
[“Ali”,25, "Ajman"]
UAEcities=
[“Ajman","USA","UAE"]
years=
["2021",“March","2001"]
numeric=
[“five","one","two"]
PC7.1: A collection of related data stored in an organized manner called :
Data structure
Data type
Element
Index
PC7.1: Accessing or identifying the elements in an array by :
Pointer
loop
Function
Index
PC7.1: A data or value in the array called :
Pointer
loop
Element
Function
PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]
The element of fruits[3] is :
plum
cherry
mango
grape
PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]
The element of fruits[0] is :
plum
cherry
mango
grape
PC7.1: fruits = [“plum”,”cherry”,”mango”,”grape”,”date”,”apple”]
The element of fruits[5] is :
plum
cherry
apple
grape
