Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 15 pages
Exam (elaborations)

DATA STRUCTURES AND ALGORITHMS | FROM QUESTION TO PERFECTION| STUDY WITH CONFIDENCE!

Document preview thumbnail
Preview 2 out of 15 pages

DATA STRUCTURES AND ALGORITHMS | FROM QUESTION TO PERFECTION| STUDY WITH CONFIDENCE!

Content preview

DATA STRUCTURES AND ALGORITHMS | FROM QUESTION
TO PERFECTION| STUDY WITH CONFIDENCE!
Course Code:
Course Title: DATA STRUCTURES & ALGORITHMS.
Programme:
Academic Year: 2026/2027
Duration: 2 Hours
Total Marks: 100
Candidate Instructions:
1) Write your Registration Number on every answer booklet used.
2) Answer ALL questions in Section A and ANY TWO (2) questions in
Section B.
3) Read each question carefully before answering.
4) Begin each question on a new page.
5) The marks for each question are indicated in brackets.
6) This paper consists of several printed pages, including this page.
7) Ensure your copy is complete before the examination begins.
8) Unauthorized materials and communication with other candidates are not
permitted.




Turn Over.


APPHIA – Crafted with Care and Precision for Academic Excellence.
1

, What is a data structure? Answer: An arrangement of data inside a computers memory or a disk.
Name 5 data types Answer: BLASH: binary trees, linked lists, arrays, stacks, hash tables
What do algorithms do? Answer: Manipulate the data in data structures in various ways such as
sorting.
What is real-world storage data? Answer: Data structure storage that describes physical entities
external to the computer. Accessed by a programs user.
What are programmer's tools? Answer: Data structure storage that is accessed by the program
itself. Ex - stacks and queues.
What is real-world modeling? Answer: Data structures that directly model real-world
situations...think graphs.
What is an object? Answer: A software bundle of variables and related methods.
What is a class? Answer: A blueprint that defines an objects variables and methods.
The keyword "new" is used to do what? Answer: Create a new object in Java.
An object is often referred to as: Answer: An instance of a class.
object.method(); is and example of Answer: Invoking a method for a specific object.
Execution of the program starts where? Answer: main()
To create an object in Java you must do two things: Answer: 1. Use the keyword "new"
2. Store a reference to the object in a variable that is the same type as the class.
So:
Object = new ClassReference();
How do other parts of your program interact with objects? Answer: By interacting with an
objects methods
What is a constructor? Answer: A special method that is called automatically whenever a new
object is created. It prepares the object for use.
How is the constructor named? Answer: It has the same name as the class it resides in.
A field of method that is private can only be accessed by Answer: Methods that are apart of the
same class.
Any outside entity that wants to access data in a class can do so by: Answer: Using a method of
that class.
What must be added to all input methods for them to work? Answer: throws IOException
What does the charAt() method do? Answer: Returns a character at the specific position in the
string object.



APPHIA – Crafted with Care and Precision for Academic Excellence.
2

Document information

Uploaded on
August 17, 2026
Number of pages
15
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$14.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Apphia
3.0
(2)
Sold
5
Followers
0
Items
3652
Last sold
2 weeks ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions