Data Types and Variables Quiz

Data Types and Variables Quiz

University

30 Qs

quiz-placeholder

Similar activities

Internet dan Google Workspace

Internet dan Google Workspace

4th Grade - University

25 Qs

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade - University

25 Qs

Finals Quiz

Finals Quiz

University

25 Qs

Adobe After Effects Quiz

Adobe After Effects Quiz

University

25 Qs

BASIS DATA

BASIS DATA

11th Grade - University

35 Qs

IT 403 - QUIZ 2

IT 403 - QUIZ 2

University

25 Qs

PENILAIAN SUMATIF TENGAH SEMESTER I (PSTS I) - Keamanan Jaringan

PENILAIAN SUMATIF TENGAH SEMESTER I (PSTS I) - Keamanan Jaringan

12th Grade - University

25 Qs

LATIHAN SOAL TENTANG CANVA

LATIHAN SOAL TENTANG CANVA

8th Grade - University

25 Qs

Data Types and Variables Quiz

Data Types and Variables Quiz

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

sasith Devin

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?