Python
Operating Systems
Databases
Git & GitHub
PowerShell
100

python is this type of animal?

snake

100

Current version of market Windows (name one of 2)

11 / 12

100

term for referencing primary & foreign keys in RDBMS

Relational

100

company that offers Git as a service?

GitHub

100

company that offers powershell as a programming language to interact with the .net framework?

windows

200

command for installing libraries on virtual environments

pip

200

GNU stands for?

GNU Not Unix

200

SQL stands for?

Structured query language...

200

what git action happens on a branch after a pull request?

merge

200

windows equivalent of terminal?

command prompt

300

Name of python file needed in folder of .py files in order for modules and/or packages to import correctly.

300

software that acts as an intermediary between the user and computer hardware?

services

300

Main "flavor" of RDBMS by STT, and how we implement SQL?

MySQL / Maria


300

Who created Git in 2005 and is also the creator of linux?

Linus Torvalds

300

what are "Global" , "Local", "Script", "Private"?

scopes

400

this line of code is what for a class?

class Student:   def __init__(self, fname, lname, age, section):

class constructor

400

TWO main terms for memory used by OS & its apps/programs/services?

Heap & Stack

400

another name for DB in MySQL

schema

400

changes are made to the same part of a file or files by different contributors, typically during a merge or rebase operation

conflict

400

what's a conjoined portion of PowerShell functions or grouped code?

modules

500

python keyword to refer to "current object". Other languages use "this"

self / self.

500

Programming language that converts object code -> binary data (used by processor)

assembly

500

refers to structuring data within a database to reduce redundancy and enhance data integrity?

normalization

500

temporarily stores changes in the working directory that are not ready to be committed.

stash

500

What's the main advanced implementations of Windows PowerShell?

CIM (Common Information Model) vs WMI (Windows Management Instrumentation)?