Search Header Logo

Data Types and Variables Quiz

Authored by sasith Devin

Information Technology (IT)

University

Used 9+ times

Data Types and Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following data types is used to store a single character in C?

float

void

int

char

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the typical size of an int data type in memory on a 32-bit system?

8 bytes

4 bytes

1 byte

2 bytes

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which keyword is used to declare a variable that can hold decimal values with single precision?

int

double

char

float

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The void data type is primarily used for which of the following purposes?

To store a memory address.

To represent a value of zero.

To declare a variable that can hold any data type.

To specify that a function does not return a value.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the primary difference in use between the float and double data types?

A double provides more precision than a float.

A float is a signed type, while a double is an unsigned type.

A double requires less memory than a float.

A float can store larger numbers than a double.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If a char variable is declared as unsigned char, what is the approximate range of values it can hold?

0 to 255

-128 to 127

-32768 to 32767

0 to 65535

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What will happen if you try to assign the value 3.14 to an int variable in C?

A compiler error will occur because of the data type mismatch.

The variable will store the value 3.14 without any changes.

The variable will store the value 3 and the value will be rounded up to 4.

The variable will store the value 3 and the fractional part will be truncated.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?