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?
    Saves file
    Shows text
    Clears screen
  •  15
  • What is a variable?
    A symbol
    A comment
    Stores data
  •  15
  • Which is a comment symbol?
    #
    /
    @
  •  15
  • Which is a number?
    ''5''
    __
    5
    five
  •  15
  • What does + do with strings?
    Joins them
    Removes spaces
    Multiplies
  •  15
  • How to show text?
    say()
    print()
    echo()
  •  15
  • Set name to "Anna"
    name = "Anna"
    Anna = name
    name == "Anna"
  •  15
  • type(3.5) returns?
    str
    float
    int
  •  15
  • True/False type?
    yes
    logic
    bool
    no
  •  15
  • 2 * 3 + 1 = ?
    8
    9
    7
  •  15
  • Type of '123'?
    str
    float
    int
  •  15
  • What does input() do?
    Asks user
    Saves text
    Deletes variable
  •  15
  • Use of if?
    Checks condition
    Sorts
    Makes loop
  •  15
  • print(3 > 5) = ?
    False
    True
    None
  •  15
  • len("Hello") = ?
    6
    4
    5
  •  15
  • What is a network?
    Device connection
    Virus
    App
  •  15