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.
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!"
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
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.
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
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.
Which of the following are Operators in C?
(A) arithmetic operators
(B) logical operator
(C) relational operators
(D) all of the above
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.
Which of the following devices tells the difference between multicast and unicast packets?
(A) multicast switch
(B) developed
(C) advanced router
(D) multicast router
What is the maximum amount of loan that can be extended by payment banks?
(A) 25000
(B) 50000
(C) 100000
(D) No lending power
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.
The view of total database content is_________
(A) Conceptual view
(B) Internal View
(C) External view
(D) Physical view
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
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
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.
The following are components of a database except ________ .
(A) user data
(B) metadata
(C) reports
(D) indexes
The correct option is reported.
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
This shortcut applies the underlined formatting to the selected text or cell contents within Excel.
Get the Examsbook Prep App Today