Shifts Applied to Sequences

 6. 6. Shifts Applied to Sequences - Alphabetical Reasoning Questions

Description: The fixed shift is applied across a sequence of letters or pairs, where the pattern continues to generate the next term (e.g., AB, CD, EF, ?).

 

10 Practice Questions

  1. AB, CD, EF, ?
    • Options: GH, HI, IJ, JK
    • Solution: GH
    • Explanation: Each pair in the sequence shifts forward by 2 (A+2=C, B+2=D; C+2=E, D+2=F). For EF (E+2=G, F+2=H), the answer is GH.
  2. CAT, FDW, IKI, ?
    • Options: MJY, NKZ, OLA, PMB
    • Solution: MJY
    • Explanation: Each letter in the sequence shifts forward by 3 (C+3=F, A+3=D, T+3=W; F+3=I, D+3=G, W+3=Z). For IKI (I+3=L, K+3=N, I+3=L), the answer is MJY.
  3. XY, UV, PQ, ?
    • Options: LM, MN, NO, OP
    • Solution: LM
    • Explanation: Each pair shifts backward by 3 (X-3=U, Y-3=V; U-3=R, V-3=S). For PQ (P-3=M, Q-3=N), the answer is LM.
  4. LMN, IJK, FGJ, ?
    • Options: ABC, BCD, CDE, DEF
    • Solution: CDE
    • Explanation: Each letter shifts backward by 3 (L-3=I, M-3=J, N-3=K). For FGJ (F-3=C, G-3=D, J-3=G), the answer is CDE.
  5. PQ, TU, WY, ?
    • Options: IJ, JK, KL, LM
    • Solution: IJ
    • Explanation: Each pair shifts forward by 4 (P+4=T, Q+4=U; T+4=X, U+4=Y). For WY (W+4=A, Y+4=I), the answer is IJ.
  6. BIG, EJJ, IKM, ?
    • Options: MJY, NKZ, OLA, PMB
    • Solution: MJY
    • Explanation: Each letter shifts forward by 3 (B+3=E, I+3=L, G+3=J). For IKM (I+3=L, K+3=N, M+3=P), the answer is MJY.
  7. EF, JK, RS, ?
    • Options: IJ, KL, WX, ZA
    • Solution: IJ
    • Explanation: Each pair shifts forward by 5 (E+5=J, F+5=K; J+5=O, K+5=P). For RS (R+5=W, S+5=X), the answer is IJ.
  8. SUN, POK, LFH, ?
    • Options: FJY, EKX, GLZ, HMU
    • Solution: FJY
    • Explanation: Each letter shifts backward by 3 (S-3=P, U-3=R, N-3=K). For LFH (L-3=I, F-3=C, H-3=E), the answer is FJY.
  9. CD, IJ, PQ, ?
    • Options: WX, XY, YZ, ZA
    • Solution: WX
    • Explanation: Each pair shifts forward by 6 (C+6=I, D+6=J; I+6=O, J+6=P). For PQ (P+6=V, Q+6=W), the answer is WX.
  10. HAT, AFU, XIS, ?
    • Options: FJY, EKX, GLZ, HMU
    • Solution: FJY
    • Explanation: Each letter shifts backward by 2 (H-2=F, A-2=Y, T-2=R). For XIS (X-2=V, I-2=G, S-2=Q), the answer is FJY.

Wrap-Around Shifts (Modular Arithmetic)

4. Wrap-Around Shifts (Modular Arithmetic) - Alphabetical Reasoning Problems

Description: Shifts that extend beyond Z (forward) or before A (backward), wrapping around the alphabet (e.g., Z+1=A, A-1=Z). This is often a subset of forward or backward shifts but emphasized in questions with large shifts.

 

10 Practice Questions

 

  1. WX : DE :: IJ : ?
    • Options: UV, VW, ST, PQ
    • Solution: PQ
    • Explanation: Each letter in WX is shifted forward by 6 (W+6=C, X+6=A, with wrap-around). For IJ (I+6=O, J+6=P), the answer is PQ.
  2. ZIP : FJY :: TOP : ?
    • Options: FJY, EKX, GLZ, HMU
    • Solution: FJY
    • Explanation: Each letter in ZIP is shifted forward by 5 (Z+5=E, I+5=N, P+5=U, with wrap-around). For TOP (T+5=Y, O+5=T, P+5=U), the answer is FJY.
  3. AB : JK :: PQ : ?
    • Options: WX, XY, YZ, ZA
    • Solution: WX
    • Explanation: Each letter in AB is shifted forward by 7 (A+7=I, B+7=J). For PQ (P+7=W, Q+7=X), the answer is WX.
  4. LMN : VWY :: DEF : ?
    • Options: OPQ, PQR, QRS, RST
    • Solution: OPQ
    • Explanation: Each letter in LMN is shifted forward by 8 (L+8=T, M+8=U, N+8=V). For DEF (D+8=L, E+8=M, F+8=N), the answer is OPQ.
  5. UV : FG :: BC : ?
    • Options: LM, MN, OP, QR
    • Solution: LM
    • Explanation: Each letter in UV is shifted forward by 9 (U+9=E, V+9=F, with wrap-around). For BC (B+9=K, C+9=L), the answer is LM.
  6. SUN : CGK :: MOON : ?
    • Options: FJHL, QKIM, RLJN, SMKO
    • Solution: FJHL
    • Explanation: Each letter in SUN is shifted forward by 6 (S+6=Y, U+6=A, N+6=T, with wrap-around). For MOON (M+6=S, O+6=U, O+6=U, N+6=T), the answer is FJHL.
  7. CD : OP :: KL : ?
    • Options: WX, XY, YZ, ZA
    • Solution: WX
    • Explanation: Each letter in CD is shifted forward by 10 (C+10=M, D+10=N). For KL (K+10=U, L+10=V), the answer is WX.
  8. FAN : RJF :: PEN : ?
    • Options: FJY, EKX, GLZ, HMU
    • Solution: FJY
    • Explanation: Each letter in FAN is shifted forward by 7 (F+7=M, A+7=I, N+7=U). For PEN (P+7=W, E+7=L, N+7=U), the answer is FJY.
  9. PQ : DE :: ST : ?
    • Options: FG, HI, JK, LM
    • Solution: FG
    • Explanation: Each letter in PQ is shifted forward by 11 (P+11=A, Q+11=C, with wrap-around). For ST (S+11=E, T+11=F), the answer is FG.
  10. BAG : UVZ :: KEY : ?
    • Options: FJY, EKX, GLZ, HMU
    • Solution: FJY
    • Explanation: Each letter in BAG is shifted backward by 6 (B-6=W, A-6=U, G-6=A, with wrap-around). For KEY (K-6=E, E-6=Y, Y-6=S), the answer is FJY.

 

Alphabetical Letter Shifting problems - explanations - answers

Alphabetical Letter Shifting questions are usually asked in a puzzle/riddle format, where the transformation logic must be deduced. Questions are presented in exam-style, along with clear explanations and answers:


๐Ÿ“ Alphabetical Letter Shifting Test – 20 Exam-Style Questions with Explanation


๐Ÿ”น 1.

Q: If DOG is written as EPH, how is CAT written in that code?
Explanation: D→E (+1), O→P (+1), G→H (+1) → Rule: +1 shift
Apply to CAT: C→D, A→B, T→U
Answer: DBU


๐Ÿ”น 2.

Q: If CAT is coded as BZS, how is DOG written in that code?
Explanation: C→B (-1), A→Z (-1), T→S (-1) → Rule: -1 shift
DOG: D→C, O→N, G→F
Answer: CNF


๐Ÿ”น 3.

Q: If BOOK is written as DQQM, how will LOOK be written?
Explanation: B→D (+2), O→Q, O→Q, K→M → Rule: +2
LOOK: L→N, O→Q, O→Q, K→M
Answer: NQQM


๐Ÿ”น 4.

Q: In a certain code, LION is written as JGML. How is TIGER written?
Explanation: L→J (-2), I→G, O→M, N→L → Rule: -2
TIGER: T→R, I→G, G→E, E→C, R→P
Answer: RG ECP


๐Ÿ”น 5.

Q: If GAME is coded as JDPH, how will PLAY be written?
Explanation: G→J (+3), A→D, M→P, E→H → Rule: +3
P→S, L→O, A→D, Y→B
Answer: SODB


๐Ÿ”น 6.

Q: If KING is written as HFKD, how is QUEEN coded in the same manner?
Explanation: K→H (-3), I→F, N→K, G→D → Rule: -3
Q→N, U→R, E→B, E→B, N→K
Answer: NRBBK


๐Ÿ”น 7.

Q: If TREE becomes USFF, what is the code for BUSH?
Explanation: T→U (+1), R→S, E→F, E→F → Rule: +1
B→C, U→V, S→T, H→I
Answer: CVTI


๐Ÿ”น 8.

Q: In a certain language, FISH is written as EHRG. What is the code for BOAT?
Explanation: F→E (-1), I→H, S→R, H→G → Rule: -1
B→A, O→N, A→Z, T→S
Answer: ANZS


๐Ÿ”น 9.

Q: If ZEBRA is written as BGDTC, then how is HORSE written?
Explanation: Z→B (+2), E→G, B→D, R→T, A→C → Rule: +2
H→J, O→Q, R→T, S→U, E→G
Answer: JQTUG


๐Ÿ”น 10.

Q: If HOUSE is coded as FMSQC, what is the code for MOUSE?
Explanation: H→F (-2), O→M, U→S, S→Q, E→C → Rule: -2
M→K, O→M, U→S, S→Q, E→C
Answer: KMSQC


๐Ÿ”น 11.

Q: If APPLE becomes BQQMF, how is GRAPE written?
Explanation: A→B (+1), P→Q, P→Q, L→M, E→F → Rule: +1
G→H, R→S, A→B, P→Q, E→F
Answer: HSBQF


๐Ÿ”น 12.

Q: If STUDY is coded as RSTCX, then how is HARDY written?
Explanation: Each letter shifted -1
H→G, A→Z, R→Q, D→C, Y→X
Answer: GZQCX


๐Ÿ”น 13.

Q: If TABLE is written as VCDNG, how is CHAIR written?
Explanation: T→V (+2), A→C, B→D, L→N, E→G
C→E, H→J, A→C, I→K, R→T
Answer: EJCKT


๐Ÿ”น 14.

Q: If CHAIR is written as AFYGP, how is BENCH written?
Explanation: C→A (-2), H→F, A→Y, I→G, R→P → Rule: -2
B→Z, E→C, N→L, C→A, H→F
Answer: ZCLAF


๐Ÿ”น 15.

Q: If WATER is coded as ZDWHU, then how is WHEEL coded?
Explanation: W→Z (+3), A→D, T→W, E→H, R→U → Rule: +3
W→Z, H→K, E→H, E→H, L→O
Answer: ZKHHO


๐Ÿ”น 16.

Q: If NIGHT becomes KFDEQ, what is the code for RIGHT?
Explanation: N→K (-3), I→F, G→D, H→E, T→Q → Rule: -3
R→O, I→F, G→D, H→E, T→Q
Answer: OFDEQ


๐Ÿ”น 17.

Q: If HELLO is written as IDMKP (alternate +1, -1…), how is WORLD written?
Explanation: H→I (+1), E→D (-1), L→M (+1), L→K (-1), O→P (+1)
Same pattern: W→X, O→N, R→S, L→K, D→E
Answer: XNSKE


๐Ÿ”น 18.

Q: If PLANE becomes QMBOF, what is the code for PLANT?
Explanation: +1 for all letters
P→Q, L→M, A→B, N→O, E→F
T→U
Answer: QMBOU


๐Ÿ”น 19.

Q: If EARTH is coded as CYP RF, how is PLUTO written?
Explanation: -2 from each letter
E→C, A→Y, R→P, T→R, H→F
P→N, L→J, U→S, T→R, O→M
Answer: NJSRM


๐Ÿ”น 20.

Q: If SMILE is coded as UKKJG using alternate shifting (+2, -2, +2, -2, +2), how is LAUGH coded?
Explanation:
S→U (+2), M→K (-2), I→K (+2), L→J (-2), E→G (+2)
L→N (+2), A→Y (-2), U→W (+2), G→E (-2), H→J (+2)
Answer: NYWEJ



Alphabet Coding-Decoding Test

 

20 example problems with explanations for the Alphabet Coding-Decoding Test, a popular topic in reasoning sections of competitive exams. These test your ability to recognize patterns in how letters or words are coded based on alphabet positions, reversals, shifts, or other logic.


๐Ÿ”น Problem 1

Q: If CAT is coded as DBU, how is DOG coded?

Solution:
Each letter is shifted +1
C → D, A → B, T → U
DOG → D(+1)=E, O(+1)=P, G(+1)=H
Answer: EPH


๐Ÿ”น Problem 2

Q: If BALL is coded as YZOO, how is CALL coded?

Solution:
B = 2 → Y (27-2), A = 1 → Z, L = 12 → O
So reverse position used: A = Z, B = Y, L = O
CALL → C=3 → X, A=1 → Z, L=12 → O
Answer: XZOO


๐Ÿ”น Problem 3

Q: In a certain code, TRAP is written as GSZK. How is STOP written?

Solution:
T=20→G (27-20=7), R=18→S, A=1→Z, P=16→K
Pattern: reverse position for each letter
S=19 → H, T=20 → G, O=15 → L, P=16 → K
Answer: HGLK


๐Ÿ”น Problem 4

Q: If MOBILE is coded as NPCKMF, how is LAPTOP coded?

Solution:
Shift letters alternately +1 and -1:
M(+1)=N, O(-1)=N, B(+1)=C, I(-1)=H, L(+1)=M, E(-1)=D
L(+1)=M, A(-1)=@ (invalid) → Z, P(+1)=Q, T(-1)=S, O(+1)=P, P(-1)=O
Answer: MZQSPO


๐Ÿ”น Problem 5

Q: If APPLE is coded as ELPPA, how is HOUSE coded?

Solution:
Reverse the word
HOUSE → ESUOH
Answer: ESUOH


๐Ÿ”น Problem 6

Q: If ROAD is coded as URDG, how is PATH coded?

Solution:
Each letter is shifted +3
R→U, O→R, A→D, D→G
P→S, A→D, T→W, H→K
Answer: SDWK


๐Ÿ”น Problem 7

Q: If KING is coded as 15-18-17-13, how is LION coded?

Solution:
K=11→11+4=15, I=9→+9=18, N=14→+3=17, G=7→+6=13
Pattern: Add increasing values (4,9,3,6)
L=12+4=16, I=9+9=18, O=15+3=18, N=14+6=20
Answer: 16-18-18-20


๐Ÿ”น Problem 8

Q: If CRY is coded as XIB, how is JOY coded?

Solution:
C→X (26-3+1), R→I (26-18+1), Y→B (26-25+1)
Same logic:
J=10 → Q, O=15 → K, Y=25 → B
Answer: QKB


๐Ÿ”น Problem 9

Q: If SWEET is coded as TVFFU, how is HONEY coded?

Solution:
Each letter +1
S→T, W→X, E→F, E→F, T→U
H→I, O→P, N→O, E→F, Y→Z
Answer: IPOFZ


๐Ÿ”น Problem 10

Q: If DELHI is coded as EDKGH, how is MUMBAI coded?

Solution:
D→E(+1), E→D(-1), L→K(-1), H→G(-1), I→H(-1)
So pattern: 1st +1, rest -1
M→N, U→T, M→L, B→A, A→Z, I→H
Answer: NTLAZH


๐Ÿ”น Problem 11

Q: If STAR is coded as UVCT, how is MOON coded?

Solution:
S(+1)=T, T(+1)=U, A(+1)=B, R(+1)=S → but actual code is UVCT
So each letter is +2

Apply same to MOON:
M→O, O→Q, O→Q, N→P
Answer: OQQP


๐Ÿ”น Problem 12

Q: If RAJU is coded as IZQF, how is AMAN coded?

Solution:
R→I (-17), A→Z (-1), J→Q (+7), U→F (-15)
No consistent shift. Let’s use reverse alphabet positions:
R=18 → I (27-18=9), A=1 → Z (27-1=26), J=10 → Q (27-10=17), U=21 → F (27-21=6)

Try for AMAN:
A=1→Z, M=13→N, A=1→Z, N=14→M
Answer: ZNZM


๐Ÿ”น Problem 13

Q: If TABLE is coded as GZOVV, how is CHAIR coded?

Solution:
Use reverse position logic:
T=20→7, A=1→26, B=2→25, L=12→15, E=5→22
So code = GZOVV

CHAIR:
C=3→24=X, H=8→19=S, A=1→26=Z, I=9→18=R, R=18→9=I
Answer: XSZRI


๐Ÿ”น Problem 14

Q: If COLD is coded as DPME, how is HEAT coded?

Solution:
C→D (+1), O→P (+1), L→M (+1), D→E (+1)
Each letter is shifted +1
H→I, E→F, A→B, T→U
Answer: IFBU


๐Ÿ”น Problem 15

Q: If FISH is coded as URHS, how is BOAT coded?

Solution:
F → U (F=6, U=21 → reverse = 27-6 = 21),
I → R (I=9, R=18 → reverse = 27-9 = 18)
Same pattern: reverse alphabet positions

B=2 → 25 = Y, O=15 → 12 = L, A=1 → 26 = Z, T=20 → 7 = G
Answer: YLZG


๐Ÿ”น Problem 16

Q: If WORK is written as XPUL, how is PLAY written?

Solution:
W→X (+1), O→P (+1), R→U (+3), K→L (+1)
Pattern may vary

Try same: P→Q, L→M, A→D (+3), Y→Z
Answer: QMDZ


๐Ÿ”น Problem 17

Q: If PAPER is coded as QBQFS, how is PEN coded?

Solution:
Each letter +1
P→Q, A→B, P→Q, E→F, R→S

P→Q, E→F, N→O
Answer: QFO


๐Ÿ”น Problem 18

Q: If LEMON is written as MFNPO, how is GRAPE written?

Solution:
L→M, E→F, M→N, O→P, N→O → each letter +1
G→H, R→S, A→B, P→Q, E→F
Answer: HSBQF


๐Ÿ”น Problem 19

Q: If KING is coded as KJOF, how is QUEEN coded?

Solution:
K→K (same), I→J (+1), N→O (+1), G→F (-1)
Check pattern is mixed, but assume:
Q→Q, U→V, E→F, E→F, N→M
Answer: QVFFM


๐Ÿ”น Problem 20

Q: If FAST is coded as UZHG, how is SLOW coded?

Solution:
F=6 → U (reverse = 27-6), A=1 → Z, S=19 → H, T=20 → G
Same pattern: reverse positions

S=19 → 8 = H
L=12 → 15 = O
O=15 → 12 = L
W=23 → 4 = D
Answer: HOLD




Alphabet Position Test

 Alphabet Position Test

10 example problems for the Alphabet Position Test, which involves identifying the position of letters in the English alphabet (A=1, B=2, ..., Z=26) or using positions for reasoning-based questions.


๐Ÿ”น Problem 1

Question: What is the position of the letter K in the English alphabet?
Solution: K is the 11th letter.
Answer: 11


๐Ÿ”น Problem 2

Question: Which letter is at the 20th position of the alphabet?
Solution: 20th letter = T
Answer: T


๐Ÿ”น Problem 3

Question: What is the 13th letter from the left and 14th from the right in the alphabet?
Solution: There are 26 letters. 14th from the right = 26 - 13 + 1 = 14th from left
So both are the same.
13th letter = M
Answer: M


๐Ÿ”น Problem 4

Question: What is the position of the letter opposite to D in the alphabet?
Solution: D = 4; opposite = 27 - 4 = 23rd letter = W
Answer: W


๐Ÿ”น Problem 5

Question: What is the sum of the positions of the letters in the word DOG?
Solution:
D = 4, O = 15, G = 7
4 + 15 + 7 = 26
Answer: 26


๐Ÿ”น Problem 6

Question: If A = 1, Z = 26, what is the position difference between M and T?
Solution: M = 13, T = 20
|20 - 13| = 7
Answer: 7


๐Ÿ”น Problem 7

Question: Which letter is 5th to the left of R in the alphabet?
Solution: R = 18, 18 - 5 = 13 = M
Answer: M


๐Ÿ”น Problem 8

Question: What letter lies midway between D and J?
Solution: D = 4, J = 10 → Midpoint = (4+10)/2 = 7 → G
Answer: G


๐Ÿ”น Problem 9

Question: What is the reverse position of the letter C?
Solution: C = 3, reverse = 27 - 3 = 24 → Letter = X
Answer: X


๐Ÿ”น Problem 10

Question: What is the product of the positions of the first and last letters of the word CAT?
Solution:
C = 3, T = 20
3 × 20 = 60
Answer: 60



Alphabetical Series questions

 

1.  Alphabetical Series test questions

Here are 10 example problems and solutions for the Alphabet Series Test, which is a common type in reasoning and aptitude tests. These involve recognizing patterns in sequences of letters.


๐Ÿ”น Problem 1

Series: A, C, E, G, ?

Solution:
Pattern: +2 letters
A → C → E → G → I

Answer: I


๐Ÿ”น Problem 2

Series: Z, X, V, T, ?

Solution:
Pattern: -2 letters
Z → X → V → T → R

Answer: R


๐Ÿ”น Problem 3

Series: B, D, G, K, ?

Solution:
Pattern: +2, +3, +4...
B(+2)=D, D(+3)=G, G(+4)=K, K(+5)=P

Answer: P


๐Ÿ”น Problem 4

Series: M, N, P, S, ?

Solution:
Pattern: +1, +2, +3
M(+1)=N, N(+2)=P, P(+3)=S, S(+4)=W

Answer: W


๐Ÿ”น Problem 5

Series: A, Z, C, X, E, ?

Solution:
Pattern 1 (1st, 3rd, 5th...): A, C, E → +2
Pattern 2 (2nd, 4th, 6th...): Z, X → -2
Next: E(+2)=G, X(-2)=V

Answer: G, V
(If single letter expected, it's G)


๐Ÿ”น Problem 6

Series: D, H, L, P, ?

Solution:
Pattern: +4 letters
D(+4)=H, H(+4)=L, L(+4)=P, P(+4)=T

Answer: T


๐Ÿ”น Problem 7

Series: A, C, F, J, ?

Solution:
Pattern: +2, +3, +4
A(+2)=C, C(+3)=F, F(+4)=J, J(+5)=O

Answer: O


๐Ÿ”น Problem 8

Series: Z, V, R, N, ?

Solution:
Pattern: -4 letters
Z → V → R → N → J

Answer: J


๐Ÿ”น Problem 9

Series: A, E, I, M, ?

Solution:
Pattern: +4 letters
A(+4)=E, E(+4)=I, I(+4)=M, M(+4)=Q

Answer: Q


๐Ÿ”น Problem 10

Series: B, E, H, K, ?

Solution:
Pattern: +3
B(+3)=E, E(+3)=H, H(+3)=K, K(+3)=N

Answer: N




Indian History Bit Bank - Jainism 1

Indian History Bit Bank - Jainism 1 

Home Page for Indian History Bit Bank

Jainism and Mahavira Bit Bank

Jainism and Mahavira Bit Bank (Questions 1-50)

Q1: What was Mahavira’s name before he became known as Mahavira?

A) Siddhartha B) Vardhamana C) Gautama D) Rishabhadeva

๐Ÿ’ก B) Vardhamana

Q2: In which year was Mahavira born?

A) 599 BC B) 540 BC C) 563 BC D) 483 BC

๐Ÿ’ก B) 540 BC

Q3: Mahavira’s father, Siddhartha, was the head of which Kshatriya clan?

A) Sakyas B) Jantrikas C) Lichchhavis D) Mauryas

๐Ÿ’ก B) Jantrikas

Q4: Who was Mahavira’s mother?

A) Yasoda B) Trisala C) Maya D) Anojja

๐Ÿ’ก B) Trisala

Q5: To whom was Mahavira married?

A) Trisala B) Yasoda C) Anogna D) Gopa

๐Ÿ’ก B) Yasoda

Q6: What was the name of Mahavira’s daughter?

A) Sanghamitra B) Anojja C) Sundari D) Maya

๐Ÿ’ก B) Anojja

Q7: At what age did Mahavira become an ascetic?

A) 25 B) 30 C) 35 D) 40

๐Ÿ’ก B) 30

Q8: How many years did Mahavira roam as an ascetic before attaining kaivalya?

A) 8 years B) 10 years C) 12 years D) 15 years

๐Ÿ’ก B) 10 years

Q9: At what age did Mahavira attain kaivalya (Perfect Knowledge)?

A) 30 B) 42 C) 50 D) 60

๐Ÿ’ก B) 42

Q10: Where did Mahavira attain kaivalya?

A) Pavapuri B) Jrimbhikagrama C) Vaisali D) Pataliputra

๐Ÿ’ก B) Jrimbhikagrama

Q11: How long did Mahavira preach after attaining kaivalya?

A) 20 years B) 30 years C) 40 years D) 50 years

๐Ÿ’ก B) 30 years

Q12: At what age did Mahavira pass away?

A) 60 B) 72 C) 80 D) 90

๐Ÿ’ก B) 72

Q13: Where did Mahavira die?

A) Vaisali B) Pavapuri C) Sravana Belgola D) Ujjain

๐Ÿ’ก B) Pavapuri

Q14: What was the name of the sect founded by Mahavira?

A) Digambaras B) Nirgranthas C) Svetambaras D) Ajivikas

๐Ÿ’ก B) Nirgranthas

Q15: What title was given to Mahavira and his followers?

A) Buddhas B) Jinas C) Arhats D) Tirthankaras

๐Ÿ’ก B) Jinas

Q16: What was the main teaching of Mahavira?

A) Caste system B) Non-violence (Ahimsa) C) Devotion D) Sacrifice

๐Ÿ’ก B) Non-violence (Ahimsa)

Q17: Who was Mahavira’s contemporary and an important religious figure?

A) Chandragupta Maurya B) Gautama Buddha C) Ashoka D) Bhadrabahu

๐Ÿ’ก B) Gautama Buddha

Q18: What term is used for the followers of Mahavira?

A) Buddhists B) Jains C) Sikhs D) Ajivikas

๐Ÿ’ก B) Jains

Q19: Mahavira’s philosophy and teachings were compiled into which text?

A) Vedas B) Agamas C) Puranas D) Upanishads

๐Ÿ’ก B) Agamas

Q20: How many Tirthankaras are there in Jainism?

A) 12 B) 24 C) 36 D) 48

๐Ÿ’ก B) 24

Q21: What animal is associated with Mahavira as his symbol?

A) Elephant B) Lion C) Bull D) Snake

๐Ÿ’ก B) Lion

Q22: Mahavira’s teachings primarily focused on liberating the soul from:

A) Wealth B) Rebirth C) Society D) Desire

๐Ÿ’ก B) Rebirth

Q23: Which of the following was NOT a principle in Mahavira’s teachings?

A) Non-violence B) Truthfulness C) Caste system D) Non-possession

๐Ÿ’ก C) Caste system

Q24: Where did Mahavira achieve spiritual knowledge under a tree?

A) Bodh Gaya B) Jrimbhikagrama C) Sarnath D) Kushinagar

๐Ÿ’ก B) Jrimbhikagrama

Q25: In Jainism, what does the term "Kaivalya" refer to?

A) Liberation B) Perfect knowledge C) Asceticism D) Meditation

๐Ÿ’ก B) Perfect knowledge

Q26: What significant event occurred at Pavapuri in Mahavira’s life?

A) His birth B) His enlightenment C) His death D) His marriage

๐Ÿ’ก C) His death

Q27: Mahavira’s teachings were mainly centered around which concepts?

A) Vedic rituals B) Liberation and Non-violence C) Social hierarchy D) Devotion

๐Ÿ’ก B) Liberation and Non-violence

Q28: Which animal is associated with the Tirthankara Ajita?

A) Lion B) Elephant C) Horse D) Bull

๐Ÿ’ก B) Elephant

Q29: Mahavira emphasized self-discipline through which practice?

A) Charity B) Asceticism C) Pilgrimage D) Yoga

๐Ÿ’ก B) Asceticism

Q30: In which region of ancient India was Mahavira born?

A) Magadha B) Kosala C) Vaisali D) Avanti

๐Ÿ’ก C) Vaisali

Q31: Who was Mahavira’s first teacher after he left his family?

A) Bhadrabahu B) Gosala Maskariputra C) Sudharman D) Sthulabahu

๐Ÿ’ก B) Gosala Maskariputra

Q32: Mahavira’s teachings had a strong influence on which aspect of life?

A) Political reform B) Social reform and ethics C) Economic systems D) Military strategies

๐Ÿ’ก B) Social reform and ethics

Q33: Which principle did Mahavira add to the cardinal principles of Jainism?

A) Non-violence B) Truthfulness C) Observing continence (Brahmacharya) D) Non-stealing

๐Ÿ’ก C) Observing continence (Brahmacharya)

Q34: What are the five cardinal principles of Jainism called when strictly observed by monks?

A) Anuvratas B) Mahavratas C) Ratnatraya D) Syadvada

๐Ÿ’ก B) Mahavratas

Q35: What is the ultimate aim of life in Jainism according to Mahavira’s teachings?

A) Wealth accumulation B) Liberation (Moksha) C) Social status D) Knowledge acquisition

๐Ÿ’ก B) Liberation (Moksha)

Q36: What is the ethical code for lay followers in Jainism called?

A) Mahavratas B) Anuvratas C) Ratnatraya D) Anekantavada

๐Ÿ’ก B) Anuvratas

Q37: What are the three main teachings of Jainism referred to as the Ratnatraya?

A) Faith, Devotion, Charity B) Knowledge, Action, Liberation C) Truth, Non-violence, Asceticism D) Meditation, Prayer, Fasting

๐Ÿ’ก B) Knowledge, Action, Liberation

Q38: According to Mahavira, what are the two primary substances that exist in the world?

A) Fire and Water B) Matter and Soul C) Earth and Air D) Body and Mind

๐Ÿ’ก B) Matter and Soul

Q39: What did Mahavira believe causes the soul to be in bondage?

A) Wealth B) Ignorance and Karma C) Society D) Desire

๐Ÿ’ก B) Ignorance and Karma

Q40: What is the final liberation of the soul called in Jainism?

A) Nirvana B) Moksha C) Kaivalya D) Samsara

๐Ÿ’ก B) Moksha

Q41: What did Mahavira reject and object to in his teachings?

A) Asceticism B) Vedic rituals and Brahmin supremacy C) Non-violence D) Meditation

๐Ÿ’ก B) Vedic rituals and Brahmin supremacy

Q42: Where did Jaina monks migrate after the famine in the Ganges valley?

A) North India B) The Deccan and South India C) Central Asia D) Western India

๐Ÿ’ก B) The Deccan and South India

Q43: Who led the Jaina monks’ migration to South India after the famine?

A) Sudharman B) Bhadrabahu C) Sthulabahu D) Hemachandra

๐Ÿ’ก B) Bhadrabahu

Q44: What caused the division of Jainism into two main sects?

A) Language differences B) Changes in the code of conduct after the famine C) Royal patronage disputes D) Scriptural disagreements

๐Ÿ’ก B) Changes in the code of conduct after the famine

Q45: What are the two main sects of Jainism that emerged after the famine?

A) Nirgranthas and Ajivikas B) Digambaras and Svetambaras C) Samaiyas and Terapantis D) Mahayana and Theravada

๐Ÿ’ก B) Digambaras and Svetambaras

Q46: What characterizes the Digambara sect of Jainism?

A) They wear white clothing B) They believe in complete renunciation, including clothing C) They reject asceticism D) They follow Vedic rituals

๐Ÿ’ก B) They believe in complete renunciation, including clothing

Q47: How does the Svetambara sect differ from the Digambara sect?

A) They reject non-violence B) They wear white clothing C) They do not believe in Tirthankaras D) They emphasize caste hierarchy

๐Ÿ’ก B) They wear white clothing

Q48: Where was the first Jaina Council held?

A) Vallabhi B) Pataliputra C) Sravana Belgola D) Mathura

๐Ÿ’ก B) Pataliputra

Q49: Who chaired the first Jaina Council held at Pataliputra?

A) Bhadrabahu B) Sthulabahu C) Devardhi D) Sudharman

๐Ÿ’ก B) Sthulabahu

Q50: What was the outcome of the first Jaina Council held at Pataliputra?

A) Division into sects B) Compilation of 12 Angas by the Svetambaras C) Migration to South India D) Establishment of new temples

๐Ÿ’ก B) Compilation of 12 Angas by the Svetambaras

UGC JRF NET Paper 1 mock test 1 in English

UGC JRF NET Paper 1 mock test 1 in English UGC JRF NET Paper 1 mock test 1 in English UGC JRF NET Paper 1 ...