COC Web Development and Database Administration Questions
COC Web Development and Database Administration Questions
Web Development
4. Write the HTML and CSS code to create a simple responsive webpage layout.
5. Explain the difference between inline, block, and inline-block elements in HTML/CSS.
7. Describe how to use the Document Object Model (DOM) for dynamic content updates.
8. Write a JavaScript function that validates a form ensuring all fields are filled.
9. What are CSS Flexbox and Grid systems? When should you use one over the other?
Database Administration
3. What is SQL? Write a basic SQL query to retrieve data from a table.
7. Write an SQL query to join two tables and retrieve common data.
8. What are the primary keys and foreign keys? Give examples.
10. What are stored procedures and triggers? How are they used?