PwC's Access Your Potential

AYP

Vocab

AYP

Lesson 1: Problem Solving - Personal Innovations

  • Innovation: A new or improved idea, device, product, etc, or the development thereof
  • Prototype: A first or early model of a product that allows you to test assumptions before developing a final version.

Lesson 2: Technology Foundations - What is a Computer?

  • Computer: A device that takes input, stores and processes information, and outputs information

Lesson 3: Data Science & Analytics - Problem Solving with Big Data

  • Big Data: a broad term for datasets so large or complex that traditional data processing applications are inadequate.

Lesson 5: Web Development - Creating Webpages with Khan Academy

  • CSS: Cascading Style Sheets; a language used to describe how HTML elements should be styled
  • HTML: Hypertext Markup Language, a language used to create web pages

Lesson 6: App Development Unplugged - User Interfaces

  • Prototype: A first or early model of a product that allows you to test assumptions before developing a final version.
  • User Interface: The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.

Lesson 8: Cybersecurity - Simple Encryption

  • Caesar Cipher : a technique for encryption that shifts the alphabet by some number of characters
  • Cipher: the generic term for a technique (or algorithm) that performs encryption
  • Cracking encryption: When you attempt to decode a secret message without knowing all the specifics of the cipher, you are trying to "crack" the encryption.
  • Decryption: a process that reverses encryption, taking a secret message and reproducing the original plain text
  • Encryption: a process of encoding messages to keep them secret, so only "authorized" parties can read it.
  • Random Substitution Cipher: an encryption technique that maps each letter of the alphabet to a randomly chosen other letters of the alphabet.