THIRD ROUND BINGO

THIRD ROUND BINGO

University

25 Qs

quiz-placeholder

Similar activities

PPL 223 (QUIZ 1) Introduction to Programming Languages

PPL 223 (QUIZ 1) Introduction to Programming Languages

University

20 Qs

Java Exception Handling Quiz

Java Exception Handling Quiz

University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

Questionário 2

Questionário 2

University

22 Qs

ООПСӨЖ12

ООПСӨЖ12

University

20 Qs

Programación Avanzada 2025A

Programación Avanzada 2025A

University

20 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 Qs

THIRD ROUND BINGO

THIRD ROUND BINGO

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Nayana Nayana

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an OOPS concept in Java?

Polymorphism

Inheritance

Compilation

Encapsulation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ship is used inside the Apple new computer?

I C

G3

Semi conductor

Microprocessor chip

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term for a network device that forward data packets?

Switch

Router

Firewall

Repeater

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the output of the following code:

int Integer = 24;

char String = ‘I’;

System.out.print(Integer);

System.out.print(String);

Compile error

Throws exception

l

24 l

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

int number;

float rate;

int variable_count;

int $main;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Number of primitive data types in Java are?

5

3

8

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Java code?

class increment {

public static void main(String args[])

{

int g = 3;

System.out.print(++g * 8);

}

}

32

33

24

25

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?