MIS205 OOP Quiz 1

MIS205 OOP Quiz 1

2nd Grade

11 Qs

quiz-placeholder

Similar activities

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

Prueba Diagnóstica de ED. a través de tecnologías digitales

Prueba Diagnóstica de ED. a través de tecnologías digitales

1st Grade - University

10 Qs

Programación: SCRATCH

Programación: SCRATCH

1st - 12th Grade

15 Qs

HTML JavaScript

HTML JavaScript

2nd Grade

12 Qs

Arduino 2do Año

Arduino 2do Año

2nd Grade

15 Qs

Python

Python

1st - 2nd Grade

12 Qs

EJERCICIO DE INTEGRACIÓN - SECUNDARIA

EJERCICIO DE INTEGRACIÓN - SECUNDARIA

1st - 3rd Grade

10 Qs

Neuron

Neuron

1st - 6th Grade

15 Qs

MIS205 OOP Quiz 1

MIS205 OOP Quiz 1

Assessment

Quiz

Computers

2nd Grade

Practice Problem

Medium

Created by

Güray ARIK

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one is NOT a Java Data Type?

int

boolean

double

number

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a correct syntax to output "Hello World" in Java?

Console.WriteLine("Hello World");

System.out.println("Hello World");

print ("Hello World");

echo("Hello World");

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is local variable?

Variables defined inside methods, constructors or blocks are called local variables.

Variables defined outside methods, constructors or blocks are called local variables.

Static variables defined outside methods, constructors or blocks are called local variables.

None of the above.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

One of the main features of Java is Write Once Run Anywhere, i.e. it is platform-independent. It can run on any OS irrespective of the environment because of ...........................?

JVM

JRE

JDK

IDE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data type is used to create a variable that should store text in Java?

Char

String

Text

Boolean

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which method can be used to find the length of a string?

getLength()

len()

getSize()

length()

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What will be the Output of the below code?

num1 == num2
    num3 == num4

num1 == num2
    num3 != num4

num1 != num2
    num3 == num4

num1 != num2
    num3 != num4

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?