categories
dont matter
to me
because its all
tech terms
100

 type of social engineering where an attacker sends a fraudulent message designed to trick a human victim into revealing sensitive information to the attacker or to deploy malicious software on the victim's infrastructure like ransomware.

phishing attack

100

type of proprietary software which is initially shared by the owner for trial use at little or no cost

shareware

100

software, most often proprietary, that is distributed at no monetary cost to the end user.

freeware

100

roperty that enables a system to continue operating properly in the event of the failure of one or more faults within some of its components.

fault tolerant

100

data type 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

Boolean
200

data about data

metadata

200

the values assigned to these parameters when passed into a function (or method) during a function call.

argument

200

data structure consisting of a collection of elements

array

200

control flow statement for specifying iteration, which allows code to be executed repeatedly.

loop

200

 flaw or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways

bug

300

on-demand availability of computer system resources, especially data storage and computing power, without direct active management by the user. Large clouds often have functions distributed over multiple locations, each location being a data center.

cloud computing

300

Who is the best hero

stan lee

300

what type of variable is true and false

Boolean variable

300

written text or illustration that accompanies computer software or is embedded in the source code

program documentation

300

what are the 3 words of success

money games gains

400

occur when a calculation is run but the computer is unable to store the answer correctly. All computers have a predefined range of values they can represent or store

overflow

400

most basic unit of information in computing and digital communications 

bits

400

funciton that adds values to lists or dictionaries

append

400

a cybercrime in which the attacker floods a server with internet traffic to prevent users from accessing connected online services and sites.

DDoS attack

400

he gulf between those who have ready access to computers and the internet, and those who do not.

digital divide

500

sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

linear search

500

irreversible compression is the class of data encoding methods that uses inexact approximations and partial data discarding to represent the content. These techniques are used to reduce data size for storing, handling, and transmitting content

lossy data compression

500

 search algorithm that finds the position of a target value within a sorted array, compares the target value to the middle element of the array.

binary search

500

is the hierarchical and decentralized naming system used to identify computers, services, and other resources reachable through the Internet or other Internet Protocol networks.

domain name system
500

technique designed for solving a problem more quickly when classic methods are too slow, or for finding an approximate solution when classic methods fail to find any exact solution.

Heuristic