0% found this document useful (0 votes)
38 views1 page

Systems Programming Lab Assignment 2: Did-Nd

This document outlines 10 programming assignments for a systems programming lab, including implementing common sorting and search algorithms like bubble sort, selection sort, and binary search, as well as tasks to analyze arrays like finding maximum/minimum values, counting values above/below thresholds, and converting between binary, decimal, and hexadecimal representations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Systems Programming Lab Assignment 2: Did-Nd

This document outlines 10 programming assignments for a systems programming lab, including implementing common sorting and search algorithms like bubble sort, selection sort, and binary search, as well as tasks to analyze arrays like finding maximum/minimum values, counting values above/below thresholds, and converting between binary, decimal, and hexadecimal representations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Systems Programming Lab Assignment 2

DiD-ND
1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Binary Search
5. Linear Search
6. Find out how many values are less than 20 and how many values are greater than 40 among an array
of ten numbers
7. Convert binary digit to hex digit
8. Convert binary digit to decimal
9. Find maximum and minimum from an array
10. Find second max and second min from an array

You might also like