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