11 Value Variable Num Value Pi 314 Pseudocode Num Int Pi 3 34 314 31 12 Data Type Used Sto Q37116873

11. What is the value of the variable num if the value of pi=3.14 in the pseudocode ?

Num = int(pi)

3, 3.4, 3.14, 3.1

12.which data type is used to store the constant data

         “Milk”

  • Int
  • Float
  • String
  • Lang

13.which data type is appropriate to store the data set in anarray using Java ?

a = [ -23, 12, -15, 11, -5, 293,717]

  • Short
  • Byte
  • Boolian
  • Char

14.Which data type in python should be used for this dataset?

            RGB = [0.255.0]

  • Enum
  • Tuple
  • Dictionary
  • List

15. Which Data type is appropriate for the innermost contents ofthe two dimensional array ?

               Maps = [[1,1,1,1,1,1],[1,0,1,0,1,1]]

  • Char
  • Boolean
  • Double
  • Integer

16. what is the correct data type for the variable dt for thiscode segment ?

        Code is editor

  • Bool
  • Float
  • Int
  • Char

17.whats

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.