Coding Standards Quiz

Coding Standards Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Ethics Jan8

Ethics Jan8

6th Grade - Professional Development

10 Qs

Durango PD Code Review

Durango PD Code Review

Professional Development

17 Qs

PBI Recap

PBI Recap

Professional Development

10 Qs

R A 6713

R A 6713

Professional Development

10 Qs

KMKY Trainers Quiz

KMKY Trainers Quiz

Professional Development

10 Qs

Week 8 Recap

Week 8 Recap

Professional Development

10 Qs

Python Test 1

Python Test 1

Professional Development

10 Qs

Final Quiz :3D Printing World

Final Quiz :3D Printing World

3rd Grade - Professional Development

15 Qs

Coding Standards Quiz

Coding Standards Quiz

Assessment

Quiz

Education

Professional Development

Hard

Created by

Archit Dugar

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you ensure that code adheres to good coding standards?

Ensure that the code passes all unit test cases.

Ensure that the code reviews are conducted consistently and effectively.

Use linters to ensure the code is error-free and follows best practices.

All of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Code is said to be understandable when _____.

it is valid, no exception errors and properly commented

it is easily readable with proper comments, indented code and naming conventions

proper naming conventions are used and it is efficient

easily adaptable, error free with adequate validation checks

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the fundamentals of code readability?

Appropriate naming convention

Proper alignment of code

Avoid deep nesting

All of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following isn't true about variable names in modern programming languages like C++, Java and JavaScript?

Shorter variables names generate more efficient code

A space between words in a variable will cause a compile time error

Descriptive variable names increase readability of code

Good variable names help avoid naming collisions

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Alternatively known as dash case or lisp case, what variable naming strategy places a dash between words?

Snake case

Camel case

Kebab case

Pascal case

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following tend not to create challenges or inconsistencies with naming conventions?

Nouns

Acronyms

Initialisms

Compound words

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A variable named oneTwoThree follows which variable naming convention?

Snake case

Camel case

Kebab case

Pascal case

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?