IT Study
Section-one-quizTheory VaultFree NotesSubjectiveOne LineSyllabusPast PapersMCQ PracticeInstitutes
0 day streakSign in

Exam prep that stays consistent

IT Study

Daily practice space for computer operator and IT-focused exams. Build streaks, revise key topics, and keep your momentum.

Navigation

  • Section-one-quiz
  • Theory Vault
  • Free Notes
  • Subjective
  • One Line
  • Syllabus
  • Past Papers
  • MCQ Practice
  • Institutes

Resources

  • Practice Mistakes

Tools

  • Vacancy Updates

Copyright 2026 IT Study. All rights reserved.

Weekly activity map shows your real consistency.

Home/Past Papers/Nepal Police Computer Operator Exam – 2082/Question 6
View complete paper
Nepal Police•2082 BS•Question 6 of 8

What is an algorithm? Write an algorithm to find the largest of three numbers.

5 marks

Question source

Exam year
2082 BS / 2025 AD
Level
Level 5
Paper
Technical – Subjective
Section
Section A: Short Answer Questions (6 × 5 = 30 marks)

Model answer

Algorithm is a step-by-step, finite set of well-defined instructions for solving a specific problem or performing a specific task.

Algorithm to find the largest of three numbers (A, B, C):

  1. START
  2. Read three numbers A, B, C
  3. IF A > B AND A > C THEN
    • Print "A is the largest"
  4. ELSE IF B > A AND B > C THEN
    • Print "B is the largest"
  5. ELSE
    • Print "C is the largest"
  6. STOP
Previous questionQuestion 5: Define e-mail. Explain the advantages and disadvantages of email communication.Next question Question 7: Explain the concept of Database Management System. Describe the types of DBMS and write SQL commands for data manipulation.

Question 6 of 8 from Nepal Police Computer Operator Exam – 2082

Open all questions