• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/42

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

42 Cards in this Set

  • Front
  • Back
The Detroit INI file is ...ndrsmp_stage/[________]/configGen/SiteConfigGeneration/InputFiles/Regions/Detroit/Configurations/default/Detroit_System_Input.ini
tools
The Detroit INI file is ...ndrsmp_stage/tools/[________]/SiteConfigGeneration/InputFiles/Regions/Detroit/Configurations/default/Detroit_System_Input.ini
configGen
The Detroit INI file is ...ndrsmp_stage/tools/configGen/[________]/InputFiles/Regions/Detroit/Configurations/default/Detroit_System_Input.ini
SiteConfigGeneration
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/[________]/Regions/Detroit/Configurations/default/Detroit_System_Input.ini
InputFiles
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/InputFiles/[________]/Detroit/Configurations/default/Detroit_System_Input.ini
Regions
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/InputFiles/Regions/[________]/Configurations/default/Detroit_System_Input.ini
Detroit
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/InputFiles/Regions/Detroit/[________]/default/Detroit_System_Input.ini
Configurations
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/InputFiles/Regions/Detroit/Configurations/[________]/Detroit_System_Input.ini
default
The Detroit INI file is ...ndrsmp_stage/tools/configGen/SiteConfigGeneration/InputFiles/Regions/Detroit/Configurations/default/[________].ini
Detroit_System_Input
The Detroit INI file is ...[________]/tools/configGen/SiteConfigGeneration/InputFiles/Regions/Detroit/Configurations/default/Detroit_System_Input.ini
ndrsmp_stage
The CG CCC hosts file is: [________]\SiteConfiguration\CCC\Coast_Guard\CCC\Configurations\default\Coast_Guard_CCC_default.hosts
ndrsmp_stage
The CG CCC hosts file is: ndrsmp_stage\[________]\CCC\Coast_Guard\CCC\Configurations\default\Coast_Guard_CCC_default.hosts
SiteConfiguration
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\[________]\Coast_Guard\CCC\Configurations\default\Coast_Guard_CCC_default.hosts
CCC
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\CCC\[________]\CCC\Configurations\default\Coast_Guard_CCC_default.hosts
Coast_Guard
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\CCC\Coast_Guard\[________]\Configurations\default\Coast_Guard_CCC_default.hosts
CCC
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\CCC\Coast_Guard\CCC\[________]\default\Coast_Guard_CCC_default.hosts
Configurations
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\CCC\Coast_Guard\CCC\Configurations\[________]\Coast_Guard_CCC_default.hosts
default
The CG CCC hosts file is: ndrsmp_stage\SiteConfiguration\CCC\Coast_Guard\CCC\Configurations\default\[________].hosts
Coast_Guard_CCC_default
The SRIT tool is located here: [________]/tools/configGen/SiteConfigGeneration/SiteConfigGen.exe.
ndrsmp_stage
The SRIT tool is located here: ndrsmp_stage/[________]/configGen/SiteConfigGeneration/SiteConfigGen.exe.
tools
The SRIT tool is located here: ndrsmp_stage/tools/[________]/SiteConfigGeneration/SiteConfigGen.exe.
configGen
The SRIT tool is located here: ndrsmp_stage/tools/configGen/[________]/SiteConfigGen.exe.
SiteConfigGeneration
The SRIT tool is located here: ndrsmp_stage/tools/configGen/SiteConfigGeneration/[________].exe.
SiteConfigGen
What is a mutex?
Mutual exclusion algorithms
Mutexes are used in [________] programming to avoid the simultaneous use of a common resource, such as a global variable, by pieces of computer code called critical sections.
concurrent
Mutexes are used in concurrent programming to avoid the simultaneous use of a common [________], such as a global variable, by pieces of computer code called critical sections.
resource
Mutexes are used in concurrent programming to avoid the simultaneous use of a common resource, such as a global variable, by pieces of computer code called [________].
critical sections
In software engineering, an [________] is a pattern that may be commonly used but is ineffective and/or counterproductive in practice.
anti-pattern
A [________] is a protected variable or abstract data type that constitutes a classic method of controlling access by multiple processes to a common resource in a parallel programming environment. It generally takes one of two forms: binary and counting.
semaphore
A semaphore is a protected variable or abstract data type that constitutes a classic method of controlling access by multiple processes to a common resource in a parallel programming environment. It generally takes one of two forms: [________] and counting.
binary
A semaphore is a protected variable or abstract data type that constitutes a classic method of controlling access by multiple processes to a common resource in a parallel programming environment. It generally takes one of two forms: binary and [________].
counting
A [________] semaphore or flag is a simple "true/false" (locked/unlocked) variable that controls access to a single resource.
binary
A binary [________] or flag is a simple "true/false" (locked/unlocked) variable that controls access to a single resource.
semaphore
A [________] condition is when the output is dependent on the timing of other components and can result in different answers.
race
A race [________] is when the output is dependent on the timing of other components and can result in different answers.
condition
T/F: You shouldn't update the copyright to a source file unless there is a change to the rest of the file.
TRUE
T/F: You should update the copyright to a source file even when there is no change to the rest of the file.
FALSE
Who is the Chinese girl sitting to the left of me, at the developer meeting?
Min Huang AKA Megan
If the opening brace in code is on the second line, what is this style of indentation known as?
Allman style
If the opening brace in code is on the first line, what is this style of indentation known as?
K&R style (after Kernighan and Ritchie)
What is the style of coding that looks like Allman style but the braces are indented also?
GNU style coding
[________] is another word for nickname.
moniker