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

Search Results for python - All Grades

43 questions match "python". Refine Your Search

1 category matches your search criteria.

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 1 of 3 Next
None Zoology
What is the standard name for the longest living species of snake?
  1. Burmese Python
  2. Ball Python
  3. Green Anaconda
  4. African Rock Python
  5. Titanoboa
  6. Reticulated Python
  7. King Cobra
Grade 10 Zoology
Anacondas, boas, and pythons are
  1. toxic.
  2. constrictors.
  3. venomous.
  4. monsters.
Grade 5 Spelling
Grade 11 Business Technology
Grade 11 Business Technology
Continuing Education Business Technology
Continuing Education Business Technology
Grade 11 Business Technology
What command is used to convert a string to an int?
  1. int(x)
  2. integer(x)
  3. number(x)
  4. StringToInt(x)
Grade 11 Business Technology
Grade 11 Business Technology
Identify the code that will print “Hello, world!”?
  1. Print “Hello, world!”
  2. print “Hello, world!”
  3. print (Hello, world!)
  4. print (“Hello, world!”)
Grade 11 Business Technology
100.0 is a(n)
  1. float.
  2. normal.
  3. integer.
  4. decimal.
Grade 11 Business Technology
Which of the following lines of code will produce an error?
  1. list[2] = 1000
  2. tuple[2] = 1000
  3. list = [123, ‘hello’, 99, 10.0]
  4. tuple = (123, ‘hello’, 99, 10.0)
Grade 11 Business Technology
Grade 11 Business Technology
Which of the following are constructs?
  1. Symbols
  2. Operators
  3. Operations
  4. Numerators
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. 0111 0100.
Grade 11 Business Technology
Which command prints the first character of a string?
  1. print string
  2. print string[1]
  3. print string[0]
  4. print string[0:1]]
Grade 11 Business Technology
A list contains items separated by
  1. commas.
  2. semicolons.
  3. curly brackets.
  4. square brackets.
Previous Page 1 of 3 Next