8.2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Set

A collection of elements where each value cannot be repeated and elements are not ordered.

2
New cards

Multi-set

A collection of elements where values can be repeated and elements are not ordered.

3
New cards

List

A collection of elements where values can be repeated and elements are ordered.

4
New cards

Array

An indexed list where each element can be accessed with a numeric index.

5
New cards

Enum

A base type consisting of character strings, with each Enum value containing exactly one element.

6
New cards

SET

A value that may contain zero, one, or many elements representing a series of bits corresponding to specific elements.

7
New cards

Empty set

A SET value that contains no elements, not the same as a null value.

8
New cards

Multi-dimensional array

An array where values are specified with nested braces.

9
New cards

Array size

Indicated by a number in brackets which specifies how many elements the array can hold.

10
New cards

Element

An individual item in a collection such as a list, set, or array.

11
New cards

Hash Table

A data structure that implements an associative array, offering efficient data retrieval using a hash function.

12
New cards

Binary Tree

A tree data structure where each node has at most two children, referred to as the left child and the right child.

13
New cards

Graph

A collection of nodes (vertices) and edges connecting pairs of nodes, used to represent relationships.

14
New cards

Object-Oriented Programming (OOP)

A programming paradigm based on the concept of 'objects', which can contain data and methods.