2nd TA Review in TLE7

2nd TA Review in TLE7

7th Grade

47 Qs

quiz-placeholder

Similar activities

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 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

Remidi Pemrograman Dasar

Remidi Pemrograman Dasar

1st - 12th Grade

45 Qs

Пајтон-квиз број 7

Пајтон-квиз број 7

7th Grade

43 Qs

CodeCademy - Python 3 - Syntax and Functions

CodeCademy - Python 3 - Syntax and Functions

7th - 12th Grade

50 Qs

XIRPL2_PASQUIZZ

XIRPL2_PASQUIZZ

1st Grade - Professional Development

50 Qs

SAINS KOMPUTER TINGKATAN 4 BAB 1

SAINS KOMPUTER TINGKATAN 4 BAB 1

3rd Grade - University

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?