Subjectwise MCQ
Statewise Prepration
Govt. Examwise MCQ
293 Computer MCQ GK question in English हिन्दी
Are you preparing for SSC and Bank competitive exams? So you must have knowledge of Reasoning, Math as well as computer knowledge. In almost all government jobs examinations, some questions related to computers are asked under GK. Which have their own importance. Here you can check for detailed computer information and computer related questions which are very useful in any government examination. Here, I am providing the Computer GK Quiz Questions for learners who are preparing for competitive exams. In this post, I have updated the most important questions, answers with the latest Computer questions.
BIOS is used?
Which of the following is a Notepad extension?
Which of the following is an input device?
Which of the following is an example of an output device?
Which of the following values represents the correct hexadecimal code ABCDEF?
Which of the following is a structured programming technique for representing the detailed steps required to solve a programme graphically?
Which of the following programmes allows you to calculate row and column numbers?
Which of the following natural element is the primary element in computer chips?
Which of the following is a video monitor's smallest visual element?
How is the data on the diskette stored?
Which of the following is the correct hexadecimal code 1F.01B value?
B and F are equal to 11 and 15 respectively. Therefore, equivalent decimal number is, = (1F.01B)16 = (1x161 + 15x160 + 0x16-1 + 1x16-2 + 11x16-3)10 = (16 + 15 + 0 + 0.00390625 + 0.00268554688)10 = (31.0065918)10
On a screen, how many colour dots make up one colour pixel?
What is the name of a temporary storage area that compensates for data rate and data flow differences between devices?
What is the decimal equivalent of the binary number 10111?
What is smallest unit of the information?
The smallest unit of the information is a bit. All information is stored in the computer as bits.
____ is the word processing feature that detects the majority of random typographical errors and misspellings.
A process is a type of _________.
According to C standard, how is search performed in #include and #include "somelibrary.h"?
In the header file, there is a predefined function called scanf().
What is a 32-bit C compiler's sizeof(char)?
What data type is FILE in the C language?
For variable list arguments in C, the typical header ______ is utilised.
Does the OS environment open files and provide pointers for files when a C programme is launched?
Which of the following cannot be accomplished statically in C?
What does stdio.h> #include mean?
What is the name of the C property that enables the creation of several executables for various platforms?
What is the name of the C property that enables the creation of several executables for various platforms?
Which one of the following is incorrect in C?