Python
Software Engineering
CRUD
Github
WRSPM
100

What keyword is used when defining a numerical value?

Int

100

What is the term for finding and fixing errors or glitches in a software program?

Debugging

100

What does the complete acronym CRUD stand for?

Create, Read, Update, Delete

100

What is the term for a project’s storage space on GitHub where all the files, folders, and revision history are kept?

Repository

100

Requirements Definition

This is what the user understands about what the customer wants from their solution 

200

What character is used to comment in Python?

#

200

In Object-Oriented Programming (OOP), what is the template or "blueprint" used to create objects called?

Class

200

Which database action or SQL command directly corresponds to the "Read" operation in CRUD?

SELECT

200

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

200

Specifications Definition

It is the interface between how the system will meet user requirements which is technical requirements 

300

Which keyword is used in Python to begin a function definition?

def

300

What is the process of moving software from a development or testing environment to a live server where real users can access it?

Deployment

300

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

300

What is the action called when you save a snapshot of your staged changes with a brief descriptive message?

Commit

300

Program Definition

Code and programs that meet the specifications in accordance with requirements

400

Which built-in Python method is used to add a single item to the end of an existing list?

append()

400

Which area of software engineering deals directly with what the user sees and interacts with on a screen?

Front-End

400

When you edit your profile picture or change your password on an app, which CRUD operation is the system performing?

Update

400

After committing changes locally on your computer, which command or action sends those updates to your remote repository on GitHub?

Push

400

World Definition

The assumptions influence our system and our problem domain, since we recognize they are true. 

500

In Python, what is the index number of the very first item in a list?

0 (Zero)

500

What does the acronym SDLC stand for in software engineering?

Software Development Life Cycle

500

In a standard REST API, which HTTP method is used to perform the "Delete" operation in CRUD?

Delete

500

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

500

Machine Definition 

hardware specifications. 

M
e
n
u