CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Computer Science
‣
Object Oriented Programming Using C++
Comments
Question
If you design a class that needs special initialization tasks, you will want to design a(n) _____
Options
A. housekeeping routine
B. initializer
C. constructor
D. compiler
Correct Answer
constructor
Object Oriented Programming Using C++ problems
Search Results
1. Header files often have the file extension _____
Options
A. .H
B. .HE
C. .HEA
D. .HEAD
Show Answer
Scratch Pad
Discuss
Correct Answer: .H
2. Evaluate the following expression: 3 >6&&7>4
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
3. A function that returns no values to the program that calls it is _____
Options
A. not allowed in C++
B. type void
C. type empty
D. type barren
Show Answer
Scratch Pad
Discuss
Correct Answer: type void
4. To enter a comment in a C++ program, you begin the comment with _____
Options
A. **
B. &&
C. \\
D. @
E. //
Show Answer
Scratch Pad
Discuss
Correct Answer: //
5. Which of the following statements allows the user to enter data at the keyboard?
Options
A. cin << currentPay;
B. cin >> currentPay;
C. cout << currentPay;
D. cout >> currentPay;
E. None of the above
Show Answer
Scratch Pad
Discuss
Correct Answer: cin >> currentPay;
6. Which of the following assigns the number 5 to the area variable?
Options
A. area 1 = 5
B. area = 5
C. area == 5
D. area --> 5
E. area < > 5
Show Answer
Scratch Pad
Discuss
Correct Answer: area = 5
7. The keyword used to define a structure is _____
Options
A. stru
B. stt
C. struct
D. structure
Show Answer
Scratch Pad
Discuss
Correct Answer: struct
8. A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
Options
A. char function(double d, char c)
B. int function(int d, char c)
C. both (a) and (b)
D. neither (a) nor (b)
Show Answer
Scratch Pad
Discuss
Correct Answer: int function(int d, char c)
9. Why does a successfully mapped network drive disappear every time you boot the computer?
Options
A. The computer you are connected to has moved
B. You didn't click reconnect on log on
C. The map statement is not in the autoexec.bat file
D. The last drive was not set correctly
E. None of the above
Show Answer
Scratch Pad
Discuss
Correct Answer: The map statement is not in the autoexec.bat file
10. Which device is on IRQ 6?
Options
A. Keyboard
B. IDE
C. Floppy drive
D. Video card
E. None of the above
Show Answer
Scratch Pad
Discuss
Correct Answer: Floppy drive
Comments
There are no comments.
Enter a new Comment
Save
More in Computer Science:
Artificial Intelligence
Automation System
Computer Fundamentals
Computer Hardware
Database Systems
Digital Computer Electronics
Disk Operating System (DOS)
Electronic Principles
Language Processors
Linux
Management Information Systems
Networking
Object Oriented Programming Using C++
Operating Systems Concepts
System Analysis and Design
Unix
Windows 2000 Server
Windows NT