Coding Standards Quiz

Coding Standards Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Weather and Seasons

Weather and Seasons

2nd Grade - Professional Development

20 Qs

Health and safety in a salon

Health and safety in a salon

Professional Development

11 Qs

Teacher Roles

Teacher Roles

University - Professional Development

10 Qs

Computer Knowledge

Computer Knowledge

1st Grade - Professional Development

10 Qs

ShopUp Rewards

ShopUp Rewards

Professional Development

11 Qs

Singapore

Singapore

12th Grade - Professional Development

15 Qs

Hazardous Materials

Hazardous Materials

Professional Development

15 Qs

Reaction Turbine

Reaction Turbine

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?