Demo1

Demo1

Professional Development

6 Qs

quiz-placeholder

Similar activities

Coding Test

Coding Test

2nd Grade - Professional Development

4 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

INFO-U2

INFO-U2

University - Professional Development

10 Qs

L1_W5_Q3

L1_W5_Q3

Professional Development

3 Qs

java

java

University - Professional Development

8 Qs

Palestra CESURG

Palestra CESURG

Professional Development

9 Qs

Quiz LARCA

Quiz LARCA

Professional Development

9 Qs

Webminar Doorprize

Webminar Doorprize

KG - 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()