C Programming Unit Test II

C Programming Unit Test II

University

23 Qs

quiz-placeholder

Similar activities

Review Quiz (Chapter 3&4)

Review Quiz (Chapter 3&4)

University

20 Qs

ĐC CNTT_Chương 1

ĐC CNTT_Chương 1

University

20 Qs

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

TEST1.PY

TEST1.PY

10th Grade - University

20 Qs

6INFOMAN (Recitation)

6INFOMAN (Recitation)

University - Professional Development

20 Qs

PhotoShop CS6

PhotoShop CS6

University

21 Qs

QUIZ 2

QUIZ 2

University

20 Qs

ประกอบคอมพิวเตอร์

ประกอบคอมพิวเตอร์

University

20 Qs

C Programming Unit Test II

C Programming Unit Test II

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Ankita Luke

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the C character set?

The C character set includes letters, digits, punctuation marks, and whitespace.

Excludes punctuation marks and whitespace.

Contains only uppercase letters.

Only includes letters and digits.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define identifiers and keywords in C.

Identifiers are names for variables/functions; keywords are reserved words with special meaning.

Identifiers and keywords are the same and can be used interchangeably.

Identifiers are only used for functions; keywords are user-defined names.

Keywords can be changed by the user; identifiers cannot be reserved.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List the basic data types available in C.

int, float, double, char, void

string

boolean

array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are symbolic constants in C?

Symbolic constants are variables that can change during program execution.

Symbolic constants are fixed values defined using #define or const in C.

Symbolic constants are values that can be modified at runtime.

Symbolic constants are only used in C++ and not in C.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the structure of a basic C program.

C programs do not require a return statement at the end.

A basic C program structure includes preprocessor directives, the main function, variable declarations, statements, and a return statement.

A basic C program consists only of comments and whitespace.

The main function is optional in a C program structure.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write and execute your first C program?

Use a text editor to write the program without compiling.

Write a C program in Python and run it directly.

Compile the C program using Java and execute it.

Write a simple C program, compile it with GCC, and run the executable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the #include preprocessor directive?

To include the contents of a file or library in the source code.

To define a function in the source code.

To execute a command during runtime.

To create a new variable in the program.

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

Already have an account?