SQL
CSharp
Data Security
Characteristics of data that has integrity
Legislation
100

What is SQL

Structured Query Language

100

What is writeline do

prints the program output, debugging information, or any necessary details you want to show

100

What is authentication

Authentication is the act of proving an assertion, such as the identity of a computer system user.

100

What is Integrity

internal consistency or lack of corruption in electronic data

100

What is Legislation

Laws created by parliament

200

What is SQL Injection

SQL injection is a code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution

200

What is Bool

the Boolean is a data type that has one of two possible values which is intended to represent the two truth values of logic and Boolean algebra.

200

What is Encryption?

In cryptography, encryption is the process of transforming information in a way that, ideally, only authorized parties can decode

200

What is accuracy

How well measured, or recorded, the data is (Precision etc)

200

What is Copyright Act 1968

Recognises that any original work is the property of the person who created it. The creator decides how it is distributed and/or reproduced.

300

What is programs that use SQL

Netflix, Instagram, Uber, Flipkart, Amazon, and Linkedin, for various purposes such as data extraction, data modification and management, and data-centric analysis.

300

What is Namespaces

 to organize code into logical groups and to prevent name collisions that can occur especially when your code base includes multiple libraries

300

What is Cloud Saves

Cloud storage is a model of computer data storage in which data, said to be on "the cloud", is stored remotely in logical pools and is accessible to users over a network, typically the Internet

300

What is authenticity

Has the data come from a reliable and trustworthy source?

300

What is Privacy act 1988

Rules for the collection, storage, and communication of personal information

400

What is the most commonly used SQL statement

SELECT is probably the most commonly-used SQL statement.

400

What is Public do.

 an access modifier for types and type members.

400

What is Types of Backup?

Full backup: The most basic and comprehensive backup method, where all data is sent to another location.

Incremental backup: Backs up all files that have changed since the last backup occurred.

Differential backup: Backs up only copies of all files that have changed since the last full backup.

400

What is reasonableness

Is the data plausible/logical enough to satisfy ‘common sense’. Data that passes electronic validation, may still be unreasonable

400

What is Health Records Act 2001

Collection and handling of health information in public and private sector

500

What is 3 ways you can Exploit SQL Programs

In-band SQLi. The attacker uses the same channel of communication to launch their attacks and to gather their results. ...

Inferential (Blind) SQLi. The attacker sends data payloads to the server and observes the response and behavior of the server to learn more about its structure. ...

Out-of-band SQLi.

500

What is the line of code to Create an XML

var xmlDocument = new XmlDocument();             var xmlNode=xmlDocument.CreateNode(XmlNodeType.XmlDeclaration,"outputs","namespace");            xmlDocument.AppendChild(xmlNode);             var xmlElement = xmlDocument.CreateElement("", "output", "");            xmlDocument.AppendChild(xmlElement);

500

What is ways of Phising


Phishing is a form of social engineering and a scam where attackers deceive people into revealing sensitive information or installing malware such as viruses, worms, adware, or ransomware.

500

What is relevance

Does the data about males, relate to females? Some will, some won’t. US school data can we use that in AUS schools?

500

What is the cover of Copyright Act 1968

Transfer media to other formats (CD → MP3) for personal use. Record TV/Radio for personal use. ‘Fair use’ - education, review, satire

M
e
n
u