FE1prf192

FE1prf192

University

50 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

University

50 Qs

IP Unit 3

IP Unit 3

University

54 Qs

Python and C Programming Quiz

Python and C Programming Quiz

University

50 Qs

C Programming Quiz

C Programming Quiz

University

47 Qs

DSA QUIZ

DSA QUIZ

University

50 Qs

Introduction to Python Quiz

Introduction to Python Quiz

University

50 Qs

Python, Java, SQL Quiz

Python, Java, SQL Quiz

University

50 Qs

8.1.1 - Principles of Mechanical Engineering

8.1.1 - Principles of Mechanical Engineering

10th Grade - University

55 Qs

FE1prf192

FE1prf192

Assessment

Quiz

Engineering

University

Hard

Created by

Duy Đoàn Minh

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the inventor of the C programming language?

Dennis Richie

Bjarne Stroustrup

Brian Kernighan

Niklaus Wirth

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does compilation differ from interpretation in the context of the C programming language?

Compilation involves converting source code into machine code, while interpretation executes the code line by line.

Compilation and interpretation are two terms used interchangeably.

Algorithm is another term for interpretation in programming languages.

The IDE tool is responsible for both compilation and interpretation processes.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to comments during the compilation process?

The comment markers will be removed. The content of the comments will be compiled line by line.

Comments are treated as a character array.

Comments will be removed in the preprocessing step.

Each comment is compiled as a no-op statement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What converts a C source file into machine language so that the computer can execute it?

A compiler

A text editor

A file

A program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The main purpose of the const keyword when used with function parameters in C is what?

It prevents the function from modifying the value of the parameter

It ensures the parameter is passed by reference

It limits the scope of the parameter within the function

It specifies that the parameter should be initialized

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a float variable in bytes?

2 bytes

1 byte

8 bytes

4 bytes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable definition?

int 1student_ID;

int _Student_ID1;

int Age$;

int long;

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?