Demo1

Demo1

Professional Development

6 Qs

quiz-placeholder

Similar activities

Java Programming RBVRRIT

Java Programming RBVRRIT

University - Professional Development

10 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

Sains Komputer Penterjemah Bahasa Pengaturcaraan

Sains Komputer Penterjemah Bahasa Pengaturcaraan

Professional Development

10 Qs

Webminar Doorprize

Webminar Doorprize

KG - Professional Development

10 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

web einführungsveranstaltung

web einführungsveranstaltung

University - Professional Development

6 Qs

SDP-16-05-2021

SDP-16-05-2021

Professional Development

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Demo1

Demo1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Jaganmohan Bondala

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When is python discovered?

1991

1989

1990

1998

2.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

Which of the following is/ are True ?

Set is a group of ordered objects without duplicates

Map is essentially a set of (key,value) pairs with unique keys, supporting a lookup operation to find the value associated with a given key

List is a sequence of objects, with a distinguished first object, and in which each object has a unique successor.

Bag is a group of unordered objects allowing duplicates

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

{null=null, a=null, b=JavaSE, c=PHP, d=Python}

{a=null, b=JavaSE, c=PHP, d=Python}

{b=JavaSE, c=PHP, d=Python}

Compilation Fails

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is a

Procedure Oriented Language

Structure Oriented Language

Object_Oriented Language

Machine Language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

float x = 5;

x = 5;

int x = 5;

num x = 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java program does not run without below function

user()

system()

main()

void()