C++ data types

C++ data types

University

15 Qs

quiz-placeholder

Similar activities

QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

University

17 Qs

Programming I Quiz 1

Programming I Quiz 1

University

11 Qs

OOPJ- Data Types-Java

OOPJ- Data Types-Java

University

10 Qs

Variabel dan Tipe Data C++

Variabel dan Tipe Data C++

University - Professional Development

10 Qs

Programming in C

Programming in C

University

10 Qs

Basic Java Quiz

Basic Java Quiz

University

15 Qs

Computer Programming Function

Computer Programming Function

University

20 Qs

Java

Java

University

15 Qs

C++ data types

C++ data types

Assessment

Quiz

Computers

University

Easy

Created by

AZLIMI MAZLAN

Used 12+ 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?