2.2.1 (d) Variables

2.2.1 (d) Variables

12th Grade

10 Qs

quiz-placeholder

Similar activities

Databases

Databases

9th - 12th Grade

15 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

TRẮC NGHIỆM PYTHON

TRẮC NGHIỆM PYTHON

9th - 12th Grade

10 Qs

Data Types in Python

Data Types in Python

9th - 12th Grade

10 Qs

Topic 1 C++ Programming

Topic 1 C++ Programming

12th Grade

12 Qs

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

7th - 12th Grade

15 Qs

PENILAIAN TENGAH SEMESTER GENAP

PENILAIAN TENGAH SEMESTER GENAP

9th - 12th Grade

15 Qs

A5 IB -  Variables y Constantes en Python

A5 IB - Variables y Constantes en Python

10th Grade - University

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

char myLetter

5;

int myNum

"Hello"

double myDoubleNum

'D'

bool myBool

true

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

MOD

>

^

DIV

NOT

*

AND

/

==

!=

+

OR

-

<=

>=

<

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?