pencil-icon
Build your own quiz

Computers

12th

grade

Image

Java quiz

18
plays

10 questions

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

    What kind of programming language does Java follow?

    Machine Language

    Assembly Code

    High-level Language

    ASCII Code

  • 2. Multiple Choice
    10 seconds
    1 pt

    What command is used to output the variable 'p'

    Java.output(p);

    System.out.print(p)

    System.output.print(p);

    System.out.print(p);

  • 3. Multiple Choice
    10 seconds
    1 pt

    What is an interpreter?

    a program that reads each line of the code to check for errors

    a program that translates high-level language to lower level languages (such as Assembly level or Machine Code)

    a program that directly executes instructions written without requiring them to have previously been copied into a machine language program

    None of the above

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?