declaring variables

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:44 AM on 3/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

what is an array

a fixed length, data structure and stores multiple elements of the same data type.

2
New cards

what is the structure of 1D arrays

DECLARE <identifier> : ARRAY[<lower>:<upper>] OF <datatype>

3
New cards

what is the structure of a 2D array

DECLARE <identifier> : ARRAY[<lower1>:<upper1>, <lower2>:<upper2>] OF <datatype>

4
New cards

what does DECLARE studentsnames: ARRAY[1:30} OF STRING show, annotate this.

studentsname is the identifier

ARRAY [1:30] means that there is 30 elements in the array

STRING is the type of data can go into the data so since its string it is letters.

5
New cards

what does DECLARE noughtsandcrosses : ARRAY [1:3, 1:3] OF CHAR show, annotate this.

noughtsandcrosses is the identifier

ARRAY [1:3, 1:3] means there is 3 rows and 3 columns to create a 3×3 grid

CHAR means only single characters can be stored into the array

Explore top notes

note
Chapter 2: Psychological Research
Updated 1148d ago
0.0(0)
note
Silver-Russell syndrome
Updated 1135d ago
0.0(0)
note
Chinese Influences in Korea
Updated 1259d ago
0.0(0)
note
Minerals and Rocks
Updated 1264d ago
0.0(0)
note
theoretical yield
Updated 1272d ago
0.0(0)
note
Chapter 2: Psychological Research
Updated 1148d ago
0.0(0)
note
Silver-Russell syndrome
Updated 1135d ago
0.0(0)
note
Chinese Influences in Korea
Updated 1259d ago
0.0(0)
note
Minerals and Rocks
Updated 1264d ago
0.0(0)
note
theoretical yield
Updated 1272d ago
0.0(0)

Explore top flashcards

flashcards
Emergencias Médicas
101
Updated 1012d ago
0.0(0)
flashcards
Bio 2 e-ipsi
22
Updated 96d ago
0.0(0)
flashcards
AP World History Modern
884
Updated 1053d ago
0.0(0)
flashcards
KOR101
77
Updated 924d ago
0.0(0)
flashcards
B2 - C2 English Vocabulary
48
Updated 1215d ago
0.0(0)
flashcards
Module 11.1
56
Updated 655d ago
0.0(0)
flashcards
MULTIPLE CHOICE 1
97
Updated 4d ago
0.0(0)
flashcards
Emergencias Médicas
101
Updated 1012d ago
0.0(0)
flashcards
Bio 2 e-ipsi
22
Updated 96d ago
0.0(0)
flashcards
AP World History Modern
884
Updated 1053d ago
0.0(0)
flashcards
KOR101
77
Updated 924d ago
0.0(0)
flashcards
B2 - C2 English Vocabulary
48
Updated 1215d ago
0.0(0)
flashcards
Module 11.1
56
Updated 655d ago
0.0(0)
flashcards
MULTIPLE CHOICE 1
97
Updated 4d ago
0.0(0)