Final Assessment

Final Assessment

Professional Development

16 Qs

quiz-placeholder

Similar activities

Sorting - IV year

Sorting - IV year

Professional Development

20 Qs

Массивы С++

Массивы С++

Professional Development

13 Qs

SLG IPC144 Week 8

SLG IPC144 Week 8

Professional Development

14 Qs

C-Quest

C-Quest

Professional Development

20 Qs

Java Quiz

Java Quiz

Professional Development

20 Qs

BrightChamps Technical Round - C++ language

BrightChamps Technical Round - C++ language

Professional Development

15 Qs

Day 3 - Dom Manipulation

Day 3 - Dom Manipulation

Professional Development

20 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Final Assessment

Final Assessment

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Divyam kumar

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Operators are used to perform operations on

Only variables

Only values

Both variables and values

None

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

+ is the example of which operator ?
Assignment
Arithmetic
Unary
None of these

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When we do not know the number of iteration then we should go for which loop.
for
while
for-each
do-while

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When we do not know the number of iteration but we have to execute some piece of code at least once then we should go for which loop.
for
for-each
do-while
while

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

We can use break statement inside switch to stop fall throw.
True
False

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

We can use continue statement inside loop only to skip iteration and continue for the next iteration.
True
False

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Index of Array starts with
0
1
0 or 1
Depends upon programmer

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?