- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 79 study documents about .
79 results
Exam (elaborations)
OOP Test 3 UPDATED ACTUAL Exam Questions and CORRECT Answers
OOP Test 3 UPDATED ACTUAL Exam 
Questions and CORRECT Answers 
Control - CORRECT ANSWER - A ToolTip is a ________ that allows the programmer to 
create a small popup message that displays when the user places the mouse over a control. 
Nested Loop - CORRECT ANSWER 
Integer Variable - CORRECT ANSWER - A ________ is a loop inside another loop. - A counter is a(n) ________ that can be 
incremented or decremented each time a loop runs
Exam (elaborations)
Object Oriented Programming Test 2 UPDATED ACTUAL Exam Questions and CORRECT Answers
Object Oriented Programming Test 2 
UPDATED ACTUAL Exam Questions and 
CORRECT Answers 
operator overloading - CORRECT ANSWER - AKA ad hoc polymorphism, a specific case 
where different operators have different implementations depending on their arguments . An 
example is the + operator which can be used in addition and string concatenation 
method overloading - CORRECT ANSWER - ability to create multiple methods of the 
same name with different parameters. The add method is a goo...
Exam (elaborations)
Object Oriented Programming Test 1 UPDATED ACTUAL Exam Questions and CORRECT Answers
Object Oriented Programming Test 1 
UPDATED ACTUAL Exam Questions and 
CORRECT Answers 
To use custom data types, you need to define a ________________ - CORRECT 
ANSWER - class 
An object is called an ____________ of a class - CORRECT ANSWER 
Creating an object is called ___________ - CORRECT ANSWER - instance - instantiation 
The characteristics of an object are called _____________ - CORRECT ANSWER 
properties 
c# has two ways of storing data, by ____________ ______ ___...
Exam (elaborations)
OOP Final exam UPDATED ACTUAL Exam Questions and CORRECT Answers
OOP Final exam UPDATED ACTUAL Exam 
Questions and CORRECT Answers 
1. What are the key differences between functional programming and object-oriented 
programming (OOP)? - CORRECT ANSWER - Functional programming focuses on 
immutable data and pure functions without side effects, emphasizing what to solve. OOP 
organizes code around objects and classes, emphasizing how to solve using encapsulation, 
inheritance, and polymorphism. 
2. Why is OOP widely used in modern software developme...
Exam (elaborations)
OOP Exam UPDATED ACTUAL Exam Questions and CORRECT Answers
OOP Exam UPDATED ACTUAL Exam 
Questions and CORRECT Answers 
Why did software development evolve to consider multiple stakeholders? - CORRECT 
ANSWER - As software became integral to business and user activities, balancing 
conflicting needs of project managers, developers, and users became crucial for sustainable and 
effective software design. 
What historical inefficiencies led to better integration of design and architecture processes? - 
CORRECT ANSWER - The separation of de...
Exam (elaborations)
OOP - EXAM PT 1 UPDATED ACTUAL Exam Questions and CORRECT Answers
OOP - EXAM PT 1 UPDATED ACTUAL 
Exam Questions and CORRECT Answers 
The information technology is to support information systems; the task of information systems is 
to support ________. 
A) information technology 
B) computer systems 
C) human enterprise 
D) network systems - CORRECT ANSWER - C 
In an accounting system, how the database stores invoices and payments, how it retrieves them, 
and how the integrity of data is insured are all related to ________.
Exam (elaborations)
OOP Exam 2 UPDATED ACTUAL Exam Questions and CORRECT Answers
OOP Exam 2 UPDATED ACTUAL Exam 
Questions and CORRECT Answers - true 
Under public inheritance, derived-class objects can be treated as base class objects - CORRECT 
ANSWER 
A base-class initializer can be provided in the derived-class constructor to call the base-class 
constructor explicitly; otherwise, the derived class' constructor will call the base class's 
______________ constructor. - CORRECT ANSWER - default 
A derived class can ______________________ a base-classes...
Exam (elaborations)
Advance Object Oriented Programming Exam 1 UPDATED ACTUAL Exam Questions and CORRECT Answers
Advance Object Oriented Programming 
Exam 1 UPDATED ACTUAL Exam 
Questions and CORRECT Answers 
Every actor must communicate with at least one use-case - CORRECT ANSWER - True 
The use case diagram covers the internal structure and the actual implementation of a use case - 
CORRECT ANSWER - False 
JavaDoc comments can be recognized by the JavaDoc tool as long as they appear anywhere in 
the source code using the syntax for comments. - CORRECT ANSWER - False
Exam (elaborations)
Object Oriented Programming Exam 1 UPDATED ACTUAL Exam Questions and CORRECT Answers
Object Oriented Programming Exam 1 
UPDATED ACTUAL Exam Questions and 
CORRECT Answers 
Agile Development - CORRECT ANSWER 
emphasizes flexibility, efficiency and collaboration 
The four Agile Values are - CORRECT ANSWER 
processes and tools - software development philosophy that - Individuals and interactions over 
Working software over comprehensive documentation 
Customer collaboration over contract negotiation 
Responding to change over following the plan. 
Agile Advantages...
Exam (elaborations)
Object Oriented Programming Exam 1 UPDATED Exam Questions and CORRECT Answers
Object Oriented Programming Exam 1 
UPDATED Exam Questions and CORRECT 
Answers 
What are the characteristics of good software? - CORRECT ANSWER 
Flexible/Adaptable 
Extendable 
Reusable - Robust/Reliable 
To design a software with all of the characteristics of good software, what principles do you need 
to utilize? - CORRECT ANSWER - Object-Oriented
Exam (elaborations)
Object-Oriented Programming UPDATED ACTUAL Exam Questions and CORRECT Answers
Object-Oriented Programming UPDATED 
ACTUAL Exam Questions and CORRECT 
Answers 
Class members consist of __________, __________, and __________. - CORRECT 
ANSWER - named constants, variable declarations, and methods 
default constructor - CORRECT ANSWER - a constructor without parameters 
Constructors have the same name as the __________. - CORRECT ANSWER 
new operator - CORRECT ANSWER - class
Exam (elaborations)
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu. Full Chapters Include;.....Chapter 0 Introduction to Computers and Programming Languages Chapter 1 Introduction to Object-Oriented Programming and Software Development Chapter 2 Getting Started with Java Chapter 3 Numerical Data Chapter 4 Defining Your Own Classes - Part 1 Chapter 5 Selection Statements Chapter 6 Repetition Statements Chapter 7 Defining Your Own Classes - Part 2 Chapter 8 Excepti...
Exam (elaborations)
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu. Full Chapters Include;.....Chapter 0 Introduction to Computers and Programming Languages Chapter 1 Introduction to Object-Oriented Programming and Software Development Chapter 2 Getting Started with Java Chapter 3 Numerical Data Chapter 4 Defining Your Own Classes - Part 1 Chapter 5 Selection Statements Chapter 6 Repetition Statements Chapter 7 Defining Your Own Classes - Part 2 Chapter 8 Excepti...
Exam (elaborations)
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu. Full Chapters Include;.....Chapter 0 Introduction to Computers and Programming Languages Chapter 1 Introduction to Object-Oriented Programming and Software Development Chapter 2 Getting Started with Java Chapter 3 Numerical Data Chapter 4 Defining Your Own Classes - Part 1 Chapter 5 Selection Statements Chapter 6 Repetition Statements Chapter 7 Defining Your Own Classes - Part 2 Chapter 8 Excepti...
Exam (elaborations)
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu
Solutions for An Introduction to Object-Oriented Programming with Java, 5th Edition By C. Thomas Wu. Full Chapters Include;.....Chapter 0 Introduction to Computers and Programming Languages Chapter 1 Introduction to Object-Oriented Programming and Software Development Chapter 2 Getting Started with Java Chapter 3 Numerical Data Chapter 4 Defining Your Own Classes - Part 1 Chapter 5 Selection Statements Chapter 6 Repetition Statements Chapter 7 Defining Your Own Classes - Part 2 Chapter 8 Excepti...
Exam (elaborations)
SD 2 – Object-Oriented Programming 2
SD 2 – Object-Oriented Programming 2
Exam (elaborations)
SD 2 – Object-Oriented Programming 1
SD 2 – Object-Oriented Programming 1
Exam (elaborations)
SD 2 – Object-Oriented Programming
SD 2 – Object-Oriented Programming
Exam (elaborations)
SD 2 – Object-Oriented Programming 10
SD 2 – Object-Oriented Programming 10
Exam (elaborations)
SD 2 – Object-Oriented Programming 9
SD 2 – Object-Oriented Programming 9