Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

Computer Science Question

Description

See

College of Computing and Informatics

Assignment 2
Deadline: Day 24/11/2024 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###

ID: ###

CRN: ###
Instructions:

• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.

• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).

• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.

• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.

• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.

Question One

Pg. 01
Learning
Outcome(s):
Develop a
program based on
specification
using
programming
language
elements
including syntax,
data types,
conditional
statement, control
structures,
procedures,
arrays, objects
and classes.

Question One

3 Marks

1. Create a class named Person:
o Add the following instance variables:
▪ id (int): Stores a unique identifier for the person.
▪ name (String): Stores the name of the person.
▪ age (int): Stores the age of the person.
2. Implement the following methods in the Person class:
o setId(int id): Assigns a value to the id variable.
o setName(String name): Assigns a value to the name variable.
o setAge(int age): Assigns a value to the age variable.
o getId(): Returns the value of id.
o getName(): Returns the value of name.
o getAge(): Returns the value of age.
3. Write a test program to demonstrate the Person class:
o Create an instance of the Person class.
o Use the setId, setName, and setAge methods to assign values to the
instance.
o Use the getId, getName, and getAge methods to retrieve and print these
values.
4. Output Example:
Your program should produce output similar to the following: (use your real
information for the name and ID)

.

5. Screenshots Required:
o Include a screenshot of your code.
o Include a screenshot of the program output after running the test
program.

Question Two

Pg. 02
Learning
Outcome(s):
Develop a
program based on
specification
using
programming

Question Two
Write a Java program to find the largest element in an array.
1. Program Requirements:
o Prompt the user to input the size of the array.
o Allow the user to input the elements of the array.
o Find and display the largest element in the array.
2. Example Output:
Below is an example of how the program should run:

language
elements
including syntax,
data types,
conditional
statement, control
structures,
procedures,
arrays, objects
and classes.

3. Screenshots Required:
o Include a screenshot of your Java code.
o Include a screenshot of the execution output showing the
program in action.
o Use deferent numbers when running your program

3 Marks

Question Three

Pg. 03
Learning
Outcome(s):

Question Three
Consider the foillowing code:

Develop a
program based on
specification
using
programming
language
elements
including syntax,
data types,
conditional
statement, control
structures,
procedures,
arrays, objects
and classes.

public class OverloadExample {
public int multiply(int a, int b) {
return a * b;
}
public double multiply(double a, double b) {
return a * b;
}
public static void main(String[] args) {
OverloadExample example = new OverloadExample();
System.out.println(example.multiply(2, 3));
System.out.println(example.multiply(2.5, 3.5));
}
}
1. What happens if you try to call example.multiply(2, 3.5)?
2. Explain which method would be called and why.
3. What will be the output of the following line?
System.out.println(example.multiply(2, 3));
4. Explain why this output is produced.

2 Marks

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Project 351 1

Description see College of Computing and Informatics Project Deadline: Sunday 30/11/2025 @ 23:59 [Total Mark for this Project is 14] Students Details: CRN: Name: Name: Name: ID: ID: ID: Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard

Management Question

Description Case Study: Tesla and the Global Electric Vehicle (EV) Industry Questions Please read the enclosed case study carefully and answer the questions that follow (2 marks/ question). Briefly present the company’s ‘Tesla’ and discuss its position in its market. Which of the Five Forces currently poses the most significant

Management Question

Description NO COPING ،، I want two different solutions in two files ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 2 Introduction to International Business (MGT 321) Due Date: 01/11/2025 @ 23:59 Course

Managerial Accounting – Using Microsoft Excel only

Description Original text, no plagiarism. I’ve attached three files. The first one contains the required questions, and the other two are solutions from my classmates in different sections. They claim their answers are correct, although each one formatted their file differently. I’d like you to take a look at the

Management Question

Description I want the answer without similarity at all, and Conceptual and professional, they’re important. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 1 Quality Management (MGT 424) Due Date: 18/10/2025 @ 23:59

Management Question

Description I want the answer without similarity at all, and Conceptual and professional, they’re important. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 1 Management of Technology (MGT 325) Due Date: 4th Oct

Strategic Management (MGT 401)

Description General Instructions – PLEASE READ THEM CAREFULLY • THE ASSIGNMENT MUST BE SUBMITTED ON BLACKBOARD (WORD FORMAT ONLY) VIA THE ALLOCATED FOLDER. • ASSIGNMENTS SUBMITTED THROUGH EMAIL WILL NOT BE ACCEPTED. • STUDENTS ARE ADVISED TO MAKE THEIR WORK CLEAR AND WELL PRESENTED,MARKS MAY BE REDUCED FOR POOR PRESENTATION.

Management of Technology (325)

Description THE ASSIGNMENT MUST BE SUBMITTED ON BLACKBOARD (WORD FORMAT ONLY) VIA ALLOCATED FOLDER. • ASSIGNMENTS SUBMITTED THROUGH EMAIL WILL NOT BE ACCEPTED. • STUDENTS ARE ADVISED TO MAKE THEIR WORK CLEAR AND WELL PRESENTED, MARKS MAY BE REDUCED FOR POOR PRESENTATION. THIS INCLUDES FILLING YOUR INFORMATION ON THE COVER

231 ASS 8

Description SEE College of Health Sciences Department of Public Health PAPER ASSIGNMENT COVER SHEET 1st semester Fall 2025-2026 Introduction to Hospital Epidemiology Course name: Course Code: PHC 231 CRN: • Assignment title or task: (You can write a question) Write in details about Interactions of Host, Agent, and Environment (your

231 ASS 9

Description SEE College of Health Sciences Department of Public Health PAPER ASSIGNMENT COVER SHEET 1st semester Fall 2025-2026 Introduction to Hospital Epidemiology Course name: Course Code: PHC 231 CRN: • Assignment title or task: (You can write a question) Write in details about Interactions of Host, Agent, and Environment (your

MGT321 Intro to International Business

Description – Students are advised to make their work clear and well-presented. Poor presentation may result in reduced marks. This includes filling in your information on the cover page. Students must mention the question number clearly in their answers. Late submissions will NOT be accepted. Avoid plagiarism. Your work should

Management Question

Description • This assignment is an individualassignment. • THE ASSIGNMENT MUST BE SUBMITTED ONLY IN WORD FORMAT VIA THE ALLOCATED FOLDER. • ASSIGNMENTS SUBMITTED THROUGH EMAIL WILL NOT BE ACCEPTED. • STUDENTS ARE ADVISED TO MAKE THEIR WORK CLEAR AND WELL-PRESENTED; MARKS MAY BE REDUCED FOR POOR PRESENTATION. THIS INCLUDES

Management Question

Description ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University Department of Business Administration College of Administrative and Financial Sciences Assignment – 1 Marketing Management (MGT 201) Due Date: 04/10/2025 @ 23:59 Course Name: Marketing Management Student’s Name: Course Code: MGT201

Management Question

Description | ‫عام‬Public ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 1 Human Resources Management (MGT 211) Due Date: 04/10/2025 @ 23:59 Course Name: HR Management Student’s Name: Course Code: MGT211 Student’s ID

Management Question

Description ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 1 Introduction to Operations Management (MGT 311) Due Date: 04/10/2025 @ 23:59 Course Name: Introduction to Operations Management Course Code: MGT 311 Student’s Name:

Mgt430-PERIODIC REPORT 2

Description Designation: Head of Recruitment and Government Relations Department Department: Human Resources Trainee Responsibilities 1. Responsibilities 2. Recruitment, onboarding 3. Employee relations 4. Employee engagement ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University PERIODIC REPORT No: 2 Internship Student Report

Mgt430-PERIODIC REPORT2

Description Designation: Director Department: Logistics Services Trainee Responsibilities: Provide administrative support. 2. Support in vehicle inspections and report issues. 3. Assist in preparing daily transportation schedules. 4. Assist in coordinating vehicle delivery requests from different departments. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of