2.2.1 (d) Variables

2.2.1 (d) Variables

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Uvod u Python i jednostavne tipove podataka

Uvod u Python i jednostavne tipove podataka

9th - 12th Grade

9 Qs

Python Practical Questions

Python Practical Questions

12th Grade

15 Qs

C++ Quiz 1: Introduction and Basics

C++ Quiz 1: Introduction and Basics

7th - 12th Grade

7 Qs

Functional Programming Quiz 2

Functional Programming Quiz 2

12th Grade

13 Qs

PYTHON

PYTHON

12th Grade

8 Qs

Arrays += Chan

Arrays += Chan

9th - 12th Grade

12 Qs

pemograman

pemograman

12th Grade

10 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

5.99

bool myBool

'D'

double myDoubleNum

true

char myLetter

"Hello"

int myNum

5;

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

==

<

AND

NOT

>=

>

*

+

OR

^

/

-

MOD

!=

DIV

<=

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?