0% found this document useful (0 votes)
6 views3 pages

Assesment Questions - Basic Level

The document lists basic programming questions and concepts categorized under Level 0. Topics include algorithms, data structures, and mathematical problems such as leap year, prime numbers, and sorting techniques. It also covers object-oriented programming principles like inheritance, polymorphism, and exception handling.

Uploaded by

praveen kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Assesment Questions - Basic Level

The document lists basic programming questions and concepts categorized under Level 0. Topics include algorithms, data structures, and mathematical problems such as leap year, prime numbers, and sorting techniques. It also covers object-oriented programming principles like inheritance, polymorphism, and exception handling.

Uploaded by

praveen kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

BASIC QUESTIONS ON PROGRAMMING - LEVEL 0

1. Leap Year
2. Prime Number
3. Palindrome (number and string)
4. Fibonacci Series
5. Armstrong Number
6. LCM and GCD
7. Binary to Decimal and Vice Versa
8. Finding the roots of a Quadratic Equation
9. Power of Numberr using Recursion
10. Factorial of a number with recursion and without recursion
11. Swapping of two variables without using third variable (bitwise operators also can be
used)
12. Duplicate characters in an Array
13. Sorting the elements in an Array ( Both Numbers and Strings)
14. Reverse of an Array
15. Check whether a character is a Vowel or Consonant
16. Find the ASCII value of a character
17. Toggle each character in a String
18. Print all permutations of a String
19. Anagram
20. Search an element in a Matrix
21. Rectangle Star Pattern

22. Hollow Square Star Pattern

23. Triangle Star Pattern

24. Pyramid Star Pattern


25. Inverted Pyramid Star Pattern

26. Diamond Star Pattern

27. Basic Square 1 Pattern

28. Basic Square incrementing Pattern

29. Basic Right Triangle Number Pattern

30. Basic incrementing Squared Number-Star Pattern


31. Sequential search
32. Binary Search Tree
33. Bubble Sort
34. Insertion Sort
35. Array implementation of Stack
36. Array Implementation of Queue
37. Implementation of a Singly linked List
38. Infix to Postfix and vice versa
39. Linked List implementation of Stack
40. AVL Tree
41. Inheritance
42. Polymorphism( Overloading and Overriding)
43. Interface
44. Exception Handling
45. Merge Sort
46. Constructor and Destructor
47. Interface
48. Abstract Class
49. Inorder Traversal
50. Doubly Linked List

You might also like