Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

quiz-placeholder

Similar activities

Grade 11 Midterm

Grade 11 Midterm

11th Grade

23 Qs

Quizizz JavaScript Attempt 2 Review

Quizizz JavaScript Attempt 2 Review

9th - 12th Grade

25 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

Sistematizacija gradiva IX

Sistematizacija gradiva IX

9th Grade - University

16 Qs

latihan psat pbo XI

latihan psat pbo XI

11th Grade

20 Qs

Java Programming Quiz

Java Programming Quiz

11th Grade

20 Qs

Питон П411

Питон П411

9th - 12th Grade

20 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?