Demo1

Demo1

Professional Development

6 Qs

quiz-placeholder

Similar activities

IT ENGLISH: Research Project Topics - Java and JavaScript

IT ENGLISH: Research Project Topics - Java and JavaScript

Professional Development

10 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

M1_Week1_Time_Machine

M1_Week1_Time_Machine

Professional Development

11 Qs

PHP Tours Meetup #42 Data et PHP & Développer avec le BDD

PHP Tours Meetup #42 Data et PHP & Développer avec le BDD

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Programming Languages

IT ENGLISH: Research Project Topics - Programming Languages

Professional Development

10 Qs

Programming languages

Programming languages

KG - Professional Development

10 Qs

Marathon - Unit 1

Marathon - Unit 1

Professional Development

8 Qs

IT ENGLISH: Research Project Topics - C, C# vs C++

IT ENGLISH: Research Project Topics - C, C# vs C++

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