1. A defines a collection of data values and a set of predefined operations on t
ID: 3721219 • Letter: 1
Question
1. A defines a collection of data values and a set of predefined operations on those values 2. A is the collection of the attributes of a variable. 3. 4. Give an example of a data type that cannot be further defined. 5. Give an example of a data type that can be further defined. 6. days (Mon, Tue, Wed, Thu, Fri, Sat, Sun); is an example of what kind of data type? 7. are types that cannot be further defined. are data elements in which an individual element is identified by its position relative to the first element. 8. A array is one in which the subscript ranges are statically bound and storage allocation is static (done before run time). 9. A__array is one in which the subscript ranges are statically bound, but the allocation is done at declaration elaboration time during execution. 10. A jagged array is stored with each row in various lengths. (true or false) 11. A substructure of an array such as a a few elements of an array is called a slice. (true or false) 12. How does a single-dimensioned array look like in the memory cells? 13. Hashing is used to determine the index value in some arrays in some languages. (true or false) 14. The fundamental difference between a record and an array is that record elements, or fields, are not referenced by indices but by identifiers. (true or false) 15 In the followingExplanation / Answer
1. a __ defines a collection of data values and a set of predefined operations on those values
Ans) data type
Explanation:
data type efines a collection of data values and a set of predefined operations on those values
2. A __ is the collection of the attributes of a variable
Ans) The keyword __attribute__
Explanation:
The keyword __attribute__ s the collection of the attributes of a variable
3. ___ are types that cannot be further defined
Ans)user defined data types
Explanation:
user defined data types are types that cannot be further defined
10)a jagged array is stored with each row in various lengths
Ans) True
Explanation:
yes it is true that a jagged array is stored with each row in various lengths
11)a substructure of an array such as a few elements of an array is called a slice
Ans) True
Explanation:
yes it is true that a substructure of an array such as a few elements of an array is called a slice
12) hashing is used to determine the index value in some arrays in some languages
Ans) True
Explanation:
yes it is true that hashing is used to determine the index value in some arrays in some languages
According to chegg rules we should answer only four questions , but i have answered many , you can post the remaining question as a separate question, please co-operate with us, thank you.
Hope this Helps, if you have any doubs please comment i will get back to you and please thumbs up, thank you.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.