A) tkinter
B) PyQt5
C) breezypythongui
D) Kivy
Correct Answer
verified
Multiple Choice
A) gridspan
B) rowspan
C) columnspan
D) gridlock
Correct Answer
verified
Multiple Choice
A) #000000
B) #ffffff
C) #ff00ff
D) #00ffff
Correct Answer
verified
Multiple Choice
A) WindowFrame
B) ProgFrame
C) BreezyFrame
D) EasyFrame
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The new class inherits the attributes and behaviors defined in the parent class.
B) The new class becomes subjugated to the parent class, preventing the override of class values.
C) The new class becomes a copy of the ancestor class, and functions under the ancestor class's namespace.
D) The ancestor class and the new class both become global in scope.
Correct Answer
verified
Multiple Choice
A) layout
B) superframe
C) panel
D) combo frame
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) attempt-fail statement
B) if-else statement
C) try-except statement
D) test-succeed statement
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) askopenfileaccess
B) askfilesystemaccess
C) asksaveasfilename
D) askopenfilename
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) user-driven programming
B) event-driven programming
C) access-driven programming
D) object-oriented programming
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) It is used within the class and method definitions to call other methods on the same object, or to access that object's variables or data.
B) It is used to define the scope of the class in relevance to the rest of the program.
C) It is used to tell the Python virtual machine that the class is locally significant in the particular module or script it is defined.
D) It is used as a shortcut rather than typing out the module name, parent classes, and subclass to which the class belongs.
Correct Answer
verified
Multiple Choice
A) EasyTextField
B) TextArea
C) EasyListbox
D) EasyIntegerField
Correct Answer
verified
Multiple Choice
A) You require a GUI element that restricts a user to a single choice of items out of a group of items.
B) You require a GUI element to display an error message upon incorrect input.
C) You require a GUI element to prompt for a user's text input.
D) You require a GUI element to allow a large amount of text to be entered by the user.
Correct Answer
verified
Multiple Choice
A) You must name the event-handling method "onPress_".
B) You must use the bind method, which expects a string containing a key event.
C) You must map a shortcut in the host operating system to run the script with a specific argument.
D) You must define the key's event in a YAML-based configuration file.
Correct Answer
verified
Showing 21 - 40 of 50
Related Exams