Data Types and Variables Quiz

Data Types and Variables Quiz

University

30 Qs

quiz-placeholder

Similar activities

Basics of C

Basics of C

University

30 Qs

Arduino

Arduino

10th Grade - University

35 Qs

C++ Programming Quiz 2

C++ Programming Quiz 2

University

30 Qs

Arduino uno

Arduino uno

University

30 Qs

Year 8 Kodu Assessment

Year 8 Kodu Assessment

7th Grade - University

28 Qs

TRK 1B ASD

TRK 1B ASD

University

25 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

Data Types and Variables Quiz

Data Types and Variables Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

sasith Devin

Used 9+ times

FREE Resource

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.

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?