Class 6 Cyber Olympiad Book PDF
Document Details
Uploaded by Deleted User
Tags
Summary
This is a collection of multiple-choice questions for a class 6 cyber olympiad book. The questions cover computer languages, including topics such as HTML, Python, and SQL, testing knowledge of various programming concepts.
Full Transcript
## CLASS 6 | CYBER OLYMPIAD BOOK ### Chapter 1: Computer Languages **1. What is a computer language?** - A set of instructions used to communicate with a computer **2. Which of the following is a high-level programming language?** - Python **3. What does HTML stand for?** - HyperText Markup Lang...
## CLASS 6 | CYBER OLYMPIAD BOOK ### Chapter 1: Computer Languages **1. What is a computer language?** - A set of instructions used to communicate with a computer **2. Which of the following is a high-level programming language?** - Python **3. What does HTML stand for?** - HyperText Markup Language **4. Which programming language is primarily used for web development?** - JavaScript **5. What is the full form of SQL?** - Structured Query Language **6. Which of the following is an object-oriented programming language?** - Java **7. What is a compiler?** - A program that converts high-level language code into machine code **8. Which of the following is a low-level programming language?** - Assembly **9. What is the primary use of CSS?** - To style web pages **10. Which of the following is a markup language?** - HTML **11. What does the term "syntax" refer to in programming languages?** - The rules that define the structure of a programming language **12. Which language is commonly used for data analysis and scientific computing?** - Python **13. What is the purpose of a programming language?** - To give instructions to a computer **14. Which of the following is an interpreted language?** - JavaScript **15. What does the acronym "IDE" stand for in programming?** - Integrated Development Environment **16. Which language is known as the "language of the web"?** - HTML **17. What is the primary function of a programming language?** - To give instructions to a computer **18. Which of the following languages is used for database management?** - SQL **19. What is a variable in programming?** - A storage location identified by a name **20. Which of the following is a scripting language?** - Python **21. What does "XML" stand for?** - Extensible Markup Language **22. Which programming language is known for its simplicity and readability?** - Python **23. What is the main purpose of a loop in programming?** - To repeat a block of code **24. Which language is commonly used for creating mobile applications?** - Java **25. What does "API" stand for?** - Application Programming Interface