Skip to main content

Basic Computer: Number Systems & Codes MCQ — 15 Practice Questions with Answers

Basic Computer: Number Systems & Codes is a Basic Computer topic in the RAS/RPSC syllabus. This page gathers exam-style Basic Computer: Number Systems & Codes multiple-choice questions with correct answers and explanations, so aspirants can test recall and revise frequently examined concepts.

Practice 15 Basic Computer: Number Systems & Codes multiple-choice questions with detailed answers and explanations. Ideal for RAS/RPSC exam preparation.

15 Questions Basic Computer

Reviewed by: Aspirant Academy Editorial Team

Practice Questions

Q1. In the binary number 1011, what is its decimal value?

A 11 Correct
B 10
C 13
D 15

Explanation

Binary is a base-2 number system, so each place represents a power of 2. For 1011, read from right to left: 1 × 2^0 = 1, 1 × 2^1 = 2, 0 × 2^2 = 0, and 1 × 2^3 = 8. Adding these place values gives 8 + 0 + 2 + 1 = 11. The cue in the question is the word "binary", so the digits must be evaluated with powers of 2, not powers of 10.

Q2. Assertion (A): In BCD, each decimal digit is represented separately by a 4-bit binary code. Reason (R): For example, decimal 59 is written in BCD as 0101 1001, not as the pure binary form of 59. Choose the correct option.

A Both A and R are true, and R is the correct explanation of A. Correct
B Both A and R are true, but R is not the correct explanation of A.
C A is true, but R is false.
D A is false, but R is true.

Explanation

BCD means Binary Coded Decimal. Its key idea is not to convert the whole decimal number into one binary value. Instead, each decimal digit is converted separately into its 4-bit binary form. In the stem, 5 becomes 0101 and 9 becomes 1001, so decimal 59 is written as 0101 1001 in BCD. This example proves the assertion and explains why BCD is different from pure binary conversion. Therefore both A and R are true, and R explains A.

Q3. Which binary number is equal to the decimal number 13?

A 1101 Correct
B 1011
C 1110
D 1001

Explanation

In the binary system, place values are powers of 2 from right to left: 1, 2, 4, 8 and so on. To write decimal 13 in binary, split it into powers of 2: 13 = 8 + 4 + 1. Therefore the bits for 8, 4 and 1 are set to 1, while the bit for 2 is 0. Reading the four bits in order gives 1101. This matches option A.

Q4. Consider the following statements about ASCII. Statement 1: ASCII is a character encoding standard used to represent letters, digits and control characters in computers. Statement 2: Standard ASCII originally used 7 bits to represent characters. Which of the above statements is/are correct?

A Statement 1 only
B Statement 2 only
C Both Statement 1 and Statement 2 Correct
D Neither Statement 1 nor Statement 2

Explanation

ASCII stands for a widely used character encoding scheme in basic computer studies. It assigns numeric codes to characters such as English letters, digits, punctuation marks and control characters, so Statement 1 is correct. Standard ASCII is historically a 7-bit code, giving 128 possible code values. Extended versions later used 8 bits, but the question says standard ASCII originally, which points to 7 bits. Therefore both statements are correct, and option C is the defensible answer.

Q5. For the hexadecimal number system, identify the correct statement.

A It has base 16 and uses 0-9 and A-F as symbols. Correct
B It has base 8 and uses only the digits 0-7.
C It has base 2 and uses only 0 and 1.
D It has base 10 and uses the digits 0-9 only.

Explanation

The cue in the question is the hexadecimal number system. Hexadecimal means base 16. Since ordinary digits provide only ten symbols, hexadecimal uses 0 to 9 for the first ten values and A to F for values 10 to 15. This is why one hexadecimal digit can represent four binary bits. Options B, C and D describe octal, binary and decimal systems respectively, so option A is the correct statement.

You've seen 5 of 15 sample questions

Unlimited practice on Basic Computer: Number Systems & Codes comes with the RAS Test Series + Practice pack. Sign up to save progress; practice sets open with a pack or Gate Pass.

More questions (pack required)

Pack unlocks practice

Q6.

A
B
C
D
Pack unlocks practice

Q7.

A
B
C
D
Pack unlocks practice

Q8.

A
B
C
D
Pack unlocks practice

Q9.

A
B
C
D
Pack unlocks practice

Q10.

A
B
C
D
Pack unlocks practice

Q11.

A
B
C
D
Pack unlocks practice

Q12.

A
B
C
D
Pack unlocks practice

Q13.

A
B
C
D
Pack unlocks practice

Q14.

A
B
C
D
Pack unlocks practice

Q15.

A
B
C
D

10 more questions can appear in generated practice.

Frequently Asked Questions

How many Basic Computer: Number Systems & Codes MCQ questions are available?
There are 15 Basic Computer: Number Systems & Codes practice MCQs available on Aspirant Academy, with detailed answers and explanations for each question.
Are answers and explanations provided for Basic Computer: Number Systems & Codes MCQs?
Yes, every Basic Computer: Number Systems & Codes question comes with the correct answer and a detailed explanation to help you understand the underlying concept.
How is Basic Computer: Number Systems & Codes relevant to the RAS/RPSC exam?
Basic Computer: Number Systems & Codes falls under the Basic Computer section of the RAS/RPSC syllabus. It is a frequently tested area and regular practice with these MCQs will strengthen your preparation.
Can I practice Basic Computer: Number Systems & Codes questions in Hindi?
Yes, Aspirant Academy offers bilingual support. You can practice Basic Computer: Number Systems & Codes MCQs in both English and Hindi, including questions, options, and explanations.

More Topics in Basic Computer

Continue your Basic Computer preparation with these related topics.

Basic Computer Science

45 questions

Basic Computer: MS Excel Interface & Cells

15 questions

Basic Computer: Operating System Basics

15 questions

Basic Computer: Networking Basics

15 questions

Basic Computer: Input Devices

15 questions

Basic Computer: Hardware-Software Relationship

15 questions

Basic Computer: Secondary Storage

15 questions

Basic Computer: RAM & ROM

15 questions

Basic Computer: MS Excel Charts & Data Tools

15 questions

Basic Computer: Windows & File Management

15 questions

Basic Computer: Security & Viruses

15 questions

Basic Computer: Internet & WWW

15 questions

Basic Computer: MS Word Shortcuts

15 questions

Basic Computer: MS PowerPoint Interface & Views

15 questions

Basic Computer: Output Devices

15 questions

Basic Computer: MS Word Interface & Editing

15 questions

Basic Computer: Fundamentals & Characteristics

15 questions

Basic Computer: Generations of Computers

15 questions

Basic Computer: File System & Extensions

15 questions

Basic Computer: MS Word Layout & Tools

15 questions

Basic Computer: General Shortcuts & Function Keys

15 questions

Basic Computer: Types & Classification

15 questions

Basic Computer: MS Excel Formulas & Functions

15 questions

Basic Computer: MS Office Common Features

15 questions

Basic Computer: Memory Units

15 questions

Basic Computer: Abbreviations & Terminology

15 questions

Basic Computer: MS Excel Shortcuts

14 questions

Basic Computer: Computer Organisation

14 questions

Basic Computer: MS PowerPoint Transitions & Animations

14 questions

Basic Computer: Email Basics

14 questions

MS Office

9 questions

Input and output devices

5 questions

Generations of computers

3 questions

MS Excel keyboard shortcuts

2 questions

Characteristics of computers

2 questions

Spreadsheet shortcuts

2 questions

Data storage units

2 questions

MS Word file menu

1 questions

Computer storage units

1 questions

Keyboard key classification

1 questions

Algorithms

1 questions

Network protocols

1 questions

Computer bus architecture

1 questions

Control unit functions

1 questions

File extensions

1 questions

Computer memory: RAM and ROM

1 questions

Computer generations

1 questions

Microsoft Word interface

1 questions

PowerPoint shortcut keys

1 questions

Spreadsheet cell navigation

1 questions

Applications of computers in medicine

1 questions

Computer memory: EEPROM

1 questions

Programming language paradigms

1 questions

Social media and internet services

1 questions

MS Office keyboard shortcuts

1 questions

Printer specifications

1 questions

Spreadsheet data sorting

1 questions

Graphical file extensions

1 questions

Word processing formatting

1 questions

Computer organisation: bus structure

1 questions

MS Word paragraph alignment

1 questions

Types of computer networks

1 questions

Internet protocols

1 questions

NTFS file system

1 questions

Central processing unit

1 questions

File formats: audio files

1 questions

Spreadsheet software

1 questions

MS Excel functions

1 questions

Classification of computers

1 questions

MS Word navigation keys

1 questions

Printer types

1 questions

ICT and software licensing

1 questions

PowerPoint animation

1 questions

Microsoft Excel worksheet naming

1 questions

Printer types and classification

1 questions

Computer buses

1 questions

Number system conversion

1 questions

MS Word keyboard shortcuts

1 questions

Microsoft Excel formulas

1 questions

MS PowerPoint animation effects

1 questions

Data units

1 questions

PARAM supercomputer series

1 questions

Web browsers

1 questions

Bitwise operators

1 questions

Presentation software slide transitions

1 questions

Types of printers

1 questions

System software and application software

1 questions

MS Office shortcuts

1 questions

Excel keyboard shortcuts

1 questions

Spreadsheet functions

1 questions

Microsoft PowerPoint file extensions

1 questions

Digital India initiatives

1 questions

MS Word 2019: keyboard shortcuts

1 questions

E-commerce phases

1 questions

Cybersecurity basics

1 questions

Application software

1 questions

MS Excel formulas

1 questions

Storage devices: floppy disk

1 questions

Binary Coded Decimal addition

1 questions

File system paths

1 questions

Storage devices

1 questions

Computer abbreviations

1 questions

Microsoft Word paragraph alignment

1 questions

Microsoft Excel shortcut keys

1 questions

Digital India Programme

1 questions

Computer security: antivirus software

1 questions

Microprocessor history

1 questions

MS Word views

1 questions

Input devices

1 questions

Microprocessor generations

1 questions

Social networking websites

1 questions

Non-linear data structures

1 questions

MS Word shortcut keys

1 questions

Language translators

1 questions

Input hardware devices

1 questions

Virtual memory and page faults

1 questions

MS Office applications

1 questions

Explore Other Subjects

Want unlimited practice on Basic Computer: Number Systems & Codes?

Unlimited practice comes with the RAS Test Series + Practice pack. Create a free account to save progress and choose a pack or Gate Pass when you are ready.

Browse all subjects