Computer Science Y8 Flashcards
What does HTML stand for?
Hypertext Markup Language
What are websites made from?
Tags
How many different size heading tag are there?
6
What is an opening tag?
<h1>
</h1>
What is a closing tab?
</h1>
What does CSS stand for?
Cascading Style Sheet
What are the tags for a unordered list?
<ul>
<li> </li>
<li> </li>
</ul>
What are the tags use for an ordered list?
<ol>
<li> </li>
<li> </li>
</ol>
How do you change the colour of a heading using a tag?
<h1 style=“color:red;”>
What is data?
Pieces of information formatted in a special way
What language does the computer use to store, communicate and process data?
Binary
Name an example of a binary bit
1
Why does the binary code system only use 1s and 0s?
Because the computer inside the wires carry electricity which can only be on (1) or off (0)
What is Denary (Decimal) Number System
This is the number system we , as humans , use. We have the choice of 10 digits. Which are as follows: 0,1,2,3,4,5,9
What is binary?
This is the number system the computers use. We have the choice of 2 digits which is a 0 or 1.