100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

Advanced Programming in C++ Cisco Chapter 8 Assessment

Rating
-
Sold
-
Pages
28
Grade
A+
Uploaded on
02-09-2022
Written in
2021/2022

Advanced Programming in C++ Cisco Chapter 8 Assessment Answers

Institution
Module

Content preview

Attempt History
Attempt Time Score

LATEST Attempt 1 38 minutes 23 out of 26
Answers will be shown after your last attempt
Score for this attempt: 23 out of 26
Submitted Dec 26 at 11:19pm
This attempt took 38 minutes.

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

#include <iostream>
using namespace std;
int main()
{
cout<<127<<", ";
cout.setf(ios::hex);//LINE I
cout<<127<<", ";
cout.setf (ios::showbase ); //LINE II
cout<<127<<", ";
return 0;
}




program outputs: 127, 7f, 0x7f



program outputs: 127, 7f, 7f



compilation error in LINE I



runtime error at LINE II



program outputs: 127, 0x7f, 0x7f

,compilation error in LINE II



program outputs: 127, 127, 127, (but it is an unpredictable result)



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

#include <iostream>
using namespace std;
int main()
{
cout<<127<<", ";
cout.setf(ios::hex);//LINE I
cout<<127<<", ";
cout.setf (ios::showbase, ios::basefield ); //LINE II
cout<<127<<", ";
return 0;
}




program outputs: 127, 0x7f, 0x7f



compilation error in LINE II



compilation error in LINE I



runtime error at LINE II



program outputs: 127, 7f, 7f

, program outputs: 127, 7f, 0x7f



program outputs: 127, 127, 127, (but it is an unpredictable result)



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

#include <iostream>
using namespace std;
int main()
{
cout<<127<<", ";
cout.setf(ios::hex, ios::basefield);//LINE I
cout<<127<<", ";
cout.setf (ios::showbase); //LINE II
cout<<127<<", ";
return 0;
}




program outputs: 127, 7f, 7f



compilation error in LINE I



program outputs: 127, 7f, 0x7f



compilation error in LINE II



program outputs: 127, 0x7f, 0x7f



program outputs: 127, 127, 127,

Written for

Module

Document information

Uploaded on
September 2, 2022
Number of pages
28
Written in
2021/2022
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

£4.23
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
arviemontemayor

Also available in package deal

Get to know the seller

Seller avatar
arviemontemayor AMACC
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
3 year
Number of followers
0
Documents
39
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions