Froggy Jumps Programming LanguagesVersión en línea tesout por Mr. B 1 A programmer is creating an application that needs to store a value indicating if the user is logged in or not. Which of the following would be the BEST data type to accomplish this? a Float b Integer c Boolean 2 A developer is creating an application that requires a value to be stored with decimal precision. Which of the following data types should be used for the variables that will store these values? a String b Boolean c Float 3 A developer is creating a program that will store a customer's latest order number. The value will change each time a customer creates a new order. Which of the following would MOST likely be used to store the value? a Object b Variable c Constant 4 Which of the following programming models are built from class templates that have properties, attributes, and methods? a Functions b Encapsulation c Objects 5 Which of the following is a programming identifier that would be used to define values that don't change? a Variables b Constants c Arrays 6 In object-oriented programming, which of the following concepts is used to describe properties? a Encapsulation b Attributes c Methods 7 A software developer wants to provide a compiled executable program to a customer. Which of the following computer languages would provide this capability? a Perl b PowerShell c C++