Coding Standards Quiz

Coding Standards Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Vehicle & Personal Loan

Vehicle & Personal Loan

Professional Development

20 Qs

3+0 Programme Quiz

3+0 Programme Quiz

Professional Development

10 Qs

All about Judo

All about Judo

1st Grade - Professional Development

10 Qs

Phonics Research Review

Phonics Research Review

Professional Development

11 Qs

Quiz 01 Prelim Crim Prof 315

Quiz 01 Prelim Crim Prof 315

University - Professional Development

15 Qs

Academy General Procedures

Academy General Procedures

Professional Development

20 Qs

ITEC Posters Scavenger Hunt

ITEC Posters Scavenger Hunt

Professional Development

14 Qs

C# TOPIC NEW-1

C# TOPIC NEW-1

Professional Development

14 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?