Skip to content

Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization)

Course Assignments

Earthquakes: Programming and Interfaces :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025

1. Depth between -12,000.0 and -10,000.0 (exclusive) ✔️ 18 2. Depth between -4000.0 and -2000.0 (exclusive) ✔️ 136 3. Phrase “Quarry Blast” at the start ✔️ 44 quakes 4. Phrase “Alaska” at the end ✔️ 14 quakes 5. Phrase “Can” anywhere ✔️ 3 quakes 6. Magnitude of the 20th largest earthquake ✔️ 6.1 7. Country… <a href="https://codeshala.io/platform/coursera/course/java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization/assignment/earthquakes-programming-and-interfaces-java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization-anawers-2025/" rel="bookmark"><span class="screen-reader-text">Earthquakes: Programming and Interfaces :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025</span></a>

Earthquakes: Sorting Algorithms :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025

1. Depth of last earthquake after 70 passes (selection sort on depth, Dec6sample2) ✔️ 123.45 km(This is the commonly resulting answer for this dataset after 70 passes.) 2. Passes needed for selection-sort-with-check (magnitude, WeekDec6sample1.atom) ✔️ 1298❌ 1282❌ 1292❌ 1299❌ 1301❌ 1319 3. Passes needed for bubble-sort-with-check (magnitude, WeekDec6sample2.atom) ✔️ 1255❌ 1226❌ 1233❌ 1240❌ 1260❌ 1267… <a href="https://codeshala.io/platform/coursera/course/java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization/assignment/earthquakes-sorting-algorithms-java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization-anawers-2025/" rel="bookmark"><span class="screen-reader-text">Earthquakes: Sorting Algorithms :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025</span></a>

N-Grams: Predictive Text :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025

1. Effect of calling setRandom(18) inside the loop ✔️ Each of three randomly generated texts will all be identical.❌ You will get three distinct texts.❌ Second has one new letter then matches first minus 1 letter…❌ Line-based partial re-randomization… 2. First line of output (MarkovZero, seed 1024, confucius.txt) ✔️ “The Master said” 3. Size of… <a href="https://codeshala.io/platform/coursera/course/java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization/assignment/n-grams-predictive-text-java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization-anawers-2025/" rel="bookmark"><span class="screen-reader-text">N-Grams: Predictive Text :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025</span></a>

Java: Tools and Libraries for Everyone :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025

1. Method that starts a Java program ✔️ main❌ firstMethod❌ _start❌ begin 2. Argument type for the starting method ✔️ an array of Strings❌ ArrayList<String>❌ no arguments❌ int and a String 3. Effect of declaring a field static ✔️ There is only one copy of that field for the entire class.❌ Only changed inside class❌… <a href="https://codeshala.io/platform/coursera/course/java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization/assignment/java-tools-and-libraries-for-everyone-java-programming-principles-of-software-design-java-programming-and-software-engineering-fundamentals-specialization-anawers-2025/" rel="bookmark"><span class="screen-reader-text">Java: Tools and Libraries for Everyone :Java Programming: Principles of Software Design (Java Programming and Software Engineering Fundamentals Specialization) Anawers 2025</span></a>