MANI

MANI

Assessment

Flashcard

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the output of console.log(typeof null)?

Back

object

2.

FLASHCARD QUESTION

Front

Which is NOT a JavaScript framework? React, Angular, Vue, Django

Back

Django

3.

FLASHCARD QUESTION

Front

What command do you use to check the current branch, staged changes, and untracked files?

Back

git status

4.

FLASHCARD QUESTION

Front

Which hook is used for managing state in a functional component?

Back

useState

5.

FLASHCARD QUESTION

Front

You modified multiple files, but you only want to stage file1.txt for commit. What command do you use?

Back

git add file1.txt

6.

FLASHCARD QUESTION

Front

What are the correct way to declare variables in python? Options: int x = 10;, x := 10, x = 10, var x = 10

Back

x = 10

7.

FLASHCARD QUESTION

Front

Which is not a mutable data type in python? List, Tuple, Dictionary, Set

Back

Tuple

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?