2.2.1 (d) Variables

2.2.1 (d) Variables

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python 1

Python 1

KG - Professional Development

6 Qs

Quiz na początek I semestru Wstep do programowania

Quiz na początek I semestru Wstep do programowania

7th Grade - University

10 Qs

GD2 - 5.06 C++ Functions Quiz

GD2 - 5.06 C++ Functions Quiz

10th - 12th Grade

7 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

CodeHS 5.1 & 5.2 Intro to Data Structures

CodeHS 5.1 & 5.2 Intro to Data Structures

9th - 12th Grade

10 Qs

Java Variables, Input and Output

Java Variables, Input and Output

10th - 12th Grade

15 Qs

Bài tập bài 4: sử dụng biến và hằng trong chương trình

Bài tập bài 4: sử dụng biến và hằng trong chương trình

KG - 12th Grade

10 Qs

C++ - tipi, costanti variabili

C++ - tipi, costanti variabili

9th - 12th Grade

13 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

5;

char myLetter

"Hello"

string myText

'D'

int myNum

5.99

bool myBool

7.

CLASSIFICATION QUESTION

3 mins • 1 pt

Organize these options into the right categories

Groups:

(a) Comparison operators

,

(b) Arithmetic operators

,

(c) Boolean Operators

NOT

OR

>=

/

+

-

>

^

!=

DIV

<

AND

*

<=

MOD

==

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?