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.
What does URL stand for?
Uniform Resource Locator.
What are the features of a good website?
Informative
Images
Videos
Interactive (buttons)
Layout
Consistent Colour Theme
Use of font and styles
What are examples of how CSS is used?
You can use CSS to change the font, colour, size and spacing of your content.
What is CSS?
The language we use to style and layout web pages.
What does CSS stand for?
Cascading Style Sheets
What are some typical website features?
Navigation Bar
Logo
Home Link
Search Facility
Links to Social Media
Header
Footer
Use of Images
Buttons
Videos
Sound
What is data encryption?
A security method where information is encoded and can only be accessed or decrypted by a user with the correct encryption key.
What is router?
A device which allows for wireless connection to a network.
What is a Network Switch?
Connects devices together and is responsible for directing data around the network.
What is a server?
A computer which provides resources and or services to other connected devices.
What does WAN stand for?
Wide Area Network
What does LAN stand for?
Local Area Network
What is the worlds biggest WAN?
The internet
What is a Network?
2 or More interconnected devices
What does GPU stand for?
Graphics Processing Unit
What does a GPU do?
It is responsible for rendering the graphics on a computer.
What is a Hard Drive?
It provides long term data storage and when the computers is switched of all the data is revieved.
What does PSU stand for?
Power Supply Unit
What does a PSU do?
The computer is powered by it.
What is a Fan?
The computer is cooled by it.
What is a heatsink?
The heatsink moves heat away from a critical component.
What does RAM stand for?
Random Access Memory
What is a RAM?
Short term memory and when the computer is switched off it is all deleated.
What is a network card?
It allows the computer to access networks either wirelessly or using an Ethernet Cable
What does CPU stand for?
Cental Processing Unit
What does a CPU do?
The brain of the computer and it is in charge of processing all the instruction and data.
What is a Motherboard?
The component that houses other components and allows them to communicate.
It has lots of things plugged into it.
What is BIOS?
A set of Computer instruction in firmware which controls imput and output operations.
What is E-saftey?
Being sage on the internet and social media.
What is the internet?
Network of billions of connected devices,
What is safe on the internet and what is not?
Only post information that is safe
Cyber Bulling - report it
Secure password
Viruses
Phishing
Online responsibility
What is an internet browser?
An application to access a website.
What is decomposition?
Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.
What is pattern recognition?
It involves finding the similarities or patterns among small, decomposed problems that can help us solve more complex problems more efficiently.
What is abstraction?
It is ignoring - the characteristics that we don’t need in order to concentrate on those that we do.
What is Pseudo Code?
A simple way of describing a set of instructions that does not have to use specific syntax.
How do internet browsers work?
It retrieves information from other parts of the web and displays it on your desktop or mobile device.
What are computer imput examples?
Keyboard
Mouse
Touchscreen
Microphone
Scanner
What are computer output examples?
Monitors
Headphones
Speakers
Printers
Projectors
What is a Flowchart?
A picture of the separate steps of a process in sequential order.
What is a bitmap image?
An image file format that can be used to create and store computer graphics.
What does the colour depth of an image mean?
The number of unique colours that can be captured by a sensor. The colour depth of the pixels in an image file depends on the number of ‘bits’ in the file.
What does a square mean in a flowchart?
Process
What does a oval mean in a flowchart?
Start or end
What does an arrow mean in a flowchart?
Connector that shows relationships between the steps.
What does a diamond mean in a flowchart?
Yes or No decidions
What does a parallelogram mean in a flowchart?
Input and output
What is an algorithm?
An algorithm is a plan, a set of step-by-step instructions to solve a problem.
What is resolution in an image metadata?
The total amount of pixels in an image