Arrays & Strings

Arrays & Strings

Professional Development

20 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

Professional Development

20 Qs

Java Basics

Java Basics

Professional Development

25 Qs

DOT NET-SET1

DOT NET-SET1

Professional Development

15 Qs

C CODE MASTER B

C CODE MASTER B

Professional Development

15 Qs

ดอทเน็ต

ดอทเน็ต

Professional Development

15 Qs

Python Programming Quiz

Python Programming Quiz

Professional Development

20 Qs

basic arduino

basic arduino

Professional Development

20 Qs

PL SQL

PL SQL

University - Professional Development

20 Qs

Arrays & Strings

Arrays & Strings

Assessment

Quiz

Computers

Professional Development

Medium

Created by

SrinivasaRao SrinivasaRao

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these operators is used to allocate memory to array variable in Java?

malloc

alloc

new

new malloc

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an incorrect Statement?

It is necessary to use new operator to initialize an array.

Array can be initialized using comma separated expressions surrounded by square braces.

Array can be initialized when they are declared.

None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is necessary to specify at time of array initialization?

Row

Column

Both Row and Column

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

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

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

11

10

13

14

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

3

0

6

1

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

1 2 3 4 5 6 7 8 9 10

0 1 2 3 4 5 6 7 8 9 10

i j k l m n o p q r

i i i i i i i i i i

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?