Module 12: X++ Overview - Quiz

  • A You can use var to declare local variables for declarations of for loop counters
  • B You can declare a variable wherever statements can be provided.
  • C You can declare a variable after the variable is used.
  • D You can declare variables in smaller scopes, outside which the variables can’t be referenced.
  • A Task recorder
  • B Data migration framework
  • C Software deployable packages
  • A Make it complicated
  • B Always keep it the same
  • C Keep it simple
  • A Comment code to communicate with other developers
  • B Use a naming standard for an organization
  • C Limit code comments to shorten text strings
  • D Each element should have a label assigned in the Properties window
  • A To define a variable that can change data types
  • B To define a variable of a type that the compiler will determine.
  • C To define an array type variable
  • D To define a container
  • A Azure DevOps Services
  • B Azure DevOps Server
  • C Visual Studio Team Foundation Server
  • A Classes, objects, variables
  • B Classes, methods, objects
  • C Methods, variables, classes
  • D Methods, objects, variables
  • A Info, Warning, and Error
  • B Info, Box, and Warning
  • C Dialog, Box, and Error
  • D Info, Dialog, and Box