CIS170 Solved Final Exam in C++ – Previous Exam – 30 MCQs, 7 Essay Questions – Guaranteed 100% score

Lab Price = $25
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

1. (TCO 13) Text files are what type of file? (Points : 4)
Sequential
Random access
Binary
Consecutive

2. (TCO 13) What do the following statements accomplish?
ifstream theFile;
theFile.open( myFile.txt , ios::in); (Points : 4)
Opens myFile in read mode
Opens myFile in append mode
Creates an empty file named myFile
Opens a file in input mode to write to

3. (TCO 13) When a file is opened in the append mode, the file pointer is positioned _____. (Points : 4)
at the end of the file
at the beginning of the file
in the middle of the file
after the file header

4. (TCO 13) The is_closed function returns what kind of data type? (Points : 4)
bool
int
char
double

5. (TCO 12) Which is not a reason that pointers are valuable? (Points : 4)
Pointers allow for faster access to array elements.
Pointers speed the process of passing objects like classes to functions.
Pointers allow function to be passed as an argument to other functions.
Pointers involve a great deal of overhead when used in conjunction with arguments.

6. (TCO 11) N-1 is the _____. (Points : 4)
first position of an array
position of Row
position of Column
last position of an array

7. (TCO 11) When working with an array, the easiest way to traverse or visit all elements of the array is to _____. (Points : 4)
use a loop statement
sort the array and read it
do a binary search
use sequential coding

8. (TCO 11) In the following array, what is the value of table[0][0]?
int table[4][3]={0,7,3,2,4,9,8,1,3,6,5,4};
(Points : 4)
3
2
1
0

9. (TCO 10) To halt the execution of a program at a specific spot during debugging, you must use a _____. (Points : 4)
scope resolution operator
step
break point
comment

10. (TCO 9) The procedures that the object performs are known as _____. (Points : 4)
records
functions
addresses
data fields

11. (TCO 9) The class _____ starts with the word “Class” followed by the name of the class. (Points : 4)
body
definition
return
members

12. (TCO 9) The mutator methods are sometimes called _____. (Points : 4)
getters
accessors
setters
None of the above

13. (TCO 9) Which method is called automatically when an object is created? (Points : 4)
Accessor method
Mutator method
Constructor method
Destructor method

14. (TCO 8) A value that is part of a function header is called a(n) _____. (Points : 4)
argument
initializer
parameter
reference

15. (TCO 7) What is wrong with this call statement?
PrintName(string name); (Points : 4)
It is missing void.
The data type should be removed.
The semicolon should be removed.
Nothing is wrong with it.

1. (TCO 7) A variable’s visibility indicating where in the program the variable can be used is called _____. (Points : 4)
lifetime
scope
local variable
global variable

2. (TCO 7) Why is it not necessary to return a variable from a function if the variable is declared as global? (Points : 4)
You have to return all variables regardless of scope.
All functions can see and access global variables.
main() gets copies of global variables.
Each function gets its own copy of global variables.

3. (TCO 6) Debugging is like being a(n) _____. (Points : 4)
accountant
attorney
detective
police officer

4. (TCO 5) Float and double variables should not be used _____. (Points : 4)
as counters
to perform mathematical calculations
as approximate representations of decimal numbers
for applications when precision is required

5. (TCO 5) The most difficult aspect of working with _____ loops is keeping track of the separate loop control variables that direct the program’s execution. (Points : 4)
nested
controlled-counter
outer
counter-controlled

6. (TCO 5) How many times will this for loop execute?
for(int i = 0; i < 10; --i) (Points : 4) 0, the loop will not execute 9 10 It is an infinite loop. 7. (TCO 4) Input values should always be checked for _____. (Points : 4) appropriate range reasonableness division by zero if division is taking place All of the above 8. (TCO 4) Consider the following segment of code. if(apple = 5) cout<<"You got \"five\" apples!"<>
//

14. (TCO 1) Which of the following statements about IDE is true? (Points : 4)
IDE provides editing, compiling, and debugging in one software package.
IDE only allows programmers to edit their code.
Visual Studio.Net is not an IDE.
IDE stands for integrated development engine.

15. (TCO 2) The following program displays: _____.
#include
using namespace std;
int main()
{
cout << "We like\"CIS170\""; return 0; } (Points : 4) We like CIS170 We like CIS170c We like \ CIS170\ We like “CIS170 “ 1. (TCO 3) What is the output of the following program? #include
using namespace std;
int main()
{
int x1, x2, i, j, k, y, z;
float f;
x1 = 1;
x2 = 1;
y = 5 + x1–;
z = 5 + ++x2;
i = 6 % 4;
j = 1;
j += j + 3;
k = 25 / 2;
f = (float)((2 / 5) * k);

cout<<"x1 is "<

Relevant Material
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Payment Details
Lab Price = $25
Please feel free to send us your queries at: [email protected]

Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply