Computers

Image

Checkpoint 1 Revision

136
plays

20 questions

Player avatar

Introducing newย Paper mode

No student devices needed.ย Know more

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))

  • Expore all questions with a free account

    Already have an account?
library
create
reports
classes