FE1prf192

FE1prf192

University

50 Qs

quiz-placeholder

Similar activities

Precal Math Review 11th

Precal Math Review 11th

10th Grade - University

54 Qs

Product Design & Development-Moodle 1

Product Design & Development-Moodle 1

University

50 Qs

Section 4.2.5. Separation of Dissolved Liquids PART 3

Section 4.2.5. Separation of Dissolved Liquids PART 3

University

47 Qs

CIEN 204 2P (MatCons) Midterm

CIEN 204 2P (MatCons) Midterm

University

50 Qs

02. [10-16-2024] Quiz in ME 433 - Part 1

02. [10-16-2024] Quiz in ME 433 - Part 1

University

50 Qs

Information Theory

Information Theory

University

46 Qs

Engineering for Teens — Chapter 1 Test

Engineering for Teens — Chapter 1 Test

12th Grade - University

50 Qs

2nd MIDTEM EXAM - ICT-Creative Technologies 7 (2D Drawing)

2nd MIDTEM EXAM - ICT-Creative Technologies 7 (2D Drawing)

7th Grade - University

50 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?