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
Tentamen (uitwerkingen)

MIDTERM 2 CSC 110 || ALL ANSWERS ARE FLAWLESS.

Beoordeling
-
Verkocht
-
Pagina's
25
Cijfer
A+
Geüpload op
06-04-2026
Geschreven in
2025/2026

MIDTERM 2 CSC 110 || ALL ANSWERS ARE FLAWLESS.

Instelling
CSC 110
Vak
CSC 110

Voorbeeld van de inhoud

MIDTERM 2 CSC 110 || ALL ANSWERS ARE FLAWLESS.
What is a string? correct answers an object storing a sequence of text characters


What are indexes? correct answers Characters of a string are numbered with 0-based indexes


What is the first character's index in a string? correct answers 0


What is the last character's index in a string? correct answers 1 less than the string's length


What is a nested loop? correct answers a loop placed inside another loop


Write a nested for loop to produce this output efficiently:
*****
*****
***** correct answers for (int I = 1; I <= 3; I++) {
for (int j = 1; j <= 5; j++) {
System.out.print("*");
}
System.out.println();
}


What is the output for the following nested for loop?
for (int I = 0; I < 5; I++) {
System.out.print("*");
for (int j = 0; j < I; j++) {
System.out.print(j);
}

,System.out.print("*");
} correct answers **
*0*
*01*
*012*
*0123*


What is the output of the following nested for loop?
for (int I = 1; I <= 5; I++) {
for (int j = 1; j <= 5 - I; j++) {
System.out.print(I);
}
System.out.println();
) correct answers 1111
222
33
4


What is scope? correct answers The part of a program where a variable is said to exist.


What happens when a variable is declared in a for loop? A method? correct answers That
variable exists only in that loop. Only exists in that method


What are the three scopes of interest to us? and what do they do? correct answers Block scope-
used with a for-loop and other java constructs that use blocks
Local scope- used within a method
class scope- used within all methods contained in a class

, Can variables that don't have overlapping scopes have the same name? correct answers Yes


Can a variable be declared twice in the same scope? Can it be used outside its declared scope?
correct answers No and no.


What is a parameter? correct answers A value passed to a method by its caller


What does a static method require in order for it to run? correct answers It requires a parameter


Write the basic form of declaring a parameter and give an example correct answers Public static
void name (type paramname) {
statement(s);
}


example:
public static void sayPassword(int code) {
System.out.orintln("The password is: " + code);
}


What is the output of this code, what does it do and why is it useful?


public static void main(String[] args) {
chant(3);
}


public static void chant(int times) {
for (int I = 1; I <= times; I++) {
System.out.println("Just a salad....");

Geschreven voor

Instelling
CSC 110
Vak
CSC 110

Documentinformatie

Geüpload op
6 april 2026
Aantal pagina's
25
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€12,92
Krijg toegang tot het volledige document:

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

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
SirAnton NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
780
Lid sinds
3 jaar
Aantal volgers
438
Documenten
38563
Laatst verkocht
1 dag geleden
Reign Supreme Scholarly || Enlightened.

Get your revised study materials available here and elevate your educational outcomes. I have numerous verified learning materials (Research, Exams Questions and answers, Assignments, notes etc) for different courses guaranteed to boost your academic results. I am dedicated to offering you the best and unique learning content. You are encouraged to inquire further assistance from this end whenever need be. Kindly remember to leave your review, understanding your satisfaction is essential . We highly appreciate clients who always come back for more of the study content we offer, you are extremely valued. All the best.

Lees meer Lees minder
3,7

116 beoordelingen

5
49
4
20
3
23
2
8
1
16

Recent door jou bekeken

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