Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 1 out of 2 pages
Exam (elaborations)

CS 151 - MODULE 5 | GUARANTEED SUCCESS STARTS HERE! LEARN, PRACTICE & EXCEL!

Document preview thumbnail
Preview 1 out of 2 pages

CS 151 - MODULE 5 | GUARANTEED SUCCESS STARTS HERE! LEARN, PRACTICE & EXCEL!

Content preview

CS 151 - MODULE 5 | GUARANTEED SUCCESS STARTS HERE!
LEARN, PRACTICE & EXCEL!


What is the do-while syntax? Answer: do { body } while (condition);
When is do-while used? Answer: When loop must run at least once.
What is input validation? Answer: Ensuring user input is valid, often using loops.
Example of input validation? Answer: do { input = sc.nextInt(); } while (input <0);
What is sum of digits algorithm? Answer: sum=0; while(n>0){sum+=n%10; n/=10;}
What is divisibility test using digit sum? Answer: Divisible by 3 if digit sum divisible by 3.
What is a nested loop? Answer: A loop inside another loop.
Common uses of nested loops? Answer: Processing matrices, generating patterns, tables.
What is a multiple-subscripted variable? Answer: A variable that needs more than one index,
like 2D arrays.
What is a two-dimensional array? Answer: Array of arrays; declared int[][] arr=new int[r][c];
How access element in 2D array? Answer: arr[row][col]
What is row-major order? Answer: Rows stored sequentially in memory (Java).
What is column-major order? Answer: Columns stored sequentially (Fortran).
What is enhanced for loop? Answer: for(type var: array){ body }
When use enhanced for? Answer: When traversing all elements sequentially without modifying
indices.
Can enhanced for modify array? Answer: No, it only provides access to elements.
What is break in nested loop? Answer: Exits only innermost loop.
What is continue in nested loop? Answer: Skips to next iteration of innermost loop.
What is tuition forecast example? Answer: Start tuition, increase yearly until doubled; count
years.
What is outer loop in nested loop? Answer: The loop that contains another loop.
What is inner loop in nested loop? Answer: The loop inside another loop.
Order of execution in nested loops? Answer: Outer iteration triggers full set of inner iterations.



APPHIA – Crafted with Care and Precision for Academic Excellence.
1

Document information

Uploaded on
July 8, 2026
Number of pages
2
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$14.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Apphia
5.0
(1)
Sold
4
Followers
0
Items
2920
Last sold
1 month ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions