Grade 11(Quiz 1)

Grade 11(Quiz 1)

11th Grade

20 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

11th Grade

15 Qs

Internet and App script

Internet and App script

5th Grade - University

22 Qs

python basics

python basics

9th - 12th Grade

20 Qs

PPMSG BIM2 PART 2

PPMSG BIM2 PART 2

9th - 12th Grade

15 Qs

XI-A1 FLOW OF CONTROL G6

XI-A1 FLOW OF CONTROL G6

11th Grade

21 Qs

Quiz tentang Arduino dan Raspberry Pi

Quiz tentang Arduino dan Raspberry Pi

11th Grade - University

20 Qs

Quiz Pilihan Ganda Informatika 20Qs

Quiz Pilihan Ganda Informatika 20Qs

11th Grade

20 Qs

KODING PYTON 1

KODING PYTON 1

11th Grade - University

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?