python is this type of animal?
snake
Current version of market Windows (name one of 2)
11 / 12
term for referencing primary & foreign keys in RDBMS
Relational
company that offers Git as a service?
GitHub
company that offers powershell as a programming language to interact with the .net framework?
windows
command for installing libraries on virtual environments
pip
GNU stands for?
GNU Not Unix
SQL stands for?
Structured query language...
what git action happens on a branch after a pull request?
merge
windows equivalent of terminal?
command prompt
Name of python file needed in folder of .py files in order for modules and/or packages to import correctly.
software that acts as an intermediary between the user and computer hardware?
services
Main "flavor" of RDBMS by STT, and how we implement SQL?
Who created Git in 2005 and is also the creator of linux?
Linus Torvalds
what are "Global" , "Local", "Script", "Private"?
scopes
this line of code is what for a class?
class Student: def __init__(self, fname, lname, age, section):
class constructor
TWO main terms for memory used by OS & its apps/programs/services?
Heap & Stack
another name for DB in MySQL
schema
changes are made to the same part of a file or files by different contributors, typically during a merge or rebase operation
conflict
what's a conjoined portion of PowerShell functions or grouped code?
modules
python keyword to refer to "current object". Other languages use "this"
self / self.
Programming language that converts object code -> binary data (used by processor)
assembly
refers to structuring data within a database to reduce redundancy and enhance data integrity?
normalization
temporarily stores changes in the working directory that are not ready to be committed.
stash
What's the main advanced implementations of Windows PowerShell?
CIM (Common Information Model) vs WMI (Windows Management Instrumentation)?