Computer GK Questions with Answers for SSC and Bank Exams

Vikram SinghLast month 105.1K Views Join Examsbookapp store google play
computer gk questions with answers

Do not ignore computer gk questions while preparing for competitive exams because these are very important questions. Students are often puzzled about solving computer gk questions in competitive exams. So, here I am sharing selective computer GK questions with answers for SSC and Bank exams. 

Computer GK Questions

If you are preparing for competitive exams, you should read computer gk questions to improve your performance. These questions will help you to solve computer gk questions in competitive exams and also help to score high in the examinations.

Also, Read Latest Current Affairs Questions 2023: Current Affairs Today

"Stay ahead of the competition with our General Knowledge Mock Test and Current Affairs Mock Test!"

Computer GK Questions with Answers

Q :  

Which of the following is not true for for-loop?

(A) for (i=0; i

(B) for (int i=0; i>9; i++)

(C) for (i=10; i

(D) for (i=10; i++; i


Correct Answer : D
Explanation :

Among the given statements about for loops, the one that is NOT true is that they are used to replace user input while loops. While for loops are typically used for iterations with a known count and are less likely to result in an infinite loop if used correctly, they do not specifically replace user input while loops.


Q :  

What is the difference between do-while and while condition?

(A) In do-while, a semicolon is used after the condition.

(B) Semicolon is not used in While

(C) While statement is after the condition

(D) none of the above


Correct Answer : D
Explanation :

The key difference lies in when the loop condition is checked. In the while loop, the condition is checked before the first iteration, potentially resulting in zero iterations. In the do-while loop, the condition is checked after the first iteration, ensuring that the loop body is executed at least once.


Q :  

Which of the following are Operators in C?

(A) arithmetic operators

(B) logical operator

(C) relational operators

(D) all of the above


Correct Answer : D
Explanation :

Operators are symbols that we use when performing operations on one or more operands. The primary types of operators in C are arithmetic, logical, relational, conditional, bitwise, and assignment.


Q :  

Which of the following devices tells the difference between multicast and unicast packets?

(A) multicast switch

(B) developed

(C) advanced router

(D) multicast router


Correct Answer : A
Explanation :
Multicast switch



Q :  

What is the maximum amount of loan that can be extended by payment banks?

(A) 25000

(B) 50000

(C) 100000

(D) No lending power


Correct Answer : D
Explanation :

The higher the monthly disposable income, the higher the loan amount you will be eligible for. Generally a bank assumes that around 55-60% of your monthly disposable/additional income is available to repay the loan. However, some banks calculate the income available for EMI payments based on an individual's gross income and not his disposable income.


Q :  

The view of total database content is_________

(A) Conceptual view

(B) Internal View

(C) External view

(D) Physical view


Correct Answer : A
Explanation :
It contains information about the entire database in terms of small and simple structures.



Q :  

Logical schema is defined as a_________

(A) Is the entire database

(B) A standard way of organising information for business

(C) Master fields

(D) Queries


Correct Answer : B
Explanation :
A logical data model or logical schema is a data model of a specific problem domain expressed independently of a particular database management product or storage technology (physical data model) but in terms of data structures such as relational tables and columns, object-oriented classes, or XML tags.



Q :  

The DBMS acts as an interface between what two components of an enterprise-class database system?

(A) Database application and the database

(B) Data and the database

(C) The user and the database application

(D) Database application and SQL


Correct Answer : A
Explanation :

DBMS is an interface between the database application and the database of an enterprise-class database system. The DBMS is an interface between the database application and the database.


Q :  

The following are components of a database except ________ .

(A) user data

(B) metadata

(C) reports

(D) indexes


Correct Answer : C
Explanation :

The correct option is reported.


Q :  

Which of the following shortcut keys is used to make the contents of a cell underlined in MS Excel 365?

(A) Ctrl + 6

(B) Ctrl + 3

(C) Ctrl + 2

(D) Ctrl + U


Correct Answer : D
Explanation :

This shortcut applies the underlined formatting to the selected text or cell contents within Excel.


Showing page 1 of 8

    Choose from these tabs.

    You may also like

    About author

    Vikram Singh

    Providing knowledgable questions of Reasoning and Aptitude for the competitive exams.

    Read more articles

      Report Error: Computer GK Questions with Answers for SSC and Bank Exams

    Please Enter Message
    Error Reported Successfully