2 - Data structures Flashcards
Introduction to Julia
Name three Julia data structures?
Introduction to Julia
Which data structures are ordered sequences?
Introduction to Julia
Which data sequences are mutable?
Introduction to Julia
How is a tuple created?
Introduction to Julia
How is a tuple indexed?
Introduction to Julia
Can a tuple be updated?
Introduction to Julia
What is a named tuple?
Introduction to Julia
What are two ways an element in a named tuple can be retrieved?
Introduction to Julia
What is a dictionary?
Introduction to Julia
How is a dictionary created?
Introduction to Julia
How can an item from a dictionary be retrieved and deleted at the same time?
Introduction to Julia
Can dictionaries be indexed?
Introduction to Julia
What is an array?
Introduction to Julia
How is an array created?
Introduction to Julia
Can only one type be storied in a single array?
Introduction to Julia
How can elements be pulled from an array?
Introduction to Julia
What kind of indexing does Julia use?
Introduction to Julia
How can an array be edited?
Introduction to Julia
How many dimensions can an array have?
Introduction to Julia
How can an array of random numbers with four rows and three columns be created?