Coding with Python

Python and programming introductory quiz

9 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does the line, from turtle import * do?

  1. Let's the turtle out of its den.
  2. Makes everything work.
  3. Allows us to use turtle functions like fd() and pu().
  4. Imports the turtle from overseas.
Question 2 Multiple Choice (Single Answer)

One way to create a loop is to use the FOR keyword. True or False?

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

The word we use to describe loops in a computer program is...

  1. Iteration
  2. Sequence
  3. Selection
  4. Loopy McLooperson
Question 4 Multiple Choice (Single Answer)

The word we use to describe computers carrying out one instruction at a time, in order, is...

  1. Iteration
  2. Sequence
  3. Selection
  4. Followin' orders
Question 5 Multiple Choice (Single Answer)

The instructions in a computer program are executed (carried out) randomly. True or false?

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

Coding is another word for programming. True of false?

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

Every computer program, app and game is written using a programming language. True of false?

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Python is a programming language. True or false?

  1. True
  2. False