Hero image

Narcud8's Shop

Average Rating3.63
(based on 13 reviews)

Computer Science teacher 20 years in school, college and University. Range of resources for all levels.

61Uploads

17k+Views

16k+Downloads

Computer Science teacher 20 years in school, college and University. Range of resources for all levels.
Arduino : basic hardware guide
Narcud8Narcud8

Arduino : basic hardware guide

(1)
An introduction to how Arduino works. Used in the Unit 16 Procedural Programming - btec extended diploma unit. From website : btecictresources.co.uk
Introduction  to the Internet Crossword  in Excel
Narcud8Narcud8

Introduction to the Internet Crossword in Excel

(0)
A crossword with answers created in Microsoft Excel which is designed to be used as the first lesson after watching a video - link provided in heading of Crossword. Students research key terms such as Browser, internet, Homepage World wide web, Broadband, Server ,Fibre optic cable , Internet service provide Client ,www , then identify them in the crossword.
How Tall will you Grow ?
Narcud8Narcud8

How Tall will you Grow ?

(0)
A short activity aimed at all abilities which includes data used to make comparisons with growth rates between boys and girls and can be used to predict their own height.
Introduction to Home Networking
Narcud8Narcud8

Introduction to Home Networking

(0)
General questionnaire to find out how much students understand about their own home wireless network Activity that explains in basic terms how a modem works
Learning to Code G Develop 5 :  Create a Platformer Game for Beginners
Narcud8Narcud8

Learning to Code G Develop 5 : Create a Platformer Game for Beginners

(0)
Step by step guide for Beginners to create a Platformer Game using free online software G Develop 5. PowerPoints with over 75 slides of instruction. Source files for each lesson provided. Written to cover main aspects of Gaming so leaners learn the fundamentals and then can create their own more elaborate games. Games can be exported to be run using a browser. Lesson 1: Be able to: create and save a project add Objects from Assets page create platformer objects control platformer character with keyboard run and jump and animate the character turn and face direction it is running in create a global variable to store a Boolean value in order to control when Jump sound is played and be able to understand a flow chart to show this process Lesson 2: Be able to: “rip” music from YouTube to use as background music add Background music to game create Text Object to display Score on screen create collision events and score on screen using a score variable use ladders climb between platforms by adjusting collision masks Lesson 3: Be able to: use a timer to control enemy animation control Score when a correct player /enemy collision occurs reduce health if an incorrect player / enemy collision occurs lose lives if health goes to zero or player falls of platform place enemy back on stage to continue with game Lesson 4: Be able to: create a game over screen and display when Lives =0 create a spring-board to double jump to reach higher platforms extend game adding further objects and control camera to follow player work with layers to control position of Score, Lives and Health
Relationship between Resolution,  File Size and Print size.
Narcud8Narcud8

Relationship between Resolution, File Size and Print size.

(0)
A spreadsheet model to investigate Resolution and Size of image. Used with Year 9 and 10 GCSE Computer Science Data Representation unit. The user enters the maximum image size of their camera in MegaPixels and then selects the resolution of their printer and the spreadsheet works out the maximum print size possible
Data storage managing memory, data types and variables, real, long,floating point, byte,string
Narcud8Narcud8

Data storage managing memory, data types and variables, real, long,floating point, byte,string

(0)
Resources for GCSE Computing course for the Data Representation topic. The Resource explains how different data is stored, so introducing data types and variables and shows how important it is to make sure the correct variables are selected by the programmer. Uses examples in Python and an excel program ( input form and vba coding) has been created for students to investigate for themselves, what can go if wrong data types for variables are chosen by the programmer. Overflow error, type Mismatch, rounding up errors, Validation etc.
Computer Security Crossword
Narcud8Narcud8

Computer Security Crossword

(0)
Quck Crossword, created in Excel for students to answer in Excel. Summarises different types of Maware threats and techniques used to secure a computer system.
How Computers handle calculations : Binary Shift and Twos Compliment
Narcud8Narcud8

How Computers handle calculations : Binary Shift and Twos Compliment

(0)
Worksheet that explains how computers are able to do calculations with negative numbers. Step by step explanation of 2s compliment is used, with easy to follow examples and practice questions. Worksheet that explains how Computers are able to do Multiplication and division, with easy to follow examples and practice questions.