What keyword is used when defining a numerical value?
Int
What is the term for finding and fixing errors or glitches in a software program?
Debugging
What does the complete acronym CRUD stand for?
Create, Read, Update, Delete
What is the term for a project’s storage space on GitHub where all the files, folders, and revision history are kept?
Repository
Requirements Definition
This is what the user understands about what the customer wants from their solution
What character is used to comment in Python?
#
In Object-Oriented Programming (OOP), what is the template or "blueprint" used to create objects called?
Class
Which database action or SQL command directly corresponds to the "Read" operation in CRUD?
SELECT
If you want to copy someone else's GitHub repository into your own GitHub account so you can freely experiment with it, what action do you take?
Fork
Specifications Definition
It is the interface between how the system will meet user requirements which is technical requirements
Which keyword is used in Python to begin a function definition?
def
What is the process of moving software from a development or testing environment to a live server where real users can access it?
Deployment
If a user signs up for a new account on a website, which of the four CRUD operations is being executed on the user database?
Create
What is the action called when you save a snapshot of your staged changes with a brief descriptive message?
Commit
Program Definition
Code and programs that meet the specifications in accordance with requirements
Which built-in Python method is used to add a single item to the end of an existing list?
append()
Which area of software engineering deals directly with what the user sees and interacts with on a screen?
Front-End
When you edit your profile picture or change your password on an app, which CRUD operation is the system performing?
Update
After committing changes locally on your computer, which command or action sends those updates to your remote repository on GitHub?
Push
World Definition
The assumptions influence our system and our problem domain, since we recognize they are true.
In Python, what is the index number of the very first item in a list?
0 (Zero)
What does the acronym SDLC stand for in software engineering?
Software Development Life Cycle
In a standard REST API, which HTTP method is used to perform the "Delete" operation in CRUD?
Delete
What feature do you use on GitHub to propose your code changes to a project and ask the project owner to review and merge them?
Pull Request
Machine Definition
hardware specifications.