{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

pp Flashcards

(40 cards)

1
Q

Kan nul of meerdere keren worden uitgevoerd.

A

while

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Zal minimaal 1 keer worden uitgevoerd.

A

do while

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Een compacte manier om loops te beschrijven wanneer het aantal herhalingen bekend is.

A

for

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Een leesbaardere manier om over objecten te loopen. Vooral handig bij werken met objecten.

A

foreach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Beëindigt de huidige iteratie in een loop en gaat door met de volgende iteratie.

A

continue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Onderbreekt een loop vroegtijdig, waardoor de rest van de iteraties wordt overgeslagen.

A

break

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Een Visual Studio tool die autocomplete mogelijkheden biedt tijdens het programmeren.

A

intellisense

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Keyword dat wordt gebruikt om een resultaat uit een methode terug te sturen.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Een Visual Studio AI gebruikt om code schrijven

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Returntype van een methode die geen waarde teruggeeft.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Methode waar Console-applicaties beginnen met uitvoeren.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Wordt gebruikt om een stuk code te markeren en te groeperen in secties in Visual Studio.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Sluit een eerder gedefinieerd codegedeelte af dat is gemarkeerd met #region.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Aanroepen van een methode genaamd “M” die geen terugkeerwaarde heeft en geen parameters vereist.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Commentaar methode

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Manier om parameters in methoden aan te roepen zonder strikte volgorde, gebruikmakend van namen.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Parameter in de handtekening van een methode die een standaardwaarde krijgt als niet opgegeven.

16
Q

Het hebben van meerdere methoden met dezelfde naam maar verschillende parameters.

21
22
22
22
23
24
25
25
25
25
26
26
27
28
29
29