Module 12: X++ Overview - Quiz

  • AClasses, objects, variables
  • BClasses, methods, objects
  • CMethods, variables, classes
  • DMethods, objects, variables
  • ATo define a variable that can change data types
  • BTo define a variable of a type that the compiler will determine.
  • CTo define an array type variable
  • DTo define a container
  • AInfo, Warning, and Error
  • BInfo, Box, and Warning
  • CDialog, Box, and Error
  • DInfo, Dialog, and Box
  • AOnly at the beginning of a method
  • BOnly at the beginning of a class declaration
  • CAnywhere in the code (“in-line”)
  • DAnywhere within a form
  • AComment code to communicate with other developers
  • BUse a naming standard for an organization
  • CLimit code comments to shorten text strings
  • DEach element should have a label assigned in the Properties window
  • AAzure DevOps Services
  • BAzure DevOps Server
  • CVisual Studio Team Foundation Server
  • ATask recorder
  • BData migration framework
  • CSoftware deployable packages
  • AYou can use var to declare local variables for declarations of for loop counters
  • BYou can declare a variable wherever statements can be provided.
  • CYou can declare a variable after the variable is used.
  • DYou can declare variables in smaller scopes, outside which the variables can’t be referenced.