ISAC Weekly Quiz SEM2 #3

ISAC Weekly Quiz SEM2 #3

University

15 Qs

quiz-placeholder

Similar activities

LOGIC GATE

LOGIC GATE

University

10 Qs

Week 2 - Logic Gates

Week 2 - Logic Gates

10th Grade - University

15 Qs

Assign homework

Assign homework

University - Professional Development

11 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

10.1 Logic Gates Cambridge IGCSE 0478

10.1 Logic Gates Cambridge IGCSE 0478

10th Grade - University

10 Qs

Boolean_Algebra

Boolean_Algebra

University

10 Qs

Understanding Logic Gates and Truth Tables

Understanding Logic Gates and Truth Tables

10th Grade - University

10 Qs

Unit I

Unit I

University

20 Qs

ISAC Weekly Quiz SEM2 #3

ISAC Weekly Quiz SEM2 #3

Assessment

Quiz

Computers

University

Hard

Created by

Luqman Hakim

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which option is false about the final keyword?

final method cannot be overridden in its subclasses.

final class cannot be extended.

final class cannot extend other classes

final method can be inherited.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword is used for accessing the features of a package?

package

import

extends

export

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int values[ ] = {1,2,3,4,5,6,7,8,9,10};

for(int i=0;i< Y; ++i)

System.out.println(values[i]);


Find the value of value[i]?

10

11

15

None of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these have highest precedence?

()

++

*

>>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

alloc

malloc

new malloc

new

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Java program processing always starts with main() method

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Java supports both Primitive & Non-Primitive(User Defined) datatypes. Which one of the following is not a primitive datatype?

byte

short

long

class

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?