SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Programming
 »Â
Arrays and Records
level: Arrays and Records
Questions and Answers List
level questions: Arrays and Records
Question
Answer
What is the smallest element of an array's index called?
Lower bound
Where does the first index start when you make an array?
0
Which data structure is used to store a group of data values of the same type under one name?
Arrays
Each piece of data in an array is called _______
Elements
Which function is used to find the number of elements in an array?
LEN()
Arrays are homogeneous data structures; True or False?
TRUE
Which is the best data structure for relatively permanent collections of data?
Arrays
Which data structure is used to store values with different data types?
Records
Each item in a record is called ________
Field
What are the values needed to access a particular item of a record?
Variable name and field name