C++ Basics

C++ Basics

University

25 Qs

quiz-placeholder

Similar activities

Kelas PHP

Kelas PHP

University

20 Qs

Quiz_C++ language

Quiz_C++ language

University

20 Qs

Intervalos

Intervalos

University

20 Qs

Fundamentos diseño web

Fundamentos diseño web

University

20 Qs

CRYPTERS-ROUND-2

CRYPTERS-ROUND-2

University

20 Qs

Yabancı Dil Türkçe B2 Ünite 6

Yabancı Dil Türkçe B2 Ünite 6

5th Grade - Professional Development

20 Qs

Tech Quiz - TECHNOHOLICS2K21

Tech Quiz - TECHNOHOLICS2K21

University

20 Qs

Mini Try Out SPMB PKN STAN 2020

Mini Try Out SPMB PKN STAN 2020

1st Grade - Professional Development

25 Qs

C++ Basics

C++ Basics

Assessment

Quiz

Other

University

Hard

Created by

Joshua Martinez

Used 115+ 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?