Part 3 Q11 to Q15 of National 5 Prelim

Slides:



Advertisements
Similar presentations
DATA TYPES ICT DATATYPES. DATA TYPES ICT Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers.
Advertisements

INFORMATION TECHNOLOGY
8 November Forms and JavaScript. Types of Inputs Radio Buttons (select one of a list) Checkbox (select as many as wanted) Text inputs (user types text)
Keeping Data Safe Revision Summer How many ways can data be lost? Start a list… Physical Loss or Corruption of data Accidental or Deliberate Unauthorised.
Internet as Teaching Tool Kenneth R. Szulczyk Lecture 5.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Web Authoring Rico Yu. Ch.10 Static and Dynamic Web Pages Static Web page Dynamic Web page Types of Dynamic Web pages.
Computer Security By: MacKenzie Olson. To be safer and more secure online, make these seven practices part of your online routine.
Shawlands Academy Higher Computing Data Representation.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
3.3 Digital Communication Security. Overview Demonstrate knowledge and understanding of basic network security measures, e.g. passwords, access levels,
Files are at risk from loss if your computer breaks or if you get a virus. Files can also become corrupted. Solutions: Make regular back ups of files Use.
Anti-virus software THERE ARE MANY ANTI VIRUS SOFTWARES TO KEEP YOU SAFE FROM VIRUS’S. THESE SOFTWARES ARE :  BULL GUARD  MCAFEE.
Logical or Boolean Data stored in Boolean form can only be one of two available values. Think of a light switch – it’s on or off. Examples include: YES.
Chapter 5: Data Types (2013) Revision Candidates should be able to know: Identify different data types? Key terms: File, record, field and key field Database.
I Power Int 2 Computing Software Development High Level Language Constructs.
Jan 11 Encryption and Hacking. Your Answer Data encryption is used to keep information safe from unauthorised users. Data encryption software makes the.
YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
Data security refers to protective digital privacy measures that are applied to prevent unauthorized access to computers, databases and websites. Data.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Joshua Fuller. - Passwords keep your information private - Never tell your password to ANYONE - Change your password regularly Basic Security.
2016 N5 Prelim Revision. HTML Absolute/Relative addressing in HTML.
Networks. Learning Objectives: By the end of this lesson you should be able to:
Display Page (HTML/CSS)
Understand the importance of the security of data (personal and financial) and the main methods of protecting data from unauthorised access (both internally.
 Collect your past paper  Collect a starter sheet – do it as your computer is logging on.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Google and the Cloud Review. Definition The Cloud refers to anything that involves delivering hosted services over the internet.
Computers and You Chapter 2. Definitions Technology – the use of science to solve practical problems Microprocessor, the “brain” of every computerized.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
7 - Programming 7J, K, L, M, N, O – Handling Data.
DATA TYPES.
Visual Classification of Football Teams
Remember that our latest topics involve a more advanced look at how webpages work
Programming constructs
Data Types and Structures
Windows Remembers Where is this information stored?
How And The Internet Work
CSE 3 – Fall 2015 Sierra Ampudia
CS1222 Using Relational Databases and SQL
The Advantages of Database
How can I Recover My Quicken Password
OPERATING SYSTEMS.
Traffic Light Revision using Mandatory Content 2018
Part 5 Q21 to Q25 of National 5 Prelim
UNIT R001: Understanding Computer Systems
Data Types.
CS1222 Using Relational Databases and SQL
Topic 1: Data Representation
Encryption and Hacking
Encryption and Hacking
Secure Web Programming
Variables Kevin Harville.
Starter Using the fingers on only one hand, what is the highest number you can count to? Rules: You must start at 1 You must count sequentially (i.e.
Part 8 Q36 to Q40 of National 5 Prelim
How Computers Work Part 1 6 February 2008.
CS1222 Using Relational Databases and SQL
CS1222 Using Relational Databases and SQL
C# Revision Cards Data types
Materials prepared by Dhimas Ruswanto, BMm
Java: Variables, Input and Arrays
CS1222 Using Relational Databases and SQL
Social Practice of the language: Describe and share information
Computer Systems Nat 4/5 Computing Science Data Representation
Introduction to data structures
CYB 130 RANK Dreams Come True / cyb130rank.com.
CS1222 Using Relational Databases and SQL
Presentation transcript:

Part 3 Q11 to Q15 of National 5 Prelim Revision Part 3 Q11 to Q15 of National 5 Prelim

Revision Part 3 11 If a hacker gained unauthorised access to your system what security measure could keep your data safe. 1 12 Describe how a computer system would represent a number with decimal places, eg 3.14. 2 13 State the 3 data types used for a database when storing a name, a phone number and if they have paid their subscription. 3 14 State the programming language used to provide interactivity on a webpage, for example when a user moves their mouse over a picture to zoom in. 15 Identify the data type and structure used when storing a list of exam results.

Revision Part 3 11. If a hacker gained unauthorised access to your system what security measure could keep your data safe. (1) Encryption. Password secured file.

Revision Part 3 12. Describe how a computer system would represent a number with decimal places, eg 3.14. (2) Using a Mantissa and Exponent.

Revision Part 3 13. State the 3 data types used for a database when storing a name, a phone number and if they have paid their subscription. (3) Name = TEXT Phone Number = TEXT Paid Subscription = BOOLEAN (YES/NO)

Revision Part 3 14. State the programming language used to provide interactivity on a webpage, for example when a user moves their mouse over a picture to zoom in. (1) Javascript

Revision Part 3 15. Identify the data type and structure used when storing a list of exam results. (2) Data Type = Integer Data Structure = Array