Java by Mr Sam

Java by Mr Sam

10th Grade

16 Qs

quiz-placeholder

Similar activities

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Gmetrix Python Session 4 Test

Gmetrix Python Session 4 Test

10th - 12th Grade

15 Qs

AP CSA Review Basics

AP CSA Review Basics

9th - 12th Grade

16 Qs

Basic Python

Basic Python

10th - 12th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

15 Qs

Google App Scripts Assessment

Google App Scripts Assessment

6th - 12th Grade

14 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Java by Mr Sam

Java by Mr Sam

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Sam Eslamieh

Used 22+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value ("Welcome")?
Text
Characters
String
Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value (1234.5)?
Integer
Double 
Char
Void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value (True)?
Float
Boolean
Check box
ٍString

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use For loop ..........
To repeat a specified number of operations.
To repeat a unspecified number of operations.
All answers are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 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();

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is incorrect?

int count = 50.0;

int salary = 50_000;

int salary = 50_00;

all of these are incorrect

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use Scanner Library in java for...
Give permissions to the user
Correcting software errors
Allows user to read data
Allows the user to enter data

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?