CS 315: Homework Ass gnment 3

$ 29.99
Category:

Description

CS 315
Homework Assignment 3

Subprograms in Julia
In this homework assignment you will investigate how some design issues, related to subprograms, are addressed in Julia, a recent, high-level, high-performance programming language. The web site for Julia is https://julialang.org/. The design issues you will investigate are
Nested subprogram definitions
Scope of local variables
Parameter passing methods
Keyword and default parameters
Closures
First investigate how each of these issues are answered in julia programming language. Then write simple programs clearly illustrating the design decisions for the issues Julia. Discuss the results of execution of your programs in the report.
For each design issue, your example code and its output should illustrate the answer. You can illustrate the answers to these questions, in different parts of a single program. The example program must be complete.
Organize all of your experiments and their results and put them into a report. The report should include the following:
For each design issue, a sample code segment and the results of its execution. You should explain what your example does, clearly. Make sure you give a list of references and proper citations to these references in your report about the design choices for these issues in the languages covered in this homework. (45 points)
A section that includes your evaluation of Julia in terms of readability and writability of subprogram syntax. (10 points)
A section about your learning strategy. A learning strategy is an individual’s approach to complete a task. In this section, discuss, in detail, the material and tools you used, experiments you performed. Also talk about personal communication, if you had. Give the URLs of the online compiler/interpreters you used to run your programs (10 points)
Submission:
A single zip or rar file should be submitted containing the following files with given names:
1. A single file for report: lastname_name_report.pdf (65 Points)
2. A single file for Julia code: lastname_name.jl (35 points)
Important Notes:
Collaboration on the homework assignments is not allowed.

Reviews

There are no reviews yet.

Be the first to review “CS 315: Homework Ass gnment 3”

Your email address will not be published. Required fields are marked *