Answered step by step
Verified Expert Solution
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 options:
D
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
String to access their functions to split, concatenate, manipulate the output
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
Using some basic Exception class to handle exception: IOException,, FileNotFoundException. Using try.catch.. finally block
C
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
Apply selection structure to the programs: if ifelse, ifelse..if switch statement
Apply repetition structure to the programs: for, while, dowhile loop
Analyze problems and design algorithms using pseudocode, flowcharts,
Create and access void methods and returnedvalue 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 objectoriented programming by using structs and classes in software projects.
Use objectoriented 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 multidimensional 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 objectoriented, structured, and procedural programming.
Describe the phases of program translation from source code to executable code.
B
The Learning Outcomes are:
Declare variables, initialize values of primitive data types
Apply math operators on numeric variables
Write a java program with basic with comments and documentation
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.
Declare objects of data type class
Initialize object Use object to access data members of class
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started