Search Header Logo

C++ Basics

Authored by Joshua Martinez

Other

University

Used 116+ times

C++ Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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?

//

\\

/*

*/

Access all questions and much more by creating a free account

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?