Deck 12: Event-Driven Gui Programming, Multithreading, and Animation

ملء الشاشة (f)
exit full mode
سؤال
Performing an operation on an icon causes a(n)____.

A) instance
B) message
C) event
D) interface
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
With a single CPU,multiple threads execute simultaneously.
سؤال
Multithreaded programs often run faster and they are more user-friendly.
سؤال
A GUI picture album has a picture or sketch of a screen the user will see when running a program.
سؤال
A ____ is a rectangular area into which the user can type text.

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 applets.
سؤال
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
سؤال
Computer users can expect to see a standard interface in the GUI programs they use.
سؤال
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
سؤال
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.
سؤال
An important advantage of using GUI data-entry objects is that you often can control what users enter by limiting their options.
سؤال
Operating system software allows you to use your fingers,a mouse or other pointing device to select screen controls,such as buttons and scroll bars or pictures,also called ____.

A) targets
B) icons
C) windows
D) menus
سؤال
Many object-oriented languages offer built-in classes that contain methods you can use to draw geometric figures.
سؤال
In object-oriented languages,the procedural modules that depend on user-initiated events are often called ____.

A) scripts
B) blocks
C) handlers
D) windows
سؤال
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
سؤال
When you program in a language that uses GUI components,you need to create them from scratch.
سؤال
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 an event-driven program,you design the screens,define the objects,and define how the screens will connect.
سؤال
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
سؤال
Using multiple threads of execution is known as ____.

A) binding
B) racing
C) multithreading
D) multipathing
سؤال
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
سؤال
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
سؤال
A ____ is one of the tiny dots of light that form a grid on your screen.

A) point
B) texel
C) textile
D) pixel
سؤال
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
سؤال
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
سؤال
GUI programmers sometimes refer to screen space as ____.

A) canvas
B) interface
C) real estate
D) territory
سؤال
Making programs easier to use for people with physical limitations is known as enhancing ____.

A) usability
B) accessibility
C) interface
D) compliance
سؤال
People who use the Disk Operating System (DOS)often call the command line the ____________________.
سؤال
You should make sure that unavailable screen options are either dimmed (also called ____)or removed.

A) grayed
B) hidden
C) suppressed
D) blanked
سؤال
In most object-oriented languages,a method named ____________________ executes automatically when a class object is created.
سؤال
An object that is "interested in" an event to which you want it to respond is a(n)____________________.
سؤال
A ____________________ contains a series of wireframes that represent a user's experience with proposed software.
سؤال
Cartoonists create animated films by drawing a sequence of ____ or cells.

A) frames
B) blocks
C) pictures
D) targets
سؤال
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
سؤال
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
سؤال
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.
سؤال
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
سؤال
____ 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
سؤال
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
سؤال
Match each term with a statement below.


-Where two or more threads wait for each other to execute

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Match each term with a statement below.


-A class of objects whose main purpose is to hold other elements

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Match each term with a statement below.


-Its value increases as you travel from left to right across the window

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Discuss the purpose of a storyboard.
سؤال
Match each term with a statement below.


-Where a thread is abandoned because other threads occupy all of the computer's resources

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Match each term with a statement below.


-The flow of execution of one set of program statements

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
List the two types of statements that you must write when an object should listen for events.
سؤال
Discuss the purpose of a wireframe.
سؤال
Match each term with a statement below.


-A horizontal position

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Discuss multithreading.
سؤال
Explain why your program should be forgiving.
سؤال
Match each term with a statement below.


-Its value increases as you travel from top to bottom

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Match each term with a statement below.


-A vertical position

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Describe a thread.
سؤال
List the events in developing an event-driven program.
سؤال
Match each term with a statement below.


-An occurrence that generates a message sent to an object

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
سؤال
Discuss using the integrated development environment to create applications.
سؤال
Describe the container class.
سؤال
List the general design principles used when creating a program that will use a GUI.
سؤال
Match each term with a statement below.


-Shows the relationship between screens in an interactive GUI program

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/60
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Event-Driven Gui Programming, Multithreading, and Animation
1
Performing an operation on an icon causes a(n)____.

A) instance
B) message
C) event
D) interface
C
2
With a single CPU,multiple threads execute simultaneously.
False
3
Multithreaded programs often run faster and they are more user-friendly.
True
4
A GUI picture album has a picture or sketch of a screen the user will see when running a program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
5
A ____ is a rectangular area into which the user can type text.

A) label
B) button
C) check box
D) text box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
6
In object-oriented languages,the procedural modules that depend on user-initiated events are often called applets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
7
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
8
Computer users can expect to see a standard interface in the GUI programs they use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
9
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
10
A(n)____ consists of a label placed beside a small square.

A) option button
B) button
C) check box
D) text box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
11
GUI programs are frequently called action-controlled because actions occur in response to user-initiated events such as clicking a mouse button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
12
An important advantage of using GUI data-entry objects is that you often can control what users enter by limiting their options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
13
Operating system software allows you to use your fingers,a mouse or other pointing device to select screen controls,such as buttons and scroll bars or pictures,also called ____.

A) targets
B) icons
C) windows
D) menus
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
14
Many object-oriented languages offer built-in classes that contain methods you can use to draw geometric figures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
15
In object-oriented languages,the procedural modules that depend on user-initiated events are often called ____.

A) scripts
B) blocks
C) handlers
D) windows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
16
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
17
When you program in a language that uses GUI components,you need to create them from scratch.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
18
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
19
In an event-driven program,you design the screens,define the objects,and define how the screens will connect.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
20
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
21
Using multiple threads of execution is known as ____.

A) binding
B) racing
C) multithreading
D) multipathing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
22
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
24
A ____ is one of the tiny dots of light that form a grid on your screen.

A) point
B) texel
C) textile
D) pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
26
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
27
GUI programmers sometimes refer to screen space as ____.

A) canvas
B) interface
C) real estate
D) territory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
28
Making programs easier to use for people with physical limitations is known as enhancing ____.

A) usability
B) accessibility
C) interface
D) compliance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
29
People who use the Disk Operating System (DOS)often call the command line the ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
30
You should make sure that unavailable screen options are either dimmed (also called ____)or removed.

A) grayed
B) hidden
C) suppressed
D) blanked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
31
In most object-oriented languages,a method named ____________________ executes automatically when a class object is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
32
An object that is "interested in" an event to which you want it to respond is a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
33
A ____________________ contains a series of wireframes that represent a user's experience with proposed software.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
34
Cartoonists create animated films by drawing a sequence of ____ or cells.

A) frames
B) blocks
C) pictures
D) targets
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
36
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
37
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
38
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
39
____ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
40
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
41
Match each term with a statement below.


-Where two or more threads wait for each other to execute

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
42
Match each term with a statement below.


-A class of objects whose main purpose is to hold other elements

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
43
Match each term with a statement below.


-Its value increases as you travel from left to right across the window

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
44
Discuss the purpose of a storyboard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
45
Match each term with a statement below.


-Where a thread is abandoned because other threads occupy all of the computer's resources

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
46
Match each term with a statement below.


-The flow of execution of one set of program statements

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
47
List the two types of statements that you must write when an object should listen for events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
48
Discuss the purpose of a wireframe.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
49
Match each term with a statement below.


-A horizontal position

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
50
Discuss multithreading.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
51
Explain why your program should be forgiving.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
52
Match each term with a statement below.


-Its value increases as you travel from top to bottom

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
53
Match each term with a statement below.


-A vertical position

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
54
Describe a thread.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
55
List the events in developing an event-driven program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
56
Match each term with a statement below.


-An occurrence that generates a message sent to an object

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
57
Discuss using the integrated development environment to create applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
58
Describe the container class.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
59
List the general design principles used when creating a program that will use a GUI.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
60
Match each term with a statement below.


-Shows the relationship between screens in an interactive GUI program

A)event
B)y-axis
C)y-coordinate
D)thread
E)deadlock
F)x-axis
G)x-coordinate
H)starvation
I)interactivity diagram
J)container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.