2.2.1 (d) Variables

2.2.1 (d) Variables

12th Grade

10 Qs

quiz-placeholder

Similar activities

Arrays += Chan

Arrays += Chan

9th - 12th Grade

12 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

C++ Quiz 1: Introduction and Basics

C++ Quiz 1: Introduction and Basics

7th - 12th Grade

7 Qs

AP Computer Science A Quiz

AP Computer Science A Quiz

12th Grade

15 Qs

Data Types Quiz

Data Types Quiz

12th Grade

10 Qs

PYTHON

PYTHON

12th Grade

8 Qs

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

C# 101 Mid-Semester Review

C# 101 Mid-Semester Review

9th - 12th Grade

12 Qs

2.2.1 (d) Variables

2.2.1 (d) Variables

Assessment

Quiz

Computers

12th Grade

Easy

Created by

RHSC Computing

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which data type stores whole numbers from -2,147,483,648 to 2,147,483,647?

int

long

float

double

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which data type stores whole numbers from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807?

int

long

float

double

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which data type stores fractional numbers with 6 to 7 decimal digits?

int

long

float

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C#, which data type stores fractional numbers with 15 decimal digits?

int

long

float

double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type stores true or false values?

int

long

bool

char

6.

MATCH QUESTION

1 min • 1 pt

Match the following C# Datatype Declarations

true

double myDoubleNum

"Hello"

char myLetter

5;

bool myBool

'D'

int myNum

5.99

string myText

7.

CLASSIFICATION QUESTION

3 mins • 1 pt

Organize these options into the right categories

Groups:

(a) Comparison operators

,

(b) Arithmetic operators

,

(c) Boolean Operators

OR

AND

^

MOD

<

DIV

+

>=

NOT

*

==

<=

>

!=

/

-

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?