Deck 12: Event Driven Gui Programming Multithreading and Animation

ملء الشاشة (f)
exit full mode
سؤال
Many object-oriented languages offer built-in classes that contain methods you can use to draw geometric figures.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Operating system software allows you to use a mouse or other pointing device to select pictures, or ____, on the screen.

A) targets
B) icons
C) windows
D) menus
سؤال
Computer users can expect to see a standard interface in the GUI programs they use.
سؤال
A(n) ____ consists of a label placed beside a small square.

A) option button
B) button
C) check box
D) text box
سؤال
GUI programs are frequently called action-controlled because actions occur in response to user-initiated events such as clicking a mouse button.
سؤال
Performing an operation on an icon causes a(n) ____.

A) instance
B) message
C) event
D) interface
سؤال
GUI components are excellent examples of the best principles of object-oriented programming; they represent objects with attributes and methods that operate like ____.

A) trap doors
B) black boxes
C) a procedural function
D) a while loop
سؤال
With a single CPU, multiple threads execute simultaneously.
سؤال
An important advantage of using GUI data-entry objects is that you often can control what users enter by limiting their options.
سؤال
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 ____.

A) command prompt
B) graphical window
C) menu
D) system interface
سؤال
When you program in a language that uses GUI components, you need to create them from scratch.
سؤال
A ____ is a rectangular object you can click; when you do, its appearance usually changes to look pressed.

A) label
B) button
C) check box
D) text box
سؤال
In object-oriented languages, the procedural modules that depend on user-initiated events are often called ____.

A) scripts
B) blocks
C) handlers
D) windows
سؤال
A ____ is a rectangular area into which the user can type text.

A) label
B) button
C) check box
D) text box
سؤال
A GUI picture album represents "snapshot" views of the screens the user will encounter during the run of a program.
سؤال
The ____ is the location on your computer screen at which you type entries to communicate with the computer's operating system.

A) GUI
B) IDE
C) system terminal
D) command line
سؤال
Within an event-driven program, a component from which an event is generated is the ____.

A) target of the event
B) source of the event
C) interface of the event
D) message handler
سؤال
In object-oriented languages, the procedural modules that depend on user-initiated events are often called applets.
سؤال
In an event-driven program, you design the screens, define the objects, and define how the screens will connect.
سؤال
Multithreaded programs often run faster and they are more user-friendly.
سؤال
The ____ contains methods that allow you to set physical properties such as height and width, as well as methods that allow you to add the appropriate components to a container.

A) attributes class
B) container dictionary
C) containment class
D) container class
سؤال
People who use the Disk Operating System (DOS) also call the command line the ____________________.
سؤال
A ____ represents a picture or sketch of a screen the user will see when running a program.

A) framework
B) page frame
C) wireframe
D) sketch-up
سؤال
____ is the rapid sequence of still images, each slightly different from the previous one, that produces the illusion of movement.

A) Screening
B) Animation
C) Filmation
D) Stop motion
سؤال
A ____________________ contains a series of wireframes that represent a user's experience with proposed software.
سؤال
Making programs easier to use for people with physical limitations is known as enhancing ____.

A) usability
B) accessibility
C) interface
D) compliance
سؤال
A(n) ____ shows the relationship between screens in an interactive GUI program.

A) entity diagram
B) data flow diagram
C) use case diagram
D) interactivity diagram
سؤال
Cartoonists create animated films by drawing a sequence of ____ or cells.

A) frames
B) blocks
C) pictures
D) targets
سؤال
A ____ is one of the tiny dots of light that form a grid on your screen.

A) point
B) texel
C) textile
D) pixel
سؤال
A(n) ____________________ is a list of the objects used in a program, including which screens they are used on and whether any code, or script, is associated with them.
سؤال
When you develop an event-driven application, you need to expand on the ____ step in the program development cycle.

A) understanding the problem
B) planning the logic
C) coding the program
D) testing the program
سؤال
With most OOP languages, you must ____ components, or sign them up so that they can react to events initiated by other components.

A) register
B) activate
C) instantiate
D) create
سؤال
With a(n) ____ program, a user can continue to click buttons while your program is reading a data file.

A) single threaded
B) parallel threaded
C) independently threaded
D) multithreaded
سؤال
In most object-oriented languages, a method named ____________________ executes automatically when a class object is created.
سؤال
A(n) ____ is a list of the objects used in a program, including which screens they are used on and whether any code is associated with them.

A) object dictionary
B) object index
C) GUI dictionary
D) interface dictionary
سؤال
Using multiple threads of execution is known as ____.

A) binding
B) racing
C) multithreading
D) multipathing
سؤال
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 ____.

A) Edit
B) File
C) Home
D) Help
سؤال
GUI programmers sometimes refer to screen space as ____.

A) canvas
B) interface
C) real estate
D) territory
سؤال
You should make sure that unavailable screen options are either dimmed (also called ____) or removed.

A) grayed
B) hidden
C) suppressed
D) blanked
سؤال
An object that is "interested in" an event to which you want it to respond is a(n) ____________________.
سؤال
Match between columns
Where a thread is abandoned because other threads occupy all of the computer's resources
event
Where a thread is abandoned because other threads occupy all of the computer's resources
interactivity diagram
Where a thread is abandoned because other threads occupy all of the computer's resources
container
Where a thread is abandoned because other threads occupy all of the computer's resources
thread
Where a thread is abandoned because other threads occupy all of the computer's resources
deadlock
Where a thread is abandoned because other threads occupy all of the computer's resources
starvation
Where a thread is abandoned because other threads occupy all of the computer's resources
x-axis
Where a thread is abandoned because other threads occupy all of the computer's resources
y-axis
Where a thread is abandoned because other threads occupy all of the computer's resources
x-coordinate
Where a thread is abandoned because other threads occupy all of the computer's resources
y-coordinate
Where two or more threads wait for each other to execute
event
Where two or more threads wait for each other to execute
interactivity diagram
Where two or more threads wait for each other to execute
container
Where two or more threads wait for each other to execute
thread
Where two or more threads wait for each other to execute
deadlock
Where two or more threads wait for each other to execute
starvation
Where two or more threads wait for each other to execute
x-axis
Where two or more threads wait for each other to execute
y-axis
Where two or more threads wait for each other to execute
x-coordinate
Where two or more threads wait for each other to execute
y-coordinate
An occurrence that generates a message sent to an object
event
An occurrence that generates a message sent to an object
interactivity diagram
An occurrence that generates a message sent to an object
container
An occurrence that generates a message sent to an object
thread
An occurrence that generates a message sent to an object
deadlock
An occurrence that generates a message sent to an object
starvation
An occurrence that generates a message sent to an object
x-axis
An occurrence that generates a message sent to an object
y-axis
An occurrence that generates a message sent to an object
x-coordinate
An occurrence that generates a message sent to an object
y-coordinate
Its value increases as you travel from top to bottom
event
Its value increases as you travel from top to bottom
interactivity diagram
Its value increases as you travel from top to bottom
container
Its value increases as you travel from top to bottom
thread
Its value increases as you travel from top to bottom
deadlock
Its value increases as you travel from top to bottom
starvation
Its value increases as you travel from top to bottom
x-axis
Its value increases as you travel from top to bottom
y-axis
Its value increases as you travel from top to bottom
x-coordinate
Its value increases as you travel from top to bottom
y-coordinate
A horizontal position
event
A horizontal position
interactivity diagram
A horizontal position
container
A horizontal position
thread
A horizontal position
deadlock
A horizontal position
starvation
A horizontal position
x-axis
A horizontal position
y-axis
A horizontal position
x-coordinate
A horizontal position
y-coordinate
A vertical position
event
A vertical position
interactivity diagram
A vertical position
container
A vertical position
thread
A vertical position
deadlock
A vertical position
starvation
A vertical position
x-axis
A vertical position
y-axis
A vertical position
x-coordinate
A vertical position
y-coordinate
Shows the relationship between screens in an interactive GUI program
event
Shows the relationship between screens in an interactive GUI program
interactivity diagram
Shows the relationship between screens in an interactive GUI program
container
Shows the relationship between screens in an interactive GUI program
thread
Shows the relationship between screens in an interactive GUI program
deadlock
Shows the relationship between screens in an interactive GUI program
starvation
Shows the relationship between screens in an interactive GUI program
x-axis
Shows the relationship between screens in an interactive GUI program
y-axis
Shows the relationship between screens in an interactive GUI program
x-coordinate
Shows the relationship between screens in an interactive GUI program
y-coordinate
A class of objects whose main purpose is to hold other elements
event
A class of objects whose main purpose is to hold other elements
interactivity diagram
A class of objects whose main purpose is to hold other elements
container
A class of objects whose main purpose is to hold other elements
thread
A class of objects whose main purpose is to hold other elements
deadlock
A class of objects whose main purpose is to hold other elements
starvation
A class of objects whose main purpose is to hold other elements
x-axis
A class of objects whose main purpose is to hold other elements
y-axis
A class of objects whose main purpose is to hold other elements
x-coordinate
A class of objects whose main purpose is to hold other elements
y-coordinate
Its value increases as you travel from left to right across the window
event
Its value increases as you travel from left to right across the window
interactivity diagram
Its value increases as you travel from left to right across the window
container
Its value increases as you travel from left to right across the window
thread
Its value increases as you travel from left to right across the window
deadlock
Its value increases as you travel from left to right across the window
starvation
Its value increases as you travel from left to right across the window
x-axis
Its value increases as you travel from left to right across the window
y-axis
Its value increases as you travel from left to right across the window
x-coordinate
Its value increases as you travel from left to right across the window
y-coordinate
The flow of execution of one set of program statements
event
The flow of execution of one set of program statements
interactivity diagram
The flow of execution of one set of program statements
container
The flow of execution of one set of program statements
thread
The flow of execution of one set of program statements
deadlock
The flow of execution of one set of program statements
starvation
The flow of execution of one set of program statements
x-axis
The flow of execution of one set of program statements
y-axis
The flow of execution of one set of program statements
x-coordinate
The flow of execution of one set of program statements
y-coordinate
سؤال
Describe a thread.
سؤال
Discuss the purpose of a wireframe.
سؤال
Discuss multithreading.
سؤال
List the general design principles used when creating a program that will use a GUI.
سؤال
Describe the container class.
سؤال
Explain why your program should be forgiving.
سؤال
Discuss using the integrated development environment to create applications.
سؤال
Discuss the purpose of a storyboard.
سؤال
List the two types of statements that you must write when an object should listen for events.
سؤال
List the events in developing an event-driven program.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/51
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Event Driven Gui Programming Multithreading and Animation
1
Many object-oriented languages offer built-in classes that contain methods you can use to draw geometric figures.
True
2
Operating system software allows you to use a mouse or other pointing device to select pictures, or ____, on the screen.

A) targets
B) icons
C) windows
D) menus
B
3
Computer users can expect to see a standard interface in the GUI programs they use.
True
4
A(n) ____ consists of a label placed beside a small square.

A) option button
B) button
C) check box
D) text box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
5
GUI programs are frequently called action-controlled because actions occur in response to user-initiated events such as clicking a mouse button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
6
Performing an operation on an icon causes a(n) ____.

A) instance
B) message
C) event
D) interface
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
7
GUI components are excellent examples of the best principles of object-oriented programming; they represent objects with attributes and methods that operate like ____.

A) trap doors
B) black boxes
C) a procedural function
D) a while loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
8
With a single CPU, multiple threads execute simultaneously.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
9
An important advantage of using GUI data-entry objects is that you often can control what users enter by limiting their options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
10
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 ____.

A) command prompt
B) graphical window
C) menu
D) system interface
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
11
When you program in a language that uses GUI components, you need to create them from scratch.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
12
A ____ is a rectangular object you can click; when you do, its appearance usually changes to look pressed.

A) label
B) button
C) check box
D) text box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
13
In object-oriented languages, the procedural modules that depend on user-initiated events are often called ____.

A) scripts
B) blocks
C) handlers
D) windows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
14
A ____ is a rectangular area into which the user can type text.

A) label
B) button
C) check box
D) text box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
15
A GUI picture album represents "snapshot" views of the screens the user will encounter during the run of a program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
16
The ____ is the location on your computer screen at which you type entries to communicate with the computer's operating system.

A) GUI
B) IDE
C) system terminal
D) command line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
17
Within an event-driven program, a component from which an event is generated is the ____.

A) target of the event
B) source of the event
C) interface of the event
D) message handler
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
18
In object-oriented languages, the procedural modules that depend on user-initiated events are often called applets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
19
In an event-driven program, you design the screens, define the objects, and define how the screens will connect.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
20
Multithreaded programs often run faster and they are more user-friendly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
21
The ____ contains methods that allow you to set physical properties such as height and width, as well as methods that allow you to add the appropriate components to a container.

A) attributes class
B) container dictionary
C) containment class
D) container class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
22
People who use the Disk Operating System (DOS) also call the command line the ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
23
A ____ represents a picture or sketch of a screen the user will see when running a program.

A) framework
B) page frame
C) wireframe
D) sketch-up
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
24
____ is the rapid sequence of still images, each slightly different from the previous one, that produces the illusion of movement.

A) Screening
B) Animation
C) Filmation
D) Stop motion
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
25
A ____________________ contains a series of wireframes that represent a user's experience with proposed software.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
26
Making programs easier to use for people with physical limitations is known as enhancing ____.

A) usability
B) accessibility
C) interface
D) compliance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
27
A(n) ____ shows the relationship between screens in an interactive GUI program.

A) entity diagram
B) data flow diagram
C) use case diagram
D) interactivity diagram
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
28
Cartoonists create animated films by drawing a sequence of ____ or cells.

A) frames
B) blocks
C) pictures
D) targets
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
29
A ____ is one of the tiny dots of light that form a grid on your screen.

A) point
B) texel
C) textile
D) pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
30
A(n) ____________________ is a list of the objects used in a program, including which screens they are used on and whether any code, or script, is associated with them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
31
When you develop an event-driven application, you need to expand on the ____ step in the program development cycle.

A) understanding the problem
B) planning the logic
C) coding the program
D) testing the program
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
32
With most OOP languages, you must ____ components, or sign them up so that they can react to events initiated by other components.

A) register
B) activate
C) instantiate
D) create
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
33
With a(n) ____ program, a user can continue to click buttons while your program is reading a data file.

A) single threaded
B) parallel threaded
C) independently threaded
D) multithreaded
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
34
In most object-oriented languages, a method named ____________________ executes automatically when a class object is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
35
A(n) ____ is a list of the objects used in a program, including which screens they are used on and whether any code is associated with them.

A) object dictionary
B) object index
C) GUI dictionary
D) interface dictionary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
36
Using multiple threads of execution is known as ____.

A) binding
B) racing
C) multithreading
D) multipathing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
37
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 ____.

A) Edit
B) File
C) Home
D) Help
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
38
GUI programmers sometimes refer to screen space as ____.

A) canvas
B) interface
C) real estate
D) territory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
39
You should make sure that unavailable screen options are either dimmed (also called ____) or removed.

A) grayed
B) hidden
C) suppressed
D) blanked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
40
An object that is "interested in" an event to which you want it to respond is a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
41
Match between columns
Where a thread is abandoned because other threads occupy all of the computer's resources
event
Where a thread is abandoned because other threads occupy all of the computer's resources
interactivity diagram
Where a thread is abandoned because other threads occupy all of the computer's resources
container
Where a thread is abandoned because other threads occupy all of the computer's resources
thread
Where a thread is abandoned because other threads occupy all of the computer's resources
deadlock
Where a thread is abandoned because other threads occupy all of the computer's resources
starvation
Where a thread is abandoned because other threads occupy all of the computer's resources
x-axis
Where a thread is abandoned because other threads occupy all of the computer's resources
y-axis
Where a thread is abandoned because other threads occupy all of the computer's resources
x-coordinate
Where a thread is abandoned because other threads occupy all of the computer's resources
y-coordinate
Where two or more threads wait for each other to execute
event
Where two or more threads wait for each other to execute
interactivity diagram
Where two or more threads wait for each other to execute
container
Where two or more threads wait for each other to execute
thread
Where two or more threads wait for each other to execute
deadlock
Where two or more threads wait for each other to execute
starvation
Where two or more threads wait for each other to execute
x-axis
Where two or more threads wait for each other to execute
y-axis
Where two or more threads wait for each other to execute
x-coordinate
Where two or more threads wait for each other to execute
y-coordinate
An occurrence that generates a message sent to an object
event
An occurrence that generates a message sent to an object
interactivity diagram
An occurrence that generates a message sent to an object
container
An occurrence that generates a message sent to an object
thread
An occurrence that generates a message sent to an object
deadlock
An occurrence that generates a message sent to an object
starvation
An occurrence that generates a message sent to an object
x-axis
An occurrence that generates a message sent to an object
y-axis
An occurrence that generates a message sent to an object
x-coordinate
An occurrence that generates a message sent to an object
y-coordinate
Its value increases as you travel from top to bottom
event
Its value increases as you travel from top to bottom
interactivity diagram
Its value increases as you travel from top to bottom
container
Its value increases as you travel from top to bottom
thread
Its value increases as you travel from top to bottom
deadlock
Its value increases as you travel from top to bottom
starvation
Its value increases as you travel from top to bottom
x-axis
Its value increases as you travel from top to bottom
y-axis
Its value increases as you travel from top to bottom
x-coordinate
Its value increases as you travel from top to bottom
y-coordinate
A horizontal position
event
A horizontal position
interactivity diagram
A horizontal position
container
A horizontal position
thread
A horizontal position
deadlock
A horizontal position
starvation
A horizontal position
x-axis
A horizontal position
y-axis
A horizontal position
x-coordinate
A horizontal position
y-coordinate
A vertical position
event
A vertical position
interactivity diagram
A vertical position
container
A vertical position
thread
A vertical position
deadlock
A vertical position
starvation
A vertical position
x-axis
A vertical position
y-axis
A vertical position
x-coordinate
A vertical position
y-coordinate
Shows the relationship between screens in an interactive GUI program
event
Shows the relationship between screens in an interactive GUI program
interactivity diagram
Shows the relationship between screens in an interactive GUI program
container
Shows the relationship between screens in an interactive GUI program
thread
Shows the relationship between screens in an interactive GUI program
deadlock
Shows the relationship between screens in an interactive GUI program
starvation
Shows the relationship between screens in an interactive GUI program
x-axis
Shows the relationship between screens in an interactive GUI program
y-axis
Shows the relationship between screens in an interactive GUI program
x-coordinate
Shows the relationship between screens in an interactive GUI program
y-coordinate
A class of objects whose main purpose is to hold other elements
event
A class of objects whose main purpose is to hold other elements
interactivity diagram
A class of objects whose main purpose is to hold other elements
container
A class of objects whose main purpose is to hold other elements
thread
A class of objects whose main purpose is to hold other elements
deadlock
A class of objects whose main purpose is to hold other elements
starvation
A class of objects whose main purpose is to hold other elements
x-axis
A class of objects whose main purpose is to hold other elements
y-axis
A class of objects whose main purpose is to hold other elements
x-coordinate
A class of objects whose main purpose is to hold other elements
y-coordinate
Its value increases as you travel from left to right across the window
event
Its value increases as you travel from left to right across the window
interactivity diagram
Its value increases as you travel from left to right across the window
container
Its value increases as you travel from left to right across the window
thread
Its value increases as you travel from left to right across the window
deadlock
Its value increases as you travel from left to right across the window
starvation
Its value increases as you travel from left to right across the window
x-axis
Its value increases as you travel from left to right across the window
y-axis
Its value increases as you travel from left to right across the window
x-coordinate
Its value increases as you travel from left to right across the window
y-coordinate
The flow of execution of one set of program statements
event
The flow of execution of one set of program statements
interactivity diagram
The flow of execution of one set of program statements
container
The flow of execution of one set of program statements
thread
The flow of execution of one set of program statements
deadlock
The flow of execution of one set of program statements
starvation
The flow of execution of one set of program statements
x-axis
The flow of execution of one set of program statements
y-axis
The flow of execution of one set of program statements
x-coordinate
The flow of execution of one set of program statements
y-coordinate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
42
Describe a thread.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
43
Discuss the purpose of a wireframe.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
44
Discuss multithreading.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
45
List the general design principles used when creating a program that will use a GUI.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
46
Describe the container class.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
47
Explain why your program should be forgiving.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
48
Discuss using the integrated development environment to create applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
49
Discuss the purpose of a storyboard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
50
List the two types of statements that you must write when an object should listen for events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
51
List the events in developing an event-driven program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 51 في هذه المجموعة.