C++ data types

C++ data types

University

15 Qs

quiz-placeholder

Similar activities

variable and identifier

variable and identifier

University

16 Qs

C programming-1

C programming-1

University

13 Qs

CSC301 Chapter 2

CSC301 Chapter 2

University

10 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Python and PseudoCode Quiz

Python and PseudoCode Quiz

10th Grade - University

15 Qs

Clase 2

Clase 2

University

10 Qs

Intro to Java Q1 Assessment

Intro to Java Q1 Assessment

9th Grade - University

16 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

C++ data types

C++ data types

Assessment

Quiz

Computers

University

Medium

Created by

AZLIMI MAZLAN

Used 20+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store whole numbers without decimals?

int

char

string

double

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which data type is used to store floating point numbers with decimals?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store single characters?

int

char

double

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store text?

int

char

string

double

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which data type is used to store values with two states: true or false?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct data type for int?

myNum = 9;

myDoubleNum = 8.99;

myLetter = 'A';

myBool = false;

myText = "Hello World";

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct data type for char?

myNum = 9;

myDoubleNum = 8.99;

myLetter = 'A';

myBool = false;

myText = "Hello World";

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?