Game Preview

🧠 Digital Discovery Quiz: Python & Networks B ...

  •  English    30     Public
    This beginner-friendly quiz helps students explore the fundamentals of programming with Python and understand how computer networks work in everyday life.
  •   Study   Slideshow
  • What does print() do?
    Clears screen
    Saves file
    Shows text
  •  15
  • What is a variable?
    A symbol
    A comment
    Stores data
  •  15
  • Which is a comment symbol?
    /
    #
    @
  •  15
  • Which is a number?
    five
    __
    ''5''
    5
  •  15
  • What does + do with strings?
    Joins them
    Removes spaces
    Multiplies
  •  15
  • How to show text?
    echo()
    say()
    print()
  •  15
  • Set name to "Anna"
    Anna = name
    name == "Anna"
    name = "Anna"
  •  15
  • type(3.5) returns?
    float
    str
    int
  •  15
  • True/False type?
    yes
    no
    logic
    bool
  •  15
  • 2 * 3 + 1 = ?
    9
    8
    7
  •  15
  • Type of '123'?
    str
    int
    float
  •  15
  • What does input() do?
    Saves text
    Deletes variable
    Asks user
  •  15
  • Use of if?
    Makes loop
    Sorts
    Checks condition
  •  15
  • print(3 > 5) = ?
    None
    False
    True
  •  15
  • len("Hello") = ?
    5
    6
    4
  •  15
  • What is a network?
    Device connection
    Virus
    App
  •  15