pencil-icon
Build your own quiz

Computers

8th

grade

Image

Checkpoint 1 Revision

139
plays

20 questions

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

    What are the three types of categories that computer problems fall into?

    Hardware, network, algorithm

    Hardware, software, network

    Software, algorithm, computing

  • 2. Multiple Choice
    30 seconds
    1 pt

    Which of the following pieces of code will change the integer to a string?

    M=136

    print(int(M))

    M=136

    print(str(M))

    M=136

    print(float(M))

  • 3. Multiple Choice
    30 seconds
    1 pt

    Which of the following pieces of code will change the string to an integer?

    L=12

    print(int(L))

    L=12

    print(float(L))

    L=12

    print(str(L))

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?