Job Exams Hero

Programming MCQs

Ace your programming knowledge with the most important and exam-focused Programming MCQs. This section includes multiple-choice questions on core programming concepts, data types, variables, control structures, functions, object-oriented programming (OOP), algorithms, and error handling. Questions are designed to reflect real patterns from job tests and technical assessments. Perfect for candidates preparing for IT job tests, FPSC, PPSC, NTS, SPSC, BPSC, CSS, and university-level exams. Whether you're a beginner or an advanced learner, these MCQs will help you improve problem-solving skills and logic building. Regular updates ensure you're aligned with the latest trends in competitive programming and technical interviews.

Browse Categories
Quick Results 0 found

Question Coming Soon!

"" isn't in our database yet, but we're adding new questions daily.

1 Programming MCQs

What does CSS stand for in web development?

  • Central Superior Services
  • Cascading Style Sheets
  • Both A and B
  • None of the Above
0 Comments
Correct Answer: B. Cascading Style Sheets

Explanation:

CSS stands for Cascading Style Sheets. It is a stylesheet language used ... Read More Details

2 Programming MCQs

Which translator converts an assembly language program into machine language code?

  • Compiler
  • Interpreter
  • Debugger
  • Assembler
0 Comments
Correct Answer: A. Compiler

Explanation:

An assembler is a language translator that converts a program written in ... Read More Details

3 Programming MCQs

Who is responsible for designing the structure of a computer program?

  • End user
  • System Analyst
  • Programmer
  • All of above
0 Comments
Correct Answer: C. Programmer

Explanation:

A programmer is responsible for designing the structure of a computer program ... Read More Details

4 Programming MCQs

What does the acronym COBOL stand for?

  • Common Business Oriented Language
  • Computer Business Oriented Language
  • Common Business Operated Language
  • Common Business Organized Language
0 Comments
Correct Answer: A. Common Business Oriented Language

Explanation:

COBOL stands for Common Business Oriented Language. It is one of the earliest high-level programming ... Read More Details

5 Programming MCQs

Which of the following is the odd one out?

  • Operating System
  • Interpreter
  • Compiler
  • Assembler
0 Comments
Correct Answer: A. Operating System

Explanation:

The Operating System is the correct answer because it is system software, whereas the Interpreter, ... Read More Details

6 Programming MCQs

Which of the following is not a programming language?

  • C
  • C++
  • MS-Excel
  • BASIC
0 Comments
Correct Answer: C. MS-Excel

Explanation:

MS-Excel is not a programming language. It is a spreadsheet application developed by Microsoft that ... Read More Details

7 Programming MCQs

Who is known as the father of the C programming language?

  • Dennis Ritchie
  • Prof. John Keenly
  • Thomas Kurtz
  • Bill Gates
0 Comments
Correct Answer: A. Dennis Ritchie

Explanation:

Dennis Ritchie is known as the father of the C programming language because he developed ... Read More Details

8 Programming MCQs

Which program translates and executes source code one line at a time during runtime?

  • Compiler
  • Linker
  • interpreter
  • Loader
0 Comments
Correct Answer: C. interpreter

Explanation:

An Interpreter is a language translator that converts and executes a program one statement at ... Read More Details

9 Programming MCQs

Translates the program written in assembly language into machine language instructions for execution?

  • Interpreter
  • Assembler
  • Compiler
  • None of these
0 Comments
Correct Answer: B. Assembler

Explanation:

An assembler is a type of translator specifically designed to convert programs written ... Read More Details

10 Programming MCQs

Which of the following is a type of language translator?

  • Compiler
  • JVM
  • JRE
  • None of these
0 Comments
Correct Answer: A. Compiler

Explanation:

A compiler is a type of language translator used in programming. Its main ... Read More Details