- 1. A computer program, often referred to as software, is a collection of instructions that enable a computer to perform specific tasks or functions. These instructions are written in a programming language and are executed by the computer's processor to carry out computations, data manipulation, and interaction with hardware components. Computer programs can range from simple scripts that automate routine tasks to complex applications that power operating systems, games, and other software tools. Developing a computer program involves identifying requirements, designing algorithms, coding the program, testing for bugs and errors, and deploying the final product. The field of computer programming is vast and constantly evolving, with new technologies and programming languages emerging to meet the demands of an increasingly digital world.
Which programming language is commonly used for web development?
A) Java B) JavaScript C) C++ D) Python
- 2. What does 'IDE' stand for in the context of programming?
A) Information Display Exchange B) Interactive Debugging Environment C) Internet Development Engine D) Integrated Development Environment
- 3. What is a variable in programming?
A) A hardware component of a computer. B) A type of loop statement. C) A named storage location for data. D) A type of computer virus.
- 4. What is the purpose of a 'loop' in programming?
A) To declare a variable. B) To display an error message. C) To repeat a block of code multiple times. D) To define a new function.
- 5. What does 'API' stand for in programming?
A) All Programming Instances B) Application Programming Interface C) Automated Program Interaction D) Artificial Performance Indicator
- 6. What is debugging in programming?
A) Removing all comments from the code. B) The process of finding and fixing errors in a program. C) Creating a new feature in a program. D) Optimizing code for performance.
- 7. Which symbol is commonly used to denote comments in many programming languages?
A) /* B) # C) -- D) //
- 8. What does 'GUI' stand for in programming context?
A) Graphical User Interface B) General Use Instructions C) Graphical Update Indicator D) Global User Input
- 9. Which of the following is an example of a high-level programming language?
A) Assembly B) Python C) Machine code D) Binary
- 10. What does 'HTTP' stand for in web-related programming?
A) Hypertext Transfer Protocol B) Hyperlink Text Protocol C) Data Transfer Syntax D) Web Communication Standard
- 11. What is an 'array' in programming?
A) A data structure that stores a collection of elements. B) A type of error in a program. C) A way to organize files on a computer. D) A function that receives input and produces output.
- 12. What does 'OOP' stand for in programming?
A) Order of Precedence B) Optimal Output Processing C) Object-Oriented Programming D) Organic Object Protocols
- 13. Which of the following is NOT a control structure in programming?
A) Iteration B) Selection C) Variable D) Sequence
- 14. What is the main function of a 'compiler' in programming?
A) Analyzes data structures B) Interprets user input C) Translates high-level code into machine code. D) Generates random numbers
- 15. What does 'SQL' stand for in database-related programming?
A) Structured Quiz Locator B) Sequential Query Listing C) Structured Query Language D) System Query Logic
- 16. Which data structure uses the principle of 'last in, first out'?
A) Queue B) Linked List C) Heap D) Stack
- 17. What does CSS stand for?
A) Code Style Syntax B) Cascading Style Sheets C) Creative Scripting Solutions D) Computer Software Security
- 18. Which of the following is a commonly used version control system in software development?
A) Python B) Git C) HTML D) Bugzilla
- 19. Which of the following is NOT a primitive data type in programming?
A) Integer B) Character C) Array D) Boolean
- 20. What is the process of finding and fixing errors in a program called?
A) Compiling B) Styling C) Running D) Debugging
|