What are you looking for?
Send in My Email
Categories
- Algorithms and Data Structures (9)
- Arrays Text DSA (1)
- List Data Structure Text DSA (2)
- Queues Text DSA (1)
- Stacks Text DSA (1)
- Trees (1)
- Blogging and Bloggers (65)
- Blogger (11)
- Create Blogs (12)
- Domain Names (1)
- How To (27)
- ICT Trends (2)
- Internet (1)
- Monetize Blogs (10)
- Promote Blogs (22)
- SEO (24)
- Social Netowrks (2)
- Digg (2)
- Tips and Tricks (45)
- WordPress (14)
- C++ (10)
- Examples (5)
- Source Codes (4)
- Computer Operator Exam Preparation (15)
- Downloads (16)
- From the desk of Admin (7)
- IT and Law (3)
- MCQ Bank (8)
- Bank PO (1)
- Microsoft Word (27)
- MS Word 2003 (20)
- MS Word 2010 (7)
- MS Access (1)
- MS Excel (3)
- Off Topics (28)
- Online MCQ Test (9)
- Practical Questions (3)
- Preparation (9)
- Question Papers (8)
- Questions and Answers (11)
- Computer Officer (5)
- References (7)
- System Analysis and Design (2)
- Trainings and Tutorials (8)
- MS Excel (1)
- Tutorials & How Tos (13)
- Algorithms and Data Structures (9)
Friends from Facebook
ICT Trends on FacebookTwitter Friends
Sponsors
UserOnline
Users: 3 Guests
Category Archives: MCQ Bank
Bank PO & Clerk Exam Question
This test is available online at http://icttrends.com/online-quiz-on-computer-general-knowledge-for-bank-probationary-officers-and-clerk-exam.html
To get this question set in your email as attachment just send an email to shkhanal@gmail.com with subject Send-me-bpo-01
Computer General Knowledge for Bank Probationary Officers Exam
and Clerks Exam
F.M.: 50
Time: 45 minutes
Attempt all of the following questions. Each question provides four options and there is one and only one correct answer.
Posted in Bank PO, MCQ Bank
Tagged Bank Exam Question, bank po, bank probationary officer, Computer General Knowledge
4 Comments
Computer Operator Question Paper 2059

Public Service Commission Examination
Computer Operator
2059
F.M.: 50
Time: 45 minutes
Attempt all of the following questions. Each question provides four options and there is one and only one correct answer.
1. Which is a spreadsheet package?
a) Lotus
b) Excel
c) Quattro Pro
d) All of above
2. What is the short-cut key to hide row in Excel?
a) Ctrl+9
b) Ctrl+F9
c) Shift+F9
d) Ctrl+Shift+9
Multiple Choice Questions from Data Structures And Algorithms MCQ Set 1
Following is the first set of multiple choice questions from Data Structure and Algorithms chapter.
Questions
1. In linked lists there are no NULL links in:
- Single linked list
- Linear doubly linked list
- circular linked list
- None of the above
2. In a Stack the command to access nth element from the top of the stack s will be
- S
- S
- S
- None of the above
3. If yyy, xxx and zzz are the elements of a lexically ordered binary tree, then in preorder traversal which node will be traverse first
- xxx
- yyy
- zzz
- cannot be determined
Posted in C++, MCQ Bank
Tagged Data Structures and Algorithms, Data Structures MCQ, MCQ Bank
2 Comments
C++ Multiple Choice Questions Set 3
1. STL is based on which of the following programming paradigms?
a. Structured Programming
b. Object Oriented Programming (OOP)
c. Functional Programming
d. Aspect Oriented Programming (AOP)
2. Which of the following correctly describes the meaning of ‘namespace’ feature in C++?
a. Namespaces refer to the memory space allocated for names used in a program
b. Namespaces refer to space between the names in a program
c. Namespaces refer to packing structure of classes in a program.
d. Namespaces provide facilities for organizing the names in a program to avoid name clashes.
3. Which of…
Correct Answers to C++ MCQ Set 2
These are the answers to the C++ Multiple Choice Questions Set 2 filed under Multiple Choice Questions. You can click here to go to Questions of Set 2.
1. The conditional compilation
c. It is compiling a program based on a condition
2. Originally ‘C’ was developed as:
b. General purpose language
3. Minimum number of temporary variagble needed to swap the contents of 2 variable is:
d. 0
4. A direct…
Posted in MCQ Bank, Questions and Answers
Leave a comment
C++ Multiple Choice Questions Set 2
C++ Multiple Choice Questions Set 1 was posted on Monday, June 7th, 2010 and is filed under Multiple Choice Questions. You can click here to go to Questions of Set 1 and the Answers of Set 1.
Today, here are the twenty questions for second set — C++ Multiple Choice Questions Set 2. Click here for the answers of this set.
1. The conditional compilation
- It is taken care of by the compiler
- It is setting the compiler option conditionally
- It is compiling a program based on
…
Answers to C++ Multiple Choice Questions Set 1
These are the answers to Multiple Choice Questions Set — 1 from C++. Click here to go to Questions page.
1. Which of the following languages is a subset of C++ language?
Answer: A. C Language
C programs are also C++ programs. Hence C is a suset of C++
2. Which of the following correctly describes C++ language?
Answer: A. Statically typed langauge
All the types and type related information in programs are statically resolved by a compiler in compile time. Hence C++ is a statically typed language.
3. Which of the following keyword supports dynamic method resolution?
Answer:…
Posted in MCQ Bank, Questions and Answers
Tagged Answers, Exam Preparation, MCQ, MCQ Bank, Objective Questions, Questions
2 Comments
Multiple Choice Questions Set 1
This page lists 20 multiple choice questions from C++ covering all the aspects of the language. Click here to go to the answers page for multiple choice questions set 1.
1. Which of the following languages is a subset of C++ language?
A. C language
B. Java Language
C. C# language
D. B language
2. Which of the following correctly describes C++ language?
A. Statically typed language
B. Dynamically typed language
C. Both Statically and dynamically typed language
D. Type-less language
3. Which of the following keyword supports dynamic method resolution?
A. abstract
B. Virtual…
Posted in MCQ Bank
Tagged C++, Exam Preparation, MCQ, MCQ Bank, Objective Questions, Questions
2 Comments

