- 1. Computer programming is the process of designing and building instructions that tell a computer how to perform a specific task. It involves writing code using programming languages such as Java, Python, C++, and many others. Programmers need to have a deep understanding of logic, algorithms, and problem-solving skills to create efficient and reliable software. Programming is used in various applications such as developing websites, mobile apps, video games, and operating systems. It requires creativity, attention to detail, and patience to debug and improve code. Learning programming opens up opportunities in diverse industries and helps to shape the future of technology.
Which programming language is considered 'low-level'?
A) JavaScript B) Ruby C) Python D) Assembly language
- 2. What data type is used to store whole numbers in programming?
A) String B) Boolean C) Float D) Integer
- 3. In object-oriented programming, what is a class?
A) A text formatting style B) A blueprint for creating objects C) A music notation D) A type of loop
- 4. What does IDE stand for in programming?
A) Innovative Digital Enterprise B) Integrated Development Environment C) Interactive Design Engine D) Internet Database Editor
- 5. What symbol typically denotes the start of a comment in many programming languages?
A) // B) */ C) <!-- D) -->
- 6. What is an algorithm in programming?
A) A method of playing music B) A set of instructions to solve a problem C) A visual design tool D) A type of data structure
- 7. Which language is often used for building web applications?
A) Java B) Swift C) C++ D) JavaScript
- 8. What is the process of finding and fixing errors in a program called?
A) Optimizing B) Debugging C) Interpreting D) Compiling
- 9. What is the output of 5 + 3 * 2?
A) 13 B) 16 C) 11 D) 10
- 10. Which data structure uses the Last In, First Out (LIFO) principle?
A) Queue B) Stack C) Tree D) Array
- 11. What is the name of the process of converting source code into machine code?
A) Optimization B) Compilation C) Refactoring D) Interpretation
- 12. What does CSS stand for?
A) Creative Scripting System B) Content Structure System C) Computer Software Solutions D) Cascading Style Sheets
- 13. Which of the following is a popular version control system?
A) Git B) Python C) HTML D) MySQL
- 14. What does API stand for in programming?
A) Application Programming Interface B) Advanced Programming Interface C) Automated Protocol Integration D) Accurate Program Interaction
- 15. What is the purpose of the 'else' statement in programming?
A) To import external libraries B) To define a function C) To repeat a block of code D) To provide an alternative code block when a condition is not met
- 16. Which programming language is known for its use in data analysis and machine learning?
A) R B) PHP C) C# D) Python
- 17. What is the role of a function in programming?
A) To format text in a document B) To perform a specific task C) To display images on the screen D) To play audio files
- 18. What does SQL stand for in programming?
A) Sequential Question Logic B) Software Query Link C) Structured Query Language D) System Query Logic
- 19. What is the purpose of a constructor in object-oriented programming?
A) To import external libraries B) To create loops C) To initialize an object's state D) To define colors on a webpage
- 20. What is the primary function of an operating system?
A) To create web applications B) To secure network connections C) To manage hardware and software resources D) To design user interfaces
- 21. Which type of programming language relies on a set of instructions to perform tasks?
A) Logical B) Imperative C) Functional D) Declarative
- 22. What is the role of a compiler in programming?
A) To debug errors in the code B) To design user interfaces C) To translate source code into machine code D) To execute the code line by line
- 23. What is the name for a small, reusable piece of code that performs a specific task?
A) Division B) Function C) Subroutine D) Variable
- 24. Which company developed the C# programming language?
A) Microsoft B) Apple C) Amazon D) Google
- 25. Which of the following is an example of a conditional statement in programming?
A) while-loop B) for-loop C) switch-case D) if-else
- 26. Which symbol is used for comments in the Python programming language?
A) // B) # C) * D) --
- 27. What is the term for the process of combining data fields and methods into a single unit?
A) Encapsulation B) Inheritance C) Polymorphism D) Abstraction
- 28. Which of the following is a popular integrated development environment (IDE) for Java development?
A) Visual Studio Code B) Sublime Text C) PyCharm D) Eclipse
- 29. What type of language is Java primarily known as?
A) Procedural B) Object-Oriented C) Declarative D) Functional
- 30. In object-oriented programming, what is the process of creating a new instance of a class called?
A) Declaration B) Definition C) Instantiation D) Initialization
- 31. What type of error occurs during the compilation of a program?
A) Semantic error B) Syntax error C) Runtime error D) Logic error
- 32. What is the term for a statement that is executed repeatedly based on a certain condition?
A) Array B) Function C) Variable D) Loop
- 33. Which type of programming language requires the programmer to specify the sequences of steps to follow to solve a problem?
A) Declarative B) Functional C) Scripting D) Procedural
- 34. What type of programming language enables the programmer to specify the desired results rather than the detailed steps to achieve them?
A) Procedural B) Imperative C) Declarative D) Functional
- 35. Which of the following is a relational database management system?
A) HTML B) CSS C) MySQL D) Python
- 36. What is the result of 3 + 5 in programming?
A) 5 B) 8 C) 3 D) 15
- 37. Which symbol is used for single-line comments in many programming languages?
A) /* B) // C) ## D) --
- 38. Which data structure organizes items in a sequential order?
A) Queue B) Tree C) Stack D) Array
- 39. Which statement is true about the 'null' value in programming?
A) Is an error B) Is equivalent to zero C) Is used for logical operations D) Represents a variable with no value
|