Year 8 End of Year Exam Flashcards
How is data stored in a computer?
Data is stored as binary.
What is binary adition?
0 + 0 = 0
0 + 1 =1
1 + 0 =1
1 + 1 = 1 carry the 1
1 + 1 + 1 = 1 carry the 1
What is 4 binary bits
Nibble
What is a 8 binary bits?
Byte
What is the order of the file sizes? (e.g. bit, nibble)
- Bit
- Nibble
- Byte
- Kilobyte
- Megabyte
- Gigabyte
- Terabyte
What does ASCII stand for?
American Standard Code for information interchanger.
What is ASCII?
The representation of every letter, number and symbol as a binary number.
How many bytes in a kilobyte
1000 (8000 bits)
How many bytes in a Megabyte?
1,000,000 (8,000,000 bits)
How many bytes in a gigabyte
1,000,000,000 (8,000,000,000 bits)
How many bits in a terabyte?
1,000,000,000,000 (8,000,000,000,000 bits)
How is sound converted into binary for a computer to understant?
Usually captured by a microphone and then converted into a digital signal.
What is a sample rate?
The frequency at which samples are taken.
What is sample rate measured in?
Hertz (Hz)
What is one sample in Hz
One sample per second is one Hz
What is an analogue to digital converter?
It is used to sample a sound wave at regular intervals.
How do computers accept data?
They accept it as an input, process it and then produce some form of output.
What is a string?
Words with both letters and numbers.
What is a syntax?
The spelling and grammar of a programming language.
What is a variable?
A named container for a piece of data which can be used and changed through out a program.
What is a float?
A data type for decimal numbers.
What is the integer data a type for?
Whole numbers
What is a HTML used for in documents?
It is used to design and display documents in a web browser. It is often assisted by technologies such as CSS
What are the most common HTML tags?
<img></img>
<a>…</a>
<p>...</p>
<h1>...</h1>
<body>...</body>
What does <a>…</a> mean?
Hyperlink
What does <p>…</p> mean?
Paragraph
What does <h1>…</h1> mean?
Heading 1
What does <body>…</body> mean?
Main content
What does <img></img> mean?
Defines an image
What does HTML stand for?
Hypertext Markup Language
What is a HTML tag?
A code that defines the structure and content of a web page. It goes at the start and end of a page.
What is a URL?
The URL is the location of a specific website.