Weekly Contest #2 - TechXNinjas

Weekly Contest #2 - TechXNinjas

Professional Development

10 Qs

quiz-placeholder

Similar activities

Accreditation Quiz

Accreditation Quiz

Professional Development

7 Qs

Diskusi PBD

Diskusi PBD

Professional Development

10 Qs

Kaizen Mind Change

Kaizen Mind Change

Professional Development

10 Qs

Quiz PMM

Quiz PMM

Professional Development

10 Qs

Sanitation and Hygiene

Sanitation and Hygiene

Professional Development

10 Qs

HYPOGLYCEMIA ALGORITHM

HYPOGLYCEMIA ALGORITHM

Professional Development

10 Qs

Weekly Contest #1 - TechXNinjas

Weekly Contest #1 - TechXNinjas

Professional Development

12 Qs

ADE Week1 Tutorial

ADE Week1 Tutorial

Professional Development

14 Qs

Weekly Contest #2 - TechXNinjas

Weekly Contest #2 - TechXNinjas

Assessment

Quiz

Education

Professional Development

Hard

Created by

TechXNinjas undefined

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

JAVA is the most secure programming language because...

Hint: Multiple answers are correct.

JAVA does not contain pointers

Due to garbage collection in JAVA

It is a high-level language

It is an open-source platform

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determine whether the following statement is true or false.

And choose the appropriate reason.

Statement: Python is a Statically type language.

True (because we need to declare the datatype first)

True (No need to declare datatype)

False (It is a dynamic type programming language)

False (because we need to declare the datatype first)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the Appropriate Full Form of "IDE"

Integrated Data Encoder

Interface Development Engine

Integrated Development Environment

Integrated Design Executor

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Complete the following relation

Static----->compile time : : Dynamic----->_____________

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int a =10, b=20, temp = 0;

temp = a;

a = b;

b = temp;

The values of b, and a become ___ and ___ respectively.

10, 20

10, 10

20, 10

20, 20

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"%d" is a placeholder used for which datatype

float

byte

integer

string

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Incremental operators i++ is...

binary postfix operator

unary postfix operator

ternary prefix operator

unary prefix operator

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?