Computers

8th

grade

Image

Python Basics

257
plays

31 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    The rules for putting together a correct computer language statement are called Syntax. Therefore if these rules are broken e.g. no brackets, speech marks etc. it is a...

    Syntax error

    Logic error

    Code error

    Run time error

  • 2. Multiple Choice
    30 seconds
    1 pt

    What is the syntax error with this code:

    print”Hello World”

    No brackets around "Hello World"

    Speech marks are not needed

    Colon is not needed

    print is spelt incorrectly

    Print has a capital P

  • 3. Multiple Choice
    30 seconds
    1 pt

    What is the syntax error with this code:

    print(“Hello World”);

    No brackets around "Hello World"

    Speech marks are not needed

    Colon is not needed

    print is spelt incorrectly

    Print has a capital P

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?