100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
COSC 110 Exam Questions and Answers Graded A+ €7,79   In winkelwagen

Tentamen (uitwerkingen)

COSC 110 Exam Questions and Answers Graded A+

 5 keer bekeken  0 keer verkocht
  • Vak
  • COSC 110
  • Instelling
  • COSC 110

COSC 110 Exam Questions and Answers Graded A+ What would be the results of the following code? int[] x = { 55, 33, 88, 22, 99, 11, 44, 66, 77}; int a = 10; if(x[a] > x[5]) a = 5; else a = 8; - Answers a = 5 What would be the results after the following code was executed? int[] x...

[Meer zien]

Voorbeeld 2 van de 6  pagina's

  • 23 oktober 2024
  • 6
  • 2024/2025
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
  • COSC 110
  • COSC 110
avatar-seller
COSC 110 Exam Questions and Answers Graded A+

What would be the results of the following code?

int[] x = { 55, 33, 88, 22, 99,

11, 44, 66, 77};

int a = 10;

if(x[a] > x[5])

a = 5;

else

a = 8; - Answers a = 5

What would be the results after the following code was executed?

int[] x = {23, 55, 83, 19};

int[] y = {36, 78, 12, 24};

for (int a = 0; a < x.length; a++)

{

x[a] = y[a];

y[a] = x[a];

} - Answers x[] = {36, 78, 12, 24} and y[] = {36, 78, 12, 24}

Which of the following is a valid declaration for a ragged array? - Answers C. int [][] array1 = new int [5]
[];

What is the value of scores [1][3] in the following array?

int [][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}

{98, 95, 92, 94}, {91, 84, 88, 96} }; - Answers 80

What is the value of scores [3][2] in the following array?

int [][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}

{98, 95, 92, 94}, {91, 84, 88, 96} }; - Answers 88

What is the value of scores [1][1] in the following array?

, int [][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}

{98, 95, 92, 94}, {91, 84, 88, 96} }; - Answers 84

What is the value of scores [3][3] in the following array?

int [][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}

{98, 95, 92, 94}, {91, 84, 88, 96} }; - Answers 96

What is the output of the following code?

int[][] array2 = { {1, 2}, {3, 4}, {5, 6} };

int sum = 0;

for (int i = 0; i < array2.length; i++)

sum += array2 [i][0];

System.out.println(sum); - Answers 9

Given the following array declaration:

int[][] triangleArray = {

{1, 2, 3, 4, 5},

{6, 7, 8, 9},

{10, 11, 12},

{13, 14},

{15},

};

What is the value of the following triangleArray [1][1]? - Answers 7

Given the following array declaration:

int[][] triangleArray = {

{1, 2, 3, 4, 5},

{6, 7, 8, 9},

{10, 11, 12},

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper TutorJosh. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €7,79. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 62555 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€7,79
  • (0)
  Kopen