Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

quiz-placeholder

Similar activities

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

Python

Python

9th - 12th Grade

20 Qs

Computer Basics Quiz

Computer Basics Quiz

4th Grade - University

15 Qs

Uji Pemahaman Array dan Fungsi

Uji Pemahaman Array dan Fungsi

11th Grade - University

20 Qs

2.00

2.00

9th - 12th Grade

20 Qs

Teste de programação

Teste de programação

11th Grade

15 Qs

PTS Genap Informatika Kelas XI

PTS Genap Informatika Kelas XI

11th Grade - University

20 Qs

UH1 VLAN (Pemasanagn dan Konfigurasi Perangkat Jaringan)

UH1 VLAN (Pemasanagn dan Konfigurasi Perangkat Jaringan)

11th Grade

20 Qs

Grade 11(Quiz 1)

Grade 11(Quiz 1)

Assessment

Quiz

Information Technology (IT)

11th Grade

Practice Problem

Hard

Created by

Dina Yasser

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a blueprint of the instance of a class.

method
object
class
java file

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How many objects can be made from a class? 

None, you make classes from objects
one
As many as you want
All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

float x = 5;

x = 5;

int x = 5;

num x = 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

myString

String

Txt

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you insert COMMENTS in Java code?

# This is a comment

/* This is a comment

// This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does a java program start executing instructions from:

class

source file

main method

object

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When we want to print in Java, we use the code ......

system.out.print();
System.out.println();
System.Out.Printf();
System.out.show();

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?