InspireComputing Y8 WB Answers
InspireComputing Y8 WB Answers
6
End: X8, Y3
Fill colour: grey
7 2
4 Shape 2:
X1,Y5 X1,Y6 X9,Y6 X9,Y5
0 1 1 1 1 1 1 1 1 1 1 0
0 0 0 0 0 1 1 0 0 0 0 0
0 1 1 1 1 1 1 1 1 1 1 0
0 1 0 0 0 0 0 0 0 0 1 0
0 1 0 1 1 0 0 1 1 0 1 0
0 1 0 1 1 0 0 1 1 0 1 0
0 1 0 0 0 0 0 0 0 0 1 0
0 1 0 1 0 0 0 0 1 0 1 0
0 1 0 1 1 1 1 1 1 0 1 0
0 1 0 0 0 0 0 0 0 0 1 0
0 1 1 1 1 1 1 1 1 1 1 0
0 0 0 0 0 0 0 0 0 0 0 0
6
01 11 11 11 11 11
01 01 01 01 01 11
01 11 11 11 11 11
01 11 00 00 00 00
01 11 00 10 10 00
01 11 00 10 10 00
110000
001100
111100 = Yellow
7 • Blue = 000011
• Red = 110000
000011
110000
110011 = Magenta
2 • 20 × 10 = 200
• 200 × 3 = 600
• File size = 600 bits
4 ● 1 byte = 8 bits
● 4 bits = 1 nibble
● 2 nibbles = 1 byte
5
Word Bytes Nibbles Bits
cat 3 6 24
bubble 6 12 48
elephant 8 16 64
skateboard 10 20 80
7
File kibibytes (KiB) bytes
Image 10 10240
Audio 6 6144
Video 100 102400
3 ● 106 = Millions
● 104 = Tens of thousands
● 102 = Hundreds
4
Power 106 105 104 103 102 101 100
650456 0 6 5 0 4 5 6
5
Power 27 26 25 24 23 22 21 20
Description 128 64 32 16 8 4 2 1
58 0 0 1 1 1 0 1 0
129 1 0 0 0 0 0 0 1
6 ● 161 = 10100001
● 37 = 100101
● 240 = 11110000
7 ● 01010100 = 84
● 11011011 = 219
● 11100011 = 227
3 ● fileSize
● bandwidth
● transferTime
4 ● Being the same means that the file transfer speed will be
calculated in seconds.
● Line 3: / is the divide operator
● Line 1 = 20, Line 2 = 4, Output = The resulting file transfer
speed is 5 seconds
6
Scenario Lossy Lossless
✓
A customer database of personal details.
✓
A wedding album of photos.
✓
A music album recording in a studio.
✓
Adding an audio clip to a social network site.
✓
A snapshot sent within an instant message app
7 Settings:
● Colour depth
● Resolution
● Image size
3 Required:
● Image height and width
● Colour depth
4
Original string Size in RLE New size
bytes version in bytes
wbbbbw 6 1w4b1w 6
bbwwbb 6 2b2w2b 6
bbwwbb 6 2b2w2b 6
bbbbbb 6 6b 2
bbwwbb 6 2b2w2b 6
bbwwbb 6 2b2w2b 6
Total file size 36 32
2 ● RLE analyses a data string and looks for repeated characters. These
repeated characters can then be compressed.
● The sequence AAAAABBBCCCC would compress to 5A3B4C
6
Include any two of the following:
● Might be transferred to multiple documents, both physical and online
● Might appear on different devices
● Resizing may require different filetypes
7
Graphic Advantage Disadvantage
Bitmap High quality photos can be used Cannot be made larger without losing
quality
Vector Can be made any size, big or Cannot high quality create photos.
small
7 ● Currency
● Date
4
Operator Description
+ Add
- Minus
/ Divide
* Multiply
= Equal to
4
A B C D E
1 Month New members
2 Jan 3
3 Feb 3
4 Mar 4
5 Apr 4
6 May 5
7 Jun 5 Potential total =SUM(B2:B13)
8 Jul 5 Annual target 150
9 Aug 10 Members needed =E8-E7
10 Sep 15 Average =AVERAGE(B2:B13)
11 Oct 10 Lowest =MIN(B2:B13)
12 Nov 25 Highest =MAX(B2:B13)
13 Dec 30
4 ● Profile = Personal information about the user, their interests and hobbies
● Friend requests = Other users wanting to connect to your profile and content
● Followers = Users that are interested in reading all of your posts
● Targeted advertising = Based on your profiles, sponsored content is sent to you and
place on your page
5 ● A blog contains time-stamped entries, like a diary.
● A static site doesn’t really change from day to day.
6
Statement Advantages Disadvantages
Ability to chat with family and friends around the ✓
world.
Many social networks are free to use. ✓
Fake news and biased opinion ✓
Social interaction if living in a remote area. ✓
Cyberbullying. ✓
Lack of privacy and personal information being ✓
shared with other sites and advertisers.
6
A B
1 Trainer size Favourite style
2 6 Sneaker
3 6 Boot
4 6 Basketball
7
8
6
Examples Suitable Not suitable
Stand out from the rest of the web page ✓
Choose a small range of colours ✓
Consider the colour theme of the product ✓
Colours change every few seconds ✓
7 ● Controls the number of advertisements to be displayed or
completely turns them off.
2 ● Locations:
o Website pages, on any size of device
o Social media pages
o Adverts within applications or games (in-app)
● Tips:
o Attention grabbing
o The name of the product
o A special offer related to it
o Images of the product or people using it.
o Consider the size of the advert
o Does an image of the product need to be included?
o What text, heading and price information is required.
o Can a template be used?
6 See: Y8_U5_L1-2_Simple02.py
#Simple Shape 2
import turtle
floorPen = turtle.Turtle()
floorPen.pencolor("Green")
floorPen.lt(135)
floorPen.fd(200)
floorPen.rt(90)
floorPen.fd(200)
floorPen.rt(90)
floorPen.fd(200)
floorPen.rt(90)
floorPen.fd(200)
4 ● See: Y8_U5_L3-4_Q4.py
6 ● Shape as below:
5
Logic error 1: Incorrect number for octagon
Logic error 2: Incorrect angle for octagon
Syntax error 1: Incorrectly spelt “green”
Syntax error 2: Incorrectly spelt “marker”
Y8_U5_L5_Errors01-CORRECT.py
names = ["Joanna","Amos","Fletcher","Raya"]
values = [161,47,13,15]
5 ● del highScore[1]
● highScore += [250]
6 ● See: Y8_U5_L6_Q6.py
import random
days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
print(random.choice(days))
def randomNumber():
number = random.randint(0, 9)
return number
7 ● Potential answer:
See: Y8_U5_L9_Q7.py
def randomNumber():
number = random.randint(0, 9)
return number
5
Scenario Potential surveillance
Tracking a person across a city or • Face recognition using CCTV
town. • Smartphone tracking via mobile phone
network tower or GPS from apps.
Intercepting messages. • Intercepting emails and messaging
apps.
• Installing spyware on one person’s
device.
Looking at someone’s computer • Installing spyware or hacking online
files. document folders.
5
Software Security Disk Maintenance
organisation
Anti-virus
Disk defragmentation
Back-up
Firewall
System clean-up
Compression
Encryption
Disk formatting
System information
6
Scenario Description of route
Sending a presentation from the tablet to the Tablet to laptop via WAP and switch
laptop.
Ordering takeaway pizza using the smart Speaker to Internet via ISP to modem, router,
speaker. switch and WAP
7
Scenario Wi-Fi NFC Bluetooth
Messages that can be intercepted and read. Don’t use unsecure messaging systems, avoid
sharing important or private info via message.