C++ data types

C++ data types

University

15 Qs

quiz-placeholder

Similar activities

T_4.2 Identifier, Data Types, Operators & Expressions

T_4.2 Identifier, Data Types, Operators & Expressions

12th Grade - University

10 Qs

OOPJ- Data Types-Java

OOPJ- Data Types-Java

University

10 Qs

C++ Basics (1)

C++ Basics (1)

University

12 Qs

Fundamentos de C#

Fundamentos de C#

University

18 Qs

Week 9 - Functions and Pointers

Week 9 - Functions and Pointers

University

14 Qs

Ice Break PBO

Ice Break PBO

University

20 Qs

Python Basic Quiz 01

Python Basic Quiz 01

University

17 Qs

Functions in Computer Science

Functions in Computer Science

University

20 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?