Which stride number should you use to reverse the order of characters in a slice?
A. -1
B. 1
C. 0
D. 2



What is forking?
a. Hiding a software program's code so that others can't use it
b. Performing quality assurance tests on an unreleased version of a program
c. Taking code from a currently developed project to make a different version
d. Using the spiral model of software development


What is a bug?
A. A person who tests a program
B. An error in a program's code
C. A window that runs a program
D. A comment in a program

The turtle program is a/an _________ included with Python that can be imported for use in Python code.
a. Command
b. Argument
c. Module
d. IDE


What is a graphical user interface (GUI)?
a. The information provided by Python's help() function
b. The windows, buttons, menu items, icons, and dialog boxes with which a computer user interacts
c. The manager that provides specific commands for working with files
d. The highest-level directory on a computer system


Which of the following is an advantage of using variables?
A. It reduces the number of functions that are necessary in the program.
B. It increases the number of values that are used in a program.
C. It erases the default values.
D. It makes it less likely that an error will be introduced into the code.


What would you expect as the result of the code "happy" + "birthday"?
A. "birthdayhappy"
B. "Happy Birthday"
C. "happy birthday"
D. "happybirthday"


When you make copies of a class, those copies are called _________ of the class.
A. Variables
B. Arguments
C. Iterations
D. Instances


What are methods?
A. The functions associated with a class
B. Operations that are applied to strings
C. The substrings created by slicing
D. Boolean values returned by expressions


What are comments meant to do?
A. Make sure Python runs code in the correct order
B. Fix errors in the code
C. Explain what some code is doing
D. Format the code correctly


Which of the following types of software hides its code and doesn't let other people change it?
A. Open source software
B. Forked software
C. Shelfware
D. Proprietary software







If you want to save a program so you can run it later, you should create the program in which window?
a. The IDLE Python Shell window
b. The text editor window
c. The Python (command line) window
d. The turtle graphics window







A _____________ is a clickable graphical object that makes something happen when the user clicks it, usually with the left mouse button.
A. Button
B. Mouse icon
C. Key
D. Focus window


A/an ____________ development method is one in which the development does not follow a predictable or planned course of action.
A. Informal
B. Incremental
C. Waterfall
D. Spiral


What are shortcuts useful for?
A. Making it easier and quicker to open a file
B. Making a computer more interactive
C. Giving text-based commands to a computer
D. Printing software documentation







Respuesta :

Hagrid
These are the correct answers to the following questions:

1. Which stride number should you use to reverse the order of characters in a slice?
A. -1

2. What is forking?
c. Taking code from a currently developed project to make a different version

3. What is a bug?
B. An error in a program's code

4. The turtle program is a/an _________ included with Python that can be imported for use in Python code.
c. Module

5. What is a graphical user interface (GUI)?
b. The windows, buttons, menu items, icons, and dialog boxes with which a computer user interacts

6. Which of the following is an advantage of using variables?
D. It makes it less likely that an error will be introduced into the code.

7. What would you expect as the result of the code "happy" + "birthday"?
D. "happybirthday" 

8. When you make copies of a class, those copies are called _________ of the class.
D. Instances

9. What are methods?
A. The functions associated with a class

10. What are comments meant to do?
C. Explain what some code is doing

11. Which of the following types of software hides its code and doesn't let other people change it?
D. Proprietary software

12. If you want to save a program so you can run it later, you should create the program in which window?
b. The text editor window

13. A _____________ is a clickable graphical object that makes something happen when the user clicks it, usually with the left mouse button.
A. Button

14. A/an ____________ development method is one in which the development does not follow a predictable or planned course of action.
A. Informal

15. What are shortcuts useful for?
A. Making it easier and quicker to open a file

Thank you

That helps a LOT!!!

-Viki