Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
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