c sharp coding

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:18 AM on 4/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

string length of the string “computer science”

“computer science”.Length

2
New cards

position of “m” in “computer science”

“computer science”.IndexOf(“m)

3
New cards

output ‘Programs’ from the string t = “Computer Programs”

Console.WriteLine(t.Sunstring(9, 8));

4
New cards

in a substring what does the 1st number in the brackets show

the 1st letter wanted

5
New cards

in a substring what does the 2nd number in the brackets show

length of the word wanted - can omit if want everything after a certain point

6
New cards

how do you declare an array ( call it array1 and it should hold 5 numbers)

int [ ] array1 = new int [ 5 ];

7
New cards

assign the values 2,4,6,8,10 to array1

array1 = new int [ ] {2, 4, 6, 8, 10};

8
New cards

how to find length of a 1 dimensional array called primes

primes.Length

9
New cards

how to find length of a 2D array called t

t.GetLength

10
New cards

assign a value to a field in a record - the field name is model, the record name is myCar and the value to assign is “Fiesta”

myCar.model = “Fiesta”;

Explore top notes

Explore top flashcards

flashcards
LU 5.1 Burns
20
Updated 421d ago
0.0(0)
flashcards
APUSH Ch. 32 Quiz Study Guide
59
Updated 1234d ago
0.0(0)
flashcards
27 Amendments
27
Updated 753d ago
0.0(0)
flashcards
SAT 7 Vocabulary
20
Updated 1090d ago
0.0(0)
flashcards
BILL OF RIGHTS
49
Updated 375d ago
0.0(0)
flashcards
Unite 3: les achats/le voyage
81
Updated 1238d ago
0.0(0)
flashcards
Units 10-12 Book Units
36
Updated 438d ago
0.0(0)
flashcards
LU 5.1 Burns
20
Updated 421d ago
0.0(0)
flashcards
APUSH Ch. 32 Quiz Study Guide
59
Updated 1234d ago
0.0(0)
flashcards
27 Amendments
27
Updated 753d ago
0.0(0)
flashcards
SAT 7 Vocabulary
20
Updated 1090d ago
0.0(0)
flashcards
BILL OF RIGHTS
49
Updated 375d ago
0.0(0)
flashcards
Unite 3: les achats/le voyage
81
Updated 1238d ago
0.0(0)
flashcards
Units 10-12 Book Units
36
Updated 438d ago
0.0(0)