placeholder image to represent content

Struggling SOOP

Quiz by Ainin Sofiya Hisham

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
46 questions
Show answers
  • Q1

    What is JAVA?

    Combination of 3 elements Java Structuring Language, Java Virtual Box, Java Platform

    Combination of 3 elements Java Programming Language, Java Virtual Machine, Java Platform

    Combination of 3 elements OOP Language, Java Virtual Machine, Java Platform

    30s
  • Q2

    Match the JAVA Environment with correct description.

    Users link answers
    Linking
    30s
  • Q3

    What is JAVA Platform?

    A platform is the hardware or software environment in which a program jumps.

    A platform is the hardware or software environment is created in which a program runs.

    A platform is the hardcopy or softcopy environment in which a program runs.

    A platform is the hardware or software environment in which a program runs.

    30s
  • Q4

    The base for the Java platform and is ported onto various hardware-based platforms.

    The API

    Java Virtual Machine

    Abstraction

    Java platform

    30s
  • Q5

    How many principles of JAVA involved?

    4

    5

    3

    2

    30s
  • Q6

    Which of following is not principles of JAVA ?

    Polymorphism

    Polygraphism

    Encapsulation

    Inheritance

    Abstraction

    30s
  • Q7

    A set of objects that share a common structure and behavior. This definition refers to _______.

    Platform

    Class

    Variable

    Method

    Object

    30s
  • Q8

    Which is NOT features of JAVA

    Simple

    Threatening

    Threaded

    Secure & High Performance

    30s
  • Q9

    JAVA is an Assembly Language.

    false
    true
    True or False
    30s
  • Q10

    public class JavaisSimplewhataboutYou {

              public static void main(String[] args) {

               // Calculate the total of 3 numbers

               int total= 10+10*80;

              // Print the result of the total

             System.out.println(total); }

    }

    Give the correct output of the program code above.

    Users enter free text
    Type an Answer
    45s
  • Q11

    public class Addition {

              public static void main(String[] args) {

               // Calculate the sum of 49 and 62

               int sum = 49+ 62;

              // Print the result of the addition

             System.out.println(_____________); }

    }

    What is the correct answer for the blank space in the code above?

    Users enter free text
    Type an Answer
    45s
  • Q12

    Which of the following is NOT a 3 OOP concepts in Java

    Class

    Object

    Function

    Variables

    30s
  • Q13

    What is API ?

    Apply Programming Interface

    Application Programmer Interface

    Application Programming Interface

    30s
  • Q14

    Which of following TRUE about API?

    a large collection of ready-made software components that provide many useful capabilities.

    the base for the Java platform and is ported onto various hardware-based platforms.

    The java launcher tool then runs your application with an instance of the Java Virtual Machine

    30s
  • Q15

    OOP stands for _______ .

    Users enter free text
    Type an Answer
    60s

Teachers give this quiz to your class