Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Document preview thumbnail
Voorbeeld 4 van de 43 pagina's
Tentamen (uitwerkingen)

CPEN 223 - FINAL QUESTIONS AND DETAILED ANSWERS|ALREADY GRADED A

Document preview thumbnail
Voorbeeld 4 van de 43 pagina's

3 C's for "good Software" Correct Ans- - Correct (safe from bugs) - Comprehensible (easy to understand) - Changeable (ready to change) Static Checking Correct Ans- The checking that is done at compilation. - Bug automatically found before program runs Dynamic Checking Correct Ans- The checking that is done at run time. - Found automatically Benefits of C# Correct Ans- -Safety Type safe, static checking, exception handling, etc - Ubiquity Multiplatform: Mobile, Web, Windows/Mac/Linux - Elegance - Popular - Powerful - High-level - Modern object oriented

Voorbeeld van de inhoud

CPEN 223 - FINAL QUESTIONS AND DETAILED
ANSWERS|ALREADY GRADED A
3 C's for "good Software" Correct Ans- - Correct (safe from bugs)
- Comprehensible (easy to understand)
- Changeable (ready to change)


Static Checking Correct Ans- The checking that is done at compilation.
- Bug automatically found before program runs


Dynamic Checking Correct Ans- The checking that is done at run time.
- Found automatically


Benefits of C# Correct Ans- -Safety
> Type safe, static checking, exception handling, etc
- Ubiquity
> Multiplatform: Mobile, Web, Windows/Mac/Linux
- Elegance
- Popular
- Powerful
- High-level
- Modern object oriented


Issues with C# Correct Ans- - Verbose: takes a lot of code to do simple
task

,- Large: many features


static void Main() Correct Ans- The starting place of a program


int varName = 92; Correct Ans- Declaring an int type variable


double VarName = 1.45; Correct Ans- Declaring a double type variable


char varName = '*'; Correct Ans- Declaring a char type variable


Two categories of C# types Correct Ans- - Value types
- Reference types


C# operators Correct Ans- - arithmetic ( +, -, /, % (remainder), *)
- comparison (==, !=, >, >=, ...)
- conditional (&&, ||, !)


C# selection statements Correct Ans- - if(condition)
- else if(condition)
- switch *an alternative to if-else statements


C# repetition statements Correct Ans- - while
- for

,- do-while


Class Correct Ans- The most important user defined type
- Contains two types of members;
> Data members (fields, ..) that store the data within the ______.
> Function members (methods, constructors, ...) that perform operations
on the data


Methods Correct Ans- A block of code that contains a series of
statements.


Arrays Correct Ans- stores a fixed-size collection of elements


How to initialize an array Correct Ans- int[] nameOfVariable = new
int[5];
- The size of the ______ is 5.
int [] nameOfVariable = new int[] {1, 2, 3, 4, 5};
int [] nameOfVariable = {1, 2, 3, 4, 5};


What is a Data Type? Correct Ans- A _____ is a set of values and the
operations that are permitted on the values


Value pre-defined types Correct Ans- - int
- long

, - double
- char
- uint
- bool
- decimal
- bool
- byte
- sbyte
- float
- uint
- short
- ushort


Reference pre-defined types Correct Ans- - object
- string
- dynamic


A value type Correct Ans- This type needs only one allocated memory
space that stores the actual data.


A reference type Correct Ans- This type stores the *mention to some
other memory location where the actual data is stored.


Two regions of memory that store data Correct Ans- - stack

Documentinformatie

Geüpload op
4 december 2025
Aantal pagina's
43
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden
$21.99

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Seller avatar
Edumint
3.0
(2)
Verkocht
4
Volgers
0
Items
1261
Laatst verkocht
8 maanden geleden


Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen