RAITE 2024 Quiz Bee

0.0(0)
Studied by 3 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:58 AM on 11/3/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

Information and Communications Technology (ICT)

A field that emphasizes the integration of telecommunications, computers, and software to manage information.

2
New cards

Internet of Things (IoT)

A network of physical objects embedded with technology that connects and exchanges data over the internet.

3
New cards

Machine Learning (ML)

A branch of AI focused on the development of algorithms that allow machines to learn and perform tasks without explicit instructions.

4
New cards

Data Privacy Act of 2012

Republic Act No. 10173 that protects individuals' personal information in communication systems.

5
New cards

Distributed Denial-of-Service (DDoS) Attack

A cyber attack that aims to disrupt a network by overwhelming it with traffic from multiple sources.

6
New cards

Botnet

A group of infected computers controlled by a malicious actor to perform tasks like spam or DDoS attacks.

7
New cards

Ransomware

Malware that denies access to a victim's files until a ransom is paid to the attackers.

8
New cards

Vulnerability

Flaws in a computer system that can be exploited by hackers to deliver an attack.

9
New cards

Exploit

A method or piece of software that takes advantage of a vulnerability for malicious purposes.

10
New cards

Arbitrary Code Execution (ACE)

The ability of an attacker to execute commands on a target machine through a vulnerability.

11
New cards

Phishing

A social engineering attack designed to trick users into revealing sensitive information.

12
New cards

Social Engineering

Psychological manipulation used to trick individuals into giving away sensitive information.

13
New cards

Malware

Malicious software designed to harm systems, steal information, or gain unauthorized access.

14
New cards

Worm

A self-replicating malware that spreads across networks without human intervention.

15
New cards

Zero-day vulnerability

A security flaw unknown to the vendor at the time of discovery that has no available patch.

16
New cards

Trojan Horse

Malware that disguises itself as a legitimate program to perform malicious actions.

17
New cards

Spyware

Malware that collects user data without their knowledge and sends it to third parties.

18
New cards

Virus

Malware that replicates itself by inserting its code into other programs.

19
New cards

WannaCry

A ransomware attack in 2017 that exploited a Windows vulnerability and caused significant financial damage.

20
New cards

ILOVEYOU

A computer worm that spread via email in 2000, infecting millions of computers.

21
New cards

Pointer

A variable in C and C++ that points to the memory address of another variable.

22
New cards

Structured Query Language (SQL)

A language used to create and manage relational databases.

23
New cards

Augmented Reality (AR)

An interactive experience that overlays digital information onto the real world.

24
New cards

Generative AI

AI models that create text, images, or audio in response to user inputs.

25
New cards

Large Language Model (LLM)

Generative AI designed to understand and generate human language based on text data.

26
New cards

Transmission Control Protocol/Internet Protocol (TCP/IP)

A framework organizing communication protocols used in the Internet.

27
New cards

User Datagram Protocol (UDP)

A fast, connectionless Internet protocol used for time-sensitive applications.

28
New cards

Advanced Research Projects Agency Network (ARPANET)

The first wide-area packet-switched network that implemented the TCP/IP suite.

29
New cards

Transmission Control Protocol (TCP)

A protocol ensuring reliable data delivery over a network.

30
New cards

IP Address

A unique address assigned to devices on a network for identification.

31
New cards

Port

A number that identifies a specific connection endpoint in networking.

32
New cards

Hashing

A technique ensuring data integrity by producing a fixed-length representation of data.

33
New cards

Salting

Adding input to a password before hashing to enhance security.

34
New cards

Public key cryptography

A method of encryption using a public key and a private key for secure data exchange.

35
New cards

Digital signature

A technique used to verify the authenticity and integrity of digital messages.

36
New cards

Digital certificate

An electronic password that uses public key infrastructure for secure data exchange.

37
New cards

RSA

A type of asymmetric encryption using two linked keys for securing messages.

38
New cards

Rivest, Shamir, Adleman

The surnames of the creators of RSA encryption.

39
New cards

Message Digest 5 (MD5)

A hash function producing a 128-bit hash value for data integrity verification.

40
New cards

Secure Hash Algorithms (SHA)

A family of cryptographic functions for securing data through hashing.

41
New cards

Client-server architecture

A computing model separating tasks between clients requesting services and servers processing requests.

42
New cards

Subnet mask

A number used to identify the network ID portion of an IP address.

43
New cards

Default gateway

The network node that forwards traffic to other networks.

44
New cards

Hypertext Transfer Protocol (HTTP)

An application-layer protocol for transmitting hypermedia documents over the web.

45
New cards

Simple Mail Transfer Protocol (SMTP)

A protocol for transmitting email messages.

46
New cards

Internet Message Access Protocol (IMAP)

A protocol allowing users to access their emails from various devices.

47
New cards

File Transfer Protocol (FTP)

A standard communication protocol for transferring files over a network.

48
New cards

Hypertext Markup Language (HTML)

The standard markup language for creating and displaying web documents.

49
New cards

Cascading Style Sheets (CSS)

A style sheet language for specifying the presentation of documents in markup languages.

50
New cards

JavaScript

A programming language used to control webpage behavior.

51
New cards

Tim Berners-Lee

The inventor of the World Wide Web.

52
New cards

Relational Database

A type of database that organizes data points that are related to one another.

53
New cards

INNER JOIN

An SQL keyword that selects matching records from two tables.

54
New cards

Database Normalization

The process of organizing database data to eliminate redundancies.

55
New cards

Primary Key

A unique identifier for records in a relational database.

56
New cards

Field

An attribute in a table representing a set of values with the same data type.

57
New cards

Record

A collection of attributes describing a real-world entity, also known as a row.

58
New cards

Foreign Key

An attribute in one table that refers to the primary key of another table.

59
New cards

Query

A request for information from a database.