Want to see correct answers?
Login or join for free!

Search Results for python - All Grades

43 questions match "python". Refine Your Search

Select questions to add to a test using the checkbox above each question. Remember to click the add selected questions to a test button before moving to another page.

Previous Page 2 of 3 Next
Grade 11 Business Technology
Grade 11 Business Technology
Grade 11 Business Technology
Grade 11 Business Technology
Which of the following contains (in this order): an integer, a floating point and a string?
  1. 100, 100.0, hello
  2. 100.0, hello, 100
  3. hello, 100, 100.0
  4. 100, hello, 100.0
Grade 11 Business Technology
10 is a(n)
  1. int.
  2. normal.
  3. complex.
  4. decimal.
Grade 11 Business Technology
54321L is a(n)
  1. long.
  2. float.
  3. integer.
  4. hexadecimal.
Grade 11 Business Technology
Grade 11 Business Technology
Grade 11 Business Technology
If a = 0110 0011, and b = 0101 0010, then a&b =
  1. 0011 0001.
  2. 0100 0010.
  3. 0011 0010.
  4. 0111 0011.
Grade 11 Business Technology
If a = 0110 0011, and b = 0101 0010, then a|b =
  1. 0011 0001.
  2. 0100 0010.
  3. 0111 0011.
  4. 0011 0011.
Grade 11 Business Technology
Grade 11 Business Technology
3.14j is a(n)
  1. float.
  2. integer.
  3. complex.
  4. floating.
Grade 11 Business Technology
A list contains items separated by
  1. spaces.
  2. commas.
  3. brackets.
  4. semicolons.
Grade 11 Business Technology
The main differences between lists and tuples is that
  1. tuples cannot be printed.
  2. tuples cannot be updated.
  3. tuples cannot contain strings.
  4. tuples cannot contain integers.
Grade 11 Business Technology
Previous Page 2 of 3 Next