100% found this document useful (2 votes)
973 views

COC Web Development and Database Administration Questions

Uploaded by

Bacha Lamessaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
973 views

COC Web Development and Database Administration Questions

Uploaded by

Bacha Lamessaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

COC Questions Full Package: Web Development and Database Administratio

Web Development

1. Define HTML and its role in web development.

2. What is CSS, and how do you link it to an HTML document?

3. Describe the box model in CSS. How is it important in designing layouts?

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.

6. What is JavaScript? How does it interact with HTML and 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?

10. Explain client-side and server-side scripting with examples.

Database Administration

1. What is a database? Explain its key components.

2. Differentiate between relational and non-relational databases.

3. What is SQL? Write a basic SQL query to retrieve data from a table.

4. Explain normalization and why it is essential in database design.

5. Describe the ACID properties in a database management system.

6. What are indexes in a database? How do they improve performance?

7. Write an SQL query to join two tables and retrieve common data.

8. What are the primary keys and foreign keys? Give examples.

9. Explain the concept of database transactions and rollback.

10. What are stored procedures and triggers? How are they used?

You might also like