2nd TA Review in TLE7

2nd TA Review in TLE7

7th Grade

47 Qs

quiz-placeholder

Similar activities

SAINS KOMPUTER TINGKATAN 4 BAB 1

SAINS KOMPUTER TINGKATAN 4 BAB 1

3rd Grade - University

50 Qs

Quiz on Programming Basics

Quiz on Programming Basics

3rd Grade - University

43 Qs

Year 8 Python Programming

Year 8 Python Programming

6th - 8th Grade

50 Qs

IT 1 Год

IT 1 Год

7th Grade

51 Qs

JavaScript Web Development

JavaScript Web Development

7th Grade

42 Qs

JavaScript for Websites

JavaScript for Websites

7th Grade

42 Qs

Python Test 2

Python Test 2

7th - 12th Grade

44 Qs

Revision-2 Python

Revision-2 Python

6th - 8th Grade

50 Qs

2nd TA Review in TLE7

2nd TA Review in TLE7

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Krystel Ulfindo

Used 41+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used for string concatenation in JAVA?

+

-

*

/

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Which of the following combinations will produce an error in JAVA?

String fn = "Hello"; and int = 2022;

String fn = "Hello"; and int = "2022";

String fn = "Hello"; and String ln = "2022";

String fn = "Hello"; and String ln = 2022";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What JAVA operators are used to comparing two or more conditions or statements?

arithmetic

comparison

division

 logical

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 You were asked to perform a division operation using JAVA. Which of the following problems should you use in this task?

 x (y)

x / y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are two statements given, one of them is false. The result of the program returned true. What operator is used in this program?

logical

logical or

logical not

 logical and

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used for string concatenation in JAVA?

(Hello)(World)

HelloxWorld

 Hello +  World

"Hello World"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value of a string data type should be enclosed inside what symbols?

TLE'

"TLE "

{ TLE }

/* TLE */

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?

Discover more resources for Computers