Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Advanced programming Questions And Correct Answers, 2023/2024

Beoordeling
-
Verkocht
-
Pagina's
259
Cijfer
A+
Geüpload op
26-10-2023
Geschreven in
2023/2024

Advanced programming CHAPTER 1 24.5 out of 30 Question 1 What will happen when you attempt to compile and run the following code? #include vector #include iostream int main () { std::vectorint v1; // LINE I _back(10); // LINE II std::cout()":"()std::endl; // LINE III return 0; } code compiles and executes successfully Question 2 Which statement is true about the code below? #include vector #include iostream using namespace std; int main () { vectorint v1(4,

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

Advanced programming

CHAPTER 1 24.5 out of 30
Question 1

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

#include <vector>
#include <iostream>

int main ()
{
std::vector<int> v1; // LINE I
v1.push_back(10); // LINE II
std::cout<<v1.front()<<":"<<v1.back()<<std::endl; // LINE III
return 0;
}




code compiles and executes successfully
Question 2

Which statement is true about the code below?

#include <vector>
#include <iostream>
using namespace std;
int main ()
{
vector<int> v1(4, 3);
v1.push_back(4);
for(vector<int>::iterator i = v1.rbegin(); i != v1.rend(); ++i)
{
cout << *i << " ";
}
cout<< endl;
return 0;
}




program will not compile


Question 3

Which sentences are 100% true about the code below (multiple choice) when control reaches return.
Choose all that apply.

,#include <vector>
#include <iostream>

using namespace std;

int main ()
{
vector<int> v1(10, -1);
vector<int> v2;
v2.reserve(10);
for(unsigned i=0; i < 10; i++)
{
v2.push_back(i);
}
return 0;
}




size of vector v2 less than 20

both vectors v1 and v2 have the same capacity



value returned by size() is the same for vectors v1 and v2


Question 4
Which sentence is 100% true about the code below when control reaches return?

#include <vector>
#include <iostream>
#include <stdexcept>

using namespace std;

int main ()
{
int tab[]={1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
vector<int> v1(tab, tab+10);
vector<int> v2(v1.size(), 0);
try
{
for(unsigned i=0; i<=v1.size(); ++i)
{
int tmp = v1[i]; // LINE I
v1[i] = v1.at(v1.size()-i); // LINE II
v1.at(i) = tmp; // LINE III
cout<<v1[i] << " ";
}
}
catch(...)
{

, cout<<"Exception!"<<endl;
}

return 0;
}




program will run and print output: Exception!



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

#include <deque>
#include <iostream>

using namespace std;

template<typename T> ostream & print(T & start, T & end)
{
for(; start != end; ++start)
{
cout<< *start<< " ";
}
return cout;
}

int main()
{
int tab[]={1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
deque<int> d1(tab, tab+10);
deque<int> d2;
deque<int>::iterator it;
for(it = d1.begin(); it != d1.end(); ++it)
{
d2.push_back(d1[d1.end()-it-1]); //LINE I
}
print(d2.rbegin(), d2.rend()) << endl; //LINE II
return 0;
}


code will not compile due to error in line LINE II /mali
the result of program execution is unpredictable or there might be runtime exception /MALI

Question 6

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

, #include <deque>
#include <iostream>

using namespace std;

template<typename T> ostream & print(T const & start, T const & end)
{
for (T i = start; i != end; ++i)
{
cout << *i << " ";
}
return cout;
}

int main()
{
int tab[]={1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
deque<int> d1(tab, tab+10);

deque<int>::const_iterator it = d1.begin()+3;
d1.erase(it, it + 1);
print(d1.begin(), d1.end());
d1.clear();
cout<<d1.size()<<endl;
return 0;
}




program will run successfully and display: 1 2 3 5 6 7 8 9 10 0
Question 7

Which methods from the std::deque class can be used to check if there are elements in
the container? Choose all that apply.
MALI
1. Empty,SIZE, CLEAR(0.5POINTS)
2. THERE IS NO SUCH METHOD
3. EMPTY SIZE CLEAR IS EMPTY

Question 8

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

#include <deque>
#include <iostream>

using namespace std;

Geschreven voor

Vak

Documentinformatie

Geüpload op
26 oktober 2023
Aantal pagina's
259
Geschreven in
2023/2024
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€14,06
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
LectDan Teachme2-tutor
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
221
Lid sinds
3 jaar
Aantal volgers
157
Documenten
7985
Laatst verkocht
1 dag geleden

4,0

48 beoordelingen

5
25
4
12
3
2
2
4
1
5

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

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen