100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Advanced Programming in C++ Cisco Chapter 7 Assessment

Beoordeling
-
Verkocht
-
Pagina's
24
Cijfer
A+
Geüpload op
02-09-2022
Geschreven in
2021/2022

CPP Advanced Programming in C++ Cisco Chapter7 Assessment

Instelling
Vak

Voorbeeld van de inhoud

Score for this attempt: 19 out of 20
Submitted Dec 26 at 9:44pm
This attempt took 7 minutes.

Question 1
pts
What will happen when you attempt to compile and run the following code?

#include <vector>
#include <iostream>
#include <algorithm>
#include <functional>
using namespace std;
void printer(int i) {
cout << i << ", ";
}
int main() {
int mynumbers1[]={3, 9, 0, 2};
int mynumbers2[]={6, 1, 4, 5};
vector<int> v1(4);
transform(mynumbers1, mynumbers1+4, mynumbers2, v1.rbegin(),
plus<int>());//LINE I
for_each(v1.rbegin(), v1.rend(), printer);//LINE II
return 0;
}




compilation error in LINE I



program outputs: 6, 9, 4, 5,



program outputs: 4, 10, 1, 3, 7, 2, 5, 6 ,



program outputs: 3, 9, 0, 2, 6, 1, 4, 5,



runtime error at LINE I

,runtime error at LINE II



program outputs: 9, 10, 4, 7,



Question 2
pts
What will happen when you attempt to compile and run the following code?

#include <vector>
#include <iostream>
#include <algorithm>
#include <functional>
using namespace std;
void printer(int i) {
cout << i << ", ";
}
int main() {
int mynumbers[] = { 3, 9, 0, 2, 1, 4, 5 };
vector<int> v1(mynumbers, mynumbers + 7);
for_each(v1.begin(), v1.end(), bind2nd(plus<int>(), 1));//LINE I
for_each(v1.rbegin(), v1.rend(), printer);//LINE II
return 0;
}




runtime error at LINE II



compilation error in LINE I



program outputs: 4, 10, 1, 3, 2, 5, 6,



program outputs: 3, 9, 0, 2, 1, 4, 5,



program outputs: 5, 4, 1, 2, 0, 9, 3,

, runtime error at LINE I



Question 3
pts
What will happen when you attempt to compile and run the following code?

#include <vector>
#include <iostream>
#include <algorithm>
#include <functional>
using namespace std;
void printer(int i) {
cout << i << ", ";
}
int main() {
int mynumbers[] = { 3, 9, 0, 2, 1, 4, 5 };
vector<int> v1(mynumbers, mynumbers + 7);
int counter = count_if(v1.begin(), v1.end(), bind1st(plus<int>(),
4));//LINE I
v1.push_back(counter);//LINE II
for_each(v1.rbegin(), v1.rend(), printer);
return 0;
}




program outputs: 4, 10, 1, 3, 2, 5, 6,



program outputs: 3, 9, 0, 2, 1, 4, 5,



runtime error at LINE II



runtime error at LINE I



program outputs: 0, 5, 4, 1, 2, 0, 9, 3,

Geschreven voor

Vak

Documentinformatie

Geüpload op
2 september 2022
Aantal pagina's
24
Geschreven in
2021/2022
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€4,88
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Lees online óf als PDF
Geen vaste maandelijkse kosten

Maak kennis met de verkoper
Seller avatar
arviemontemayor

Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
arviemontemayor AMACC
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
-
Lid sinds
3 jaar
Aantal volgers
0
Documenten
39
Laatst verkocht
-

0,0

0 beoordelingen

5
0
4
0
3
0
2
0
1
0

Populaire documenten

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen