C++ Basics

C++ Basics

University

25 Qs

quiz-placeholder

Similar activities

TechOrda Frontend үміткерлеріне арналған тест

TechOrda Frontend үміткерлеріне арналған тест

University

22 Qs

R STARTER

R STARTER

University

20 Qs

Type Conversions and Computation

Type Conversions and Computation

University

20 Qs

CodeQuest-R1

CodeQuest-R1

University

20 Qs

Cyber Security -General Questions

Cyber Security -General Questions

University

20 Qs

Quiz by Ortusolis Technology Solutions Level 1

Quiz by Ortusolis Technology Solutions Level 1

KG - University

20 Qs

Dasar Manajemen dan Bisnis

Dasar Manajemen dan Bisnis

University - Professional Development

20 Qs

BASICS OF JAVA-1

BASICS OF JAVA-1

University

20 Qs

C++ Basics

C++ Basics

Assessment

Quiz

Other

University

Hard

Created by

Joshua Martinez

Used 110+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This is a code that has not yet been linked into a complete program.

Source Code

Assembly Code

Object Code

Machine Code

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The language that the central processing unit can understand after it has been translated by the compiler.

Source Code

Assembly Code

Object Code

Machine Code

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The object code is produced in what program development phase?

Preprocessing

Compilation

Linking

Loading

Executing

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In what phase the c++'s executable program is produced?

Preprocessing

Compilation

Linking

Loading

Executing

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What happens first when a C++ executable is run?

The preprocessor converts the source code into an object code.

The compiler converts the object code into an executable code.

The linker links the object code with the missing functions needed to produce the executable code.

The loader places the program in the memory

The CPU executes the program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, how are instructions executed by the CPU?

One instruction a a time

Several Instructions at a time

All instructions in one time

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Single line comments are denoted by what symbol?

//

\\

/*

*/

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?