Search Header Logo

Understanding Data Types and Errors

Authored by Darion Taylor

Computers

6th - 8th Grade

13 Questions

Used 3+ times

Understanding Data Types and Errors
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers