Talent Next MCQ-5 (Array)

Talent Next MCQ-5 (Array)

University

10 Qs

quiz-placeholder

Similar activities

Array

Array

University

11 Qs

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

CS1010 Lab 4

CS1010 Lab 4

University

10 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

Data Analytics using Python - Quiz 1

Data Analytics using Python - Quiz 1

University

10 Qs

JAVA Quiz on 27-08-2021

JAVA Quiz on 27-08-2021

University

5 Qs

Temel Java Bilgisi Ölçme Testi

Temel Java Bilgisi Ölçme Testi

University

10 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Talent Next MCQ-5 (Array)

Talent Next MCQ-5 (Array)

Assessment

Quiz

Computers

University

Hard

Created by

raghavendra dwivedi

Used 19+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is an incorrect array declaration?

int arr[] = new int[5]

int [] arr = new int[5]

int arr[] = int [5] new

int arr[] = new int[5]

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Java code?

1 3 5 7 9

0 2 4 6 8

0 1 2 3 4 5 6 7 8 9

1 2 3 4 5 6 7 8 9 10

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Java code?

10,20,30,40,50

compile time error

run time error

10,20,30,40

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Java code?

0 0

0 1

1 2

compiler error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Java code?

0 1

0 0

1 2

compiler error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find the Answer

Same

Not Same

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find the answer

Same

Not Same

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?