Final Assessment

Final Assessment

Professional Development

16 Qs

quiz-placeholder

Similar activities

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

Code.org CSA Unit 2

Code.org CSA Unit 2

Professional Development

20 Qs

(R) Java Fundamentals

(R) Java Fundamentals

Professional Development

20 Qs

BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

Java Quiz on Module 1 & 2

Java Quiz on Module 1 & 2

Professional Development

21 Qs

Quiz - Pointers and Callby value & Reference

Quiz - Pointers and Callby value & Reference

Professional Development

15 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

C CODE MASTER B

C CODE MASTER B

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?