Understanding Data Types and Errors

Understanding Data Types and Errors

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

python selection

python selection

8th Grade

11 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Lesson 4 : if-elif-else conditionals

Python Lesson 4 : if-elif-else conditionals

8th Grade

10 Qs

Python

Python

8th Grade

13 Qs

Python Basics

Python Basics

7th Grade

14 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Understanding Data Types and Errors

Understanding Data Types and Errors

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Darion Taylor

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an "int"?

Integer

Internal

International

Intern

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In terms of coding, What is a "double"?

two of something

two times something

a number with decimals

a number without decimals

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "float"?

a number with decimals (but less precise)

a string of letters

a string of numbers

No answer is correct here.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a compile-time error/Syntax?

An error that appears in the Unity Console only after you build the game, not in the editor

An error that can only be fixed by restarting the computer

an error that occurs during the compilation process, before the program is executed

When the program runs, but produces incorrect results due to flawed logic

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When your code does not follow the rules and grammar of the C# programming language, it is known as a ______ error.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Null mean?

A value that means "no object" or "nothing" is assigned to a variable

A visible object that does not work

A specific number, like zero, that represents an empty value

A type of error that stops your game from running immediately

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would likely cause a NullReferenceException

You typed a method name wrong

You tried to divide by zero

You used an object that was never assigned

You used a variable before declaring it

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?