MCQ
Paper - II (iii) — Fundamentals of Computer MCQ - Practice Questions with Answers
Solve 44 Paper - II (iii) — Fundamentals of Computer questions for RAS/RPSC preparation.
Practice questions
Q1What is the decimal value of the binary number 1011?
To convert 1011 from binary to decimal, multiply each bit by its place value: 8, 4, 2 and 1. The sum is 8 + 0 + 2 + 1 = 11.
Q2In a positional number system, what is the base of the binary number system used for internal representation in digital computers?
The binary number system has only two possible digits: 0 and 1. Therefore each place value is a power of 2, making 2 the base of the system.
Q3What is the decimal equivalent of the binary number (1011)2?
To convert 1011 from binary to decimal, multiply each bit by its positional value: 1x8 + 0x4 + 1x2 + 1x1. The sum is 11.
Q4Which number system uses only the symbols 0 and 1?
The binary number system is a base-2 positional system. Digital computers internally represent data using two states, conventionally written as 0 and 1.
Q5Which option correctly classifies a keyboard and a printer by their usual computer functions?
Input devices capture data or commands for the computer, so a keyboard is an input device. Output devices present processed results, and a printer presents them on paper.
You've seen 5 of 44 sample questions
Unlimited practice on Paper - II (iii) — Fundamentals of Computer comes with the RAS Test Series + Practice pack or Gate Pass.
More questions
6Which translator converts an assembly language program into machine language?
7Which unit of the CPU performs arithmetic operations such as addition and comparison-based logic operations?
8Which language translator converts an assembly language program into machine code?
9Which decimal value is represented by the binary number (101101)2?
10In the hexadecimal number system, why can one hexadecimal digit represent exactly four binary bits?
11A hexadecimal digit is represented by how many binary bits?
12Which statement best describes a high-level programming language?
13Why is the octal number system commonly used as a compact way to write binary values?
14Which category of computer language is directly understood by the processor without translation?
15In hexadecimal notation, which symbol represents the decimal value 10?
