C++ Basics

C++ Basics

University

25 Qs

quiz-placeholder

Similar activities

HTML_CSS_JAVASCRIPT

HTML_CSS_JAVASCRIPT

University - Professional Development

20 Qs

First Meet Sains Data 2022

First Meet Sains Data 2022

University

20 Qs

CodeMavarick

CodeMavarick

University

20 Qs

Electroblitz---Software

Electroblitz---Software

University

25 Qs

ambot para asa ni

ambot para asa ni

University

20 Qs

Mini Try SPMB PKN STAN 2020 by:masuk.stan

Mini Try SPMB PKN STAN 2020 by:masuk.stan

10th Grade - Professional Development

20 Qs

CHFI v9 - Module 8 Investigating Web Attacks

CHFI v9 - Module 8 Investigating Web Attacks

University

20 Qs

Batch E418

Batch E418

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?