COMPUTER SCIENCE VOCAB

0.0(0)
studied byStudied by 11 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

access levels

The amount of direct access a user is given to data and resources. This could be set to be only a certain sections of a whole collection of data and resources.

2
New cards

accumulator (ACC)

A register that is built into the ALU that stores the result of any interim calculations

3
New cards

acknowledgement

A message that is sent from one device to another to indicate whether data is received correctly

4
New cards

active script

The script that is used to produce any of the interactive elements of a web page

5
New cards

actuator

A mechanical part that causes another device or part to move

6
New cards

address

A memory location in RAM

7
New cards

address bar

the section of a web browser where you type the web page address

8
New cards

address bus

wires used for the transmission of addresses between components in a computer

9
New cards

adware

a software based cyber issue that automatically creates pop up advertisements

10
New cards

analogue

continuous data that can be any value within a range

11
New cards

analogue data

a continuous stream of data that is processed by humans

12
New cards

analysis

the first stage of the program development life cycle that involves investigating the problem

13
New cards

AND operator

returns True when both outputs are True

14
New cards

anti-malware

a type of software that scans a computer or device with the purpose of finding and removing malware

15
New cards

application software

software that allows the user to perform a useful task

16
New cards

architecture

the design of a computer system, including the components it contains

17
New cards

arithmetic logic unit (ALU)

the component in the CPU that performs all the mathematical and logical operations required when processing data and instructions

18
New cards

arithmetic operator

a symbol that performs a mathematical function (eg + adds two values)

19
New cards

array

a data structure where you can store multiple data items, of the same data type, under one identifier

20
New cards

artificial intelligence (AI)

a part of computer science that looks at creating machines that can think and perform tasks a person would usually perform

21
New cards

assembler

converts assembly language into machine code

22
New cards

assembly language

code written in mnemonics that allows direct manipulation of the hardware, it must be converted into binary code to run

23
New cards

assignment

a type of programming statement that stores data in a variable or constant

24
New cards

asymmetric

a type of encryption that uses two different keys to encrypt and decrypt data

25
New cards

auto-completion

a feature of an editor that gives the user options when they start typing a command

26
New cards

auto-correction

a feature of an editor that identifies spelling errors and changes them

27
New cards

automated

a device that is operated without human interaction

28
New cards

automated system

a system that is designed to operate without the need for any human intervention

29
New cards

automatic repeat request (ARQ)

a type of error detection method that uses acknowledgement and timeout to see if data has arrived correctly after transmission

30
New cards

automation

the use of automated equipment in a process, e.g. a factory

31
New cards

average

the mean of a set of values or the total divided by the quantity

32
New cards

binary

a base-2 number system that uses the values 0 and 1

33
New cards

biometric device

a device that allows a user to record and input a biometric password

34
New cards

biometric password

a type of password that uses a persons biological data, such as their fingerprint

35
New cards

blockchain

a method that is used to track all the transactions made with a cryptocurrency

36
New cards

bookmark

a link that can be created to allow you to quickly find a web page again

37
New cards

boolean

a data type: True or False

38
New cards

boolean operator

a symbol that joins multiple logical comparisons, can be AND OR or NOT

39
New cards

bootstrap

the first commands loaded when a computer starts, it checks hardware and loads the firmware

40
New cards

1-dimensional array

an array that has only 1 index

41
New cards

2-dimensional array

an array that has two indexes

42
New cards

abnormal test data

data that a program should not accept

43
New cards

bot

the name given to a computer that has had malware downloaded onto it that will cause it to be used in a DDoS attack

44
New cards

botnet

a network of bots that are created to carry out a DDoS attack

45
New cards

boundary test data

data that is on the edge of being accepted, and data that is on the edge of not being accepted

46
New cards

brute-force attack

a type of cyber threat that involves repeatedly inputting a password until the correct one is found, to try to break into an account or device

47
New cards

bubble sort

a sorting algorithm that moves through the list repeatedly swapping values in pairs

48
New cards

cache

a type of storage that is built into the CPU, to store the most frequently used data and instructions

49
New cards

cascading style sheet (CSS)

a scripting language that is used to create a presentation template for a web page, it includes what kind of font and colour text will appear on the web page

50
New cards

CASE statement

a type of selection construct where there is a list of different values to compare a single value against

51
New cards

casting

converting data from one data type to another data type

52
New cards

cell

the intersection of the rows and columns of transistors in solid-state storage

53
New cards

central processing unit (CPU)

a component in a computer system that processes data and instructions

54
New cards

certificate authority

the awarding organisation that checks if another organisation is real and secure before awarding them a digital certificate

55
New cards

char

a single character, eg: ‘A’, ‘1’, ’*’

56
New cards

character set

it contains all the characters that are in that character set and the binary value that is assigned to each character

57
New cards

check digit

a type of error detection method that is sued for data entry - a calculation is performed on the data entered to create a value, values are compared to see if the data entered is correct

58
New cards

checksum

a type of error detection method that performs a calculation

59
New cards

cipher text

the name given to data after transmission

60
New cards

clock speed

the number of fetch-decode-execute cycles that can be performed in a second

61
New cards

cloud storage

data storage that is owned by a third party and accessed by the user, using the internet

62
New cards

coding

the writing of a program using one or more programming languages