# Introduction

Computer Science II is a full year course for students who have successfully completed Computer Science I and are continuing in the Academy of Information Technology. During the second year of study, students will be introduced to 3 major topics that will allow them to expand their Computer Science expertise attained in their first year. This includes learning to design a website for a small business using HTML and CSS while following Technology Project Management procedures and practices in all work, JavaScript Programming, Creating Android Mobile Apps with the MIT App Inventor Open Source Platform and Web Design with Database Concepts/E-Commerce.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.computerscience2.com/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
