MSDN Flashcards

1
Q

MSDN, hur förklaras Console.Readkey?

A

”Obtains the next character or function key pressed by the user”

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

MSDN, hur förklaras Console.ReadLine?

A

“Reads the next line of characters from the standard input stream”

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

MSDN, hur förklaras Console.Clear?

A

“Clears the console buffer and corresponding console window of display information”

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

MDSN, hur förklaras Convert.ToInt32?

A

“Converts a specified value to a 32-bit signed integer”

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

MSDN, hur förklaras Convert.ToDouble?

A

”Converts a specified value to a double-precision floating-point number”

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

Vilken av nedanstående variationer av ”supervariabler” är skriven med camelCase?
SuperVariabler
supervariabler
superVariabler

A

superVariabler

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

Vilken av nedanstående variationer av ”minstoraklass” är skriven med PascalCase?
minStoraKlass
minstoraklass
MinStoraKlass

A

MinStoraKlass

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

Vad är skillnaden på Console.WriteLine och Console.Write?

A

WriteLine skapar en ny rad efter att utskriften är över.
Write skapar inte en ny rad

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