Number Series Questions 1

Master Number Series Questions Patterns! Test your logical reasoning with this challenging quiz featuring 20+ sequences commonly found in aptitude exams and job tests (like CAT, BANK, SSC). Let us start with the Number Series Questions now.

Online Number Series Questions with Answers
/20
0 votes, 0 avg
0
Created by 25f0d9fdcd0763332da999662046f137e4f48fed77307ac0d7385f4cffd81e72?s=32&d=mm&r=gMuhammad Imdad Ullah

Number Series Quiz 1

Online Number Series Quiz with Answer for Aptitude Test

tail spin

1 / 20

8, 12, 17, 24, 28, 33, ?

2 / 20

36, 30, 34, 18, ?

3 / 20

15, 11, 7, 14, 10, 6, ?

4 / 20

7, 11, 15, 22, 26, 30

5 / 20

16, 6, 21, 9, 28, 12, ..., ...?

6 / 20

8, 10, 14, 18, 26, ?

7 / 20

11, 8, 16, 17, 14, 28, ?

7 - 3 = 4 x 3 = 12
12 - 3 = 9 x 3 = 27

8 / 20

7, 4, 12, 9, 27, 24, ?

9 / 20

1, 6, 36, 3, 18, 108, ?

10 / 20

48, 24, 20, 10, 6, 3, ?

11 / 20

15, 13, 11, 14, 17, 15, ?

12 / 20

8, 7, 10, 5, 4, 7, ?

13 / 20

7, 9, 12, 14, 17, 19, 22, ?

14 / 20

7, 11, 16, 22, 26, 31, ?

15 / 20

1, 2, 4, 8, 16, 32, ?

16 / 20

3, 12, 6, 24, 12, 48, ?

17 / 20

10, 15, 20, 11, 17, 23, 12, 19, 26, 13, 21, 29, 14, ..., ...?

18 / 20

24, 12, 36 24, 48, 36, ?

19 / 20

2, 6, 12, 36, 72, 216, ?

20 / 20

15, 11, 7, 14, 10, 6, ?

Your score is

The average score is 0%

0%

Online Number Series Questions with Answers

  • 15, 11, 7, 14, 10, 6, ?
  • 8, 7, 10, 5, 4, 7, ?
  • 15, 13, 11, 14, 17, 15, ?
  • 1, 2, 4, 8, 16, 32, ?
  • 2, 6, 12, 36, 72, 216, ?
  • 1, 6, 36, 3, 18, 108, ?
  • 16, 6, 21, 9, 28, 12, …, …?
  • 10, 15, 20, 11, 17, 23, 12, 19, 26, 13, 21, 29, 14, …, …?
  • 48, 24, 20, 10, 6, 3, ?
  • 8, 10, 14, 18, 26, ?
  • 24, 12, 36 24, 48, 36, ?
  • 7, 11, 15, 22, 26, 30
  • 3, 12, 6, 24, 12, 48, ?
  • 8, 12, 17, 24, 28, 33, ?
  • 11, 8, 16, 17, 14, 28, ?
  • 7, 4, 12, 9, 27, 24, ?
  • 15, 11, 7, 14, 10, 6, ?
  • 7, 11, 16, 22, 26, 31, ?
  • 7, 9, 12, 14, 17, 19, 22, ?
  • 36, 30, 34, 18, ?

Learn Basic Statistics and Data Analysis

Number and Letter Series 2025

Struggling with sequence and series questions? This Number and Letter Series reveals the hidden patterns in number and letter series to boost your logical reasoning skills and test scores.

Number and Letter Series Quizzes
Number Series Questions 1

Number and Letter Series

The number and letter series are used to assess a candidate’s ability to interpret mathematical expressions accurately and within the given time frame. Number and letter series are sequences in logical reasoning where elements (numbers or letters) follow a specific, hidden pattern or rule. Number series use mathematical rules like addition or squares, while letter series rely on the position of letters in the alphabet or other alphabetic patterns. Both types of series are common in aptitude tests and require identifying the underlying logic to predict the next term or a missing term

Addition Case

Some digits are added in a series that is hidden, and you are asked to find out the next figure in the series. This series is gradually increasing.

Subtracting Case

In this case, some digits are subtracted from the series, and you are asked to complete the series by inserting the missing figure. This series is gradually decreasing.

Adding and Subtracting Case

In this question, some digits of numbers are added and subtracted in the same series jointly, which affects the structure, of easier to find the right answer by paying some attention to the series.

Multiplying Case

In this case, some digits are being multiplied in ascending order to make a sequence.

Letter Series

A letter series is a sequence of letters that follows a logical rule or pattern. 

Alphabetical Order

Letters appear in their standard alphabetical sequence (e.g., A, B, C, D).

Skipping Letters

Certain letters might be skipped (e.g., A, C, E, G, which skips every other letter).

Positional Value

The position of a letter in the alphabet (A=1, B=2, etc.) can be used as a basis for the pattern. 

Learn Statistics and Data Analysis

Online C Language Quiz 10

Test your foundational C programming knowledge with this concise 31-question MCQ Online C Language Quiz. Perfect for students and developers to practice key concepts on functions, variables, loops, and file handling in C. Let us start with the Online C Language Quiz now.

Online C Language Quiz with Answers
/31
0 votes, 0 avg
1
Created by 25f0d9fdcd0763332da999662046f137e4f48fed77307ac0d7385f4cffd81e72?s=32&d=mm&r=gMuhammad Imdad Ullah

Inter C Language 10

Online C/ C++ Language Quiz for Computer Science Students

tail spin

1 / 31

Which of the following modes opens only an existing file for both reading and writing

2 / 31

On successfully closing a file, the fclose() returns

3 / 31

Another name for a built-in function is

4 / 31

If you want a user to enter exactly 20 values, which loop would be the best to use?

5 / 31

Function declaration is also known as function ------------?

6 / 31

Which of the following is true about a function call?

7 / 31

-------------- iterates at least once if the condition is false.

8 / 31

An array subscript should be

9 / 31

Local variables are also called

10 / 31

printf() is a ?

11 / 31

Memory allocated to a local variable at the time of its

12 / 31

A function can return ------------- value.

13 / 31

The do-while loop structure always ends with

14 / 31

The scope of a variable refers to its

15 / 31

A file is stored in

16 / 31

In a C program, two functions can have

17 / 31

What is the final value of $x$ after executing the following code for(int x = 0; x < 10; x++)?

18 / 31

The first line of the user-defined function is

19 / 31

Global variables are created in

20 / 31

Function prototypes for built-in functions are specified in

21 / 31

Which of the following looks for the prototypes of functions used in a program?

22 / 31

Memory is allocated to a local variable at the time of its

23 / 31

Formal arguments are also called

24 / 31

A built-in function

25 / 31

Multiple arguments to a function are separated by

26 / 31

Which one is the loop structure?

27 / 31

In the C language, the first line of a function definition is known as

28 / 31

A function that does not return anything has return type

29 / 31

A semicolon is placed at the end of a condition in?

30 / 31

What is the final value of i after executing the following code for(int=1; i<5; i+=2)?

31 / 31

A loop within a loop is called?

Your score is

The average score is 25%

0%

Online C Language Quiz with Answers

  • An array subscript should be
  • On successfully closing a file, the fclose() returns
  • Which of the following modes opens only an existing file for both reading and writing
  • A file is stored in
  • A function can return ————- value.
  • Memory allocated to a local variable at the time of its
  • The scope of a variable refers to its
  • Local variables are also called
  • Function declaration is also known as function ————?
  • A function that does not return anything has a return type
  • In the C language, the first line of a function definition is known as
  • Multiple arguments to a function are separated by
  • The first line of the user-defined function is
  • Another name for a built-in function is
  • Formal arguments are also called
  • Global variables are created in
  • Memory is allocated to a local variable at the time of its
  • Which of the following is true about a function call?
  • Which of the following looks for the prototypes of functions used in a program?
  • In a C program, two functions can have
  • Function prototypes for built-in functions are specified in
  • A built-in function
  • printf() is a?
  • A loop within a loop is called?
  • What is the final value of i after executing the following code for(int=1; i<5; i+=2)?
  • Which one is the loop structure?
  • If you want a user to enter exactly 20 values, which loop would be the best to use?
  • What is the final value of $x$ after executing the following code for(int x = 0; x < 10; x++)?
  • ————– iterates at least once if the condition is false.
  • The do-while loop structure always ends with
  • A semicolon is placed at the end of a condition in?

Try Python Pandas Quiz