Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

quiz-placeholder

Similar activities

Github Quiz

Github Quiz

10th Grade - University

15 Qs

XI - Fungsi dan Prosedur

XI - Fungsi dan Prosedur

11th Grade

20 Qs

Kuis HTML dan CSS

Kuis HTML dan CSS

11th Grade - University

20 Qs

Diagnostico Grado Sexto

Diagnostico Grado Sexto

6th Grade - University

18 Qs

Test wiedzy: Tablice jednowymiarowe w C++

Test wiedzy: Tablice jednowymiarowe w C++

10th Grade - University

15 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Вопросы по Arduino

Вопросы по Arduino

9th Grade - University

15 Qs

Generations of Programming Languages

Generations of Programming Languages

11th Grade

15 Qs

Grade 11(Quiz 1)

Grade 11(Quiz 1)

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Dina Yasser

FREE Resource

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?