Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What are the Course Objectives and Learning Outcomes of this course? Question 1 options: D . 1 . Declare objects of Wrapper classes and use

What are the Course Objectives and Learning Outcomes of this course?
Question 1 options:
D.
1. Declare objects of Wrapper classes and use their function to convert data types
Declare objects of StringBuilder classes and Declare objects of StringTokenizer class to split strings
2. String to access their functions to split, concatenate, manipulate the output
3. Can read input from the keyboard and from input files
Can write output to the screen and to the output files display messages by using dialog box
4. Using some basic Exception class to handle exception: IOException,, FileNotFoundException. Using try.catch.. finally block
C.
1. Declare arrays, pass array as arguments to methods, returned array from
methods create array of objects. Apply searching methods in arrays:
sequential search, Sort an array: selection sort and binary search sort
2. Apply selection structure to the programs: if, if..else, if..else..if, switch statement
Apply repetition structure to the programs: for, while, do..while loop
3. Analyze problems and design algorithms using pseudo-code, flowcharts,
4. Create and access void methods and returned-value methods in classes
Create returned reference method
A.
Course Objectives includes the following:
Identify and explain a programming development lifecycle, including planning, analysis, design, development, and maintenance.
Demonstrate a basic understanding of object-oriented programming by using structs and classes in software projects.
Use object-oriented programming techniques to develop executable programs that include elements such as inheritance and polymorphism.
Document and format code in a consistent manner.
Apply basic searching and sorting algorithms in software design.
Apply single- and multi-dimensional arrays in software.
Use a symbolic debugger to find and fix runtime and logical errors in software.
Demonstrate a basic understanding of programming methodologies, including object-oriented, structured, and procedural programming.
Describe the phases of program translation from source code to executable code.
B.
The Learning Outcomes are:
1. Declare variables, initialize values of primitive data types
Apply math operators on numeric variables
Write a java program with basic with comments and documentation
2. Define a data type class including attributes and methods
Set access modifiers as private, protected, default or public to data members
of the data type class such that the data type class encapsulated, toString,
constructors, mutator, accessor methods. etc.
3. Declare objects of data type class
Initialize object Use object to access data members of class
4. Set access modifier for data members of data type classes Inherit from
super class: constructor, methods

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Explain the importance of Human Resource Management

Answered: 1 week ago

Question

Discuss the scope of Human Resource Management

Answered: 1 week ago

Question

Discuss the different types of leadership

Answered: 1 week ago

Question

Write a note on Organisation manuals

Answered: 1 week ago