Hello razen,
You are correct on 2 and 3.
Now as for 1, the page's title can be shown/ hidden from the menu item's settings.
The code that generates this title is:
<?php if($this->params->get('show_page_title')): ?>
<!-- Page title -->
<div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php endif; ?>