Programming I Honors Fall Final Exam Review: SY15-16 (Part 7/7) – Flashcards
Unlock all answers in this set
Unlock answersquestion
A ??? method is also known as a help method.
answer
work
question
An ??? is the adjective defining the type of access (public or private) that outside classes will have to the attribute or method.
answer
access specifier
question
In a class method, the ??? reference can be used only with identifiers that are field names.
answer
this
question
??? methods are those for which no object needs to exist.
answer
Static
question
??? methods are methods that exist to be used with an object created from a class.
answer
Nonstatic
question
In most programming languages, you use the word ??? when you want to declare a static class member.
answer
static
question
If a constructor requires arguments, it is a ??? constructor.
answer
nondefault
question
A method's name and list of argument types together are its ???.
answer
signature
question
The most common way to declare a destructor explicitly is to use an identifier that consists of a ??? followed by the class name.
answer
tilde
question
When you purchase or download a compiler for an Object-Oriented Programming language, it comes packaged with many predefined, built-in ???.
answer
classes
question
From the 1950s, when businesses began to use computers to help them perform many jobs, through the 1980s, almost all interactive dialogues between people and computers took place at the ??? prompt.
answer
command
question
The ??? line is the location on your computer screen at which you type entries to communicate with the computer's operating system.
answer
command
question
Operating system software allows you to use a mouse or other pointing device to select pictures, or ???, on the screen.
answer
icons
question
Performing an operation on an icon causes an ???.
answer
event
question
Within an event-driven program, a component from which an event is generated is the ??? of the event.
answer
source
question
In Object-Oriented languages, the procedural modules that depend on user-initiated events are often called ???.
answer
scripts
question
GUI components are excellent examples of the best principals of Object-Oriented Programming: they represent objects with attributes and methods that operate like ??? boxes.
answer
black
question
A ??? is one of the tiny dots of light that form a grid on your screen.
answer
pixel
question
When you use a menu bar, it is at the top of the screen in most GUI programs, and the first menu item is almost always ???.
answer
file
question
GUI programmers sometimes refer to screen space as ???.
answer
real estate