Exam 1 Flashcards

1
Q

bitcoin

A

a crypto-currency. tries to eliminate banks by allowing end-to-end consumer transactions. its a trust currency but so is the “fiat” metro-dollar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ExecPC

A

one of the worlds largest bulletin board systems in the 1980s & throughout the 1990s. Mahoney created the hyper scan feature, allowing members to quickly search for files by keywords - a common feature today, but rare at the time. 300 GB of file storage tat its peak in the mid 90s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

414s

A

hacking group. hacked into the National Defense

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

data scientist

A

mix of the following : hacking skills (computing skills), math and statistics knowledge and substantive expertise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

volatile storage

A

requires power continuously

ex : RAM and cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

nonvolatile storage

A

can storage information without power all the time

ex : ROM and drive media (CD & DVD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

primary and secondary storage

A

primary are RAM and cache (brain) and secondary are drive media (CD, DVD & USB) (notes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

clock rate

A

measures the speed of a processor (in GHz)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

transistor

A

a type of amplifier or switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bit

A

a single on/off switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

byte

A

8 bites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

kilobyte

A

1024 or 2^10 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

megabyte

A

1048576 or 2^20 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

gigabyte

A

2^30 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

nibble

A

half byte or 4 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ASCII

A

character set. used to represent digits, uppercase letters, lowercase letters, punctuation symbols, logical operators and special white space/control characters. 256 of them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

parity bit

A

used one bit for checking you can catch a change in one bit and some changes for multiple bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Ada Lovelace

A

first computer programer. described how codes could be created for the device to handle and numbers. also theorized the method of looping, for the engine to repeat a series of instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

machine language

A

can be interpreted by the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

hour of code

A

hour of computer science. celebrate computer science week. create programs and games

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

application software

A

any types of software that is made for you, the user. apps

ex : microsoft word

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

system software

A

any software that is created for the operation, maintenance and security of a computer. operating systems: server, desktop and mobile. utilizes and file management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

multitasking

A

allows more than one program to run concurrently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

multithreading

A

allows different parts of a single program to run concurrently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
multiprocessing
supports running a program on more than one CPU
26
spreadsheet
excel
27
vlookup
allows you to search for specific value within the spreadsheet (or control F)
28
text to columns
data - text to columns - delimited
29
macro
for repetitive tasks. relative reference
30
database
a technology that supports a holistic view of the data concerning its storage, access, update, reports, etc.
31
metadata
data about data describes how and when and by whom a particular set of data was collected and how the data is formatted
32
RAM
computers temporary workspace
33
cache
a form of high-speed memory that stores a small, frequently used set of instructions and data in the CPU
34
motherboard
largest circuit board in a personal computer. contains a variety of slots, connectors and plugs for hooking up all the other parts of a computer
35
virtual memory
not actual memory, rather a portion of your car drive that is being used as RAM when the situation demands it
36
solid state drives
flash memory instead of the more traditional magnetic technology
37
stylus
a pen-like input tool that is used with a variety of touchscreen devices
38
biometrics
the measurement of patterns or characteristics found in the human body
39
duplexing
the ability to automatically print to both sides of apiece of paper
40
haptics
the communication of vibration, motion or physical resistance to a user
41
RFID
scanners can scan an RFID tag which is a tiny chip or label that contains electronically stored data
42
virtual machine
a special environment that allows you to run an operating system on top of another operating system
43
formatting
the process of preparing a storage device for use by an operating system
44
disk wiping
helps remove all traces of your files from computers you are selling or giving away
45
clipboard
temporary holding location for copy and cut commands
46
shareware
trial software. is free to download and install but will stop working as intended after about 30 days
47
freeware
software that is free to use without any specified time restrictions
48
ERP
systems bring together many types of business functions into one software solution
49
software bug
errors
50
software patch
programmers will find error or vulnerabilities and "patch" them by offering software updates to users
51
beta version
software that is made available for testing to limited users before release
52
5 components of a programming language
``` input output arithmetic conditional looping ```
53
SQL
used to communicate with a database
54
what does the abbreviation stand for? RAM
random access memory
55
what does the abbreviation stand for? ROM
read only memory
56
what does the abbreviation stand for? CPU
central processing unit
57
what does the abbreviation stand for? bit
binary digit
58
what does the abbreviation stand for? CD
compact discs
59
what does the abbreviation stand for? DVD
digital versatile discs
60
what does the abbreviation stand for? LED
light emitting diodes
61
what does the abbreviation stand for? SSD
solid state drives
62
typical number of transistors in a CPU
5 billion transistors
63
typical number of neurons in the brain
100 billion neurons
64
why are clock rate capped
in 2004 clock rates were capped to limit heat (10000 MHz = 10 GHz)
65
first major electronic computer
ENIAC
66
reasons computers use binary
on/off switch is cost efficient bits tend to be "immune" for noise represent everything
67
what does the abbreviation stand for? basic
beginners all-purpose symbolic instruction code
68
what does the abbreviation stand for? COBOL
common business oriented language
69
what does the abbreviation stand for? fortran
formula translation
70
what does the abbreviation stand for? CAD
computer aided design
71
what does the abbreviation stand for? ERP
enterprise resource planning
72
what does the abbreviation stand for? GUI
graphical user interface
73
what does the abbreviation stand for? DBMS
database management system
74
flow chart
type of diagram that represents an algorithm, work flow or process, showing the steps as shapes of various kids and their order by connecting them with arrows
75
diamond in a flow chart
decision
76
rectangle in a flow chart
process
77
circle in a flow chart
connector
78
examples of programing languages
assembly forty c passal
79
most popular programming language
depends on your goal | java
80
two major interfaces for operating systems
microsoft windows and mac os
81
amount of memory addressable by a 32 bit operating system
4 GB of RAM
82
examples of operating systems
server desktop mobile linux
83
examples of command line operating systems
linux | DOS
84
examples of security utilities
antivirus software encryption software firewall software spyware removal software
85
bitmap graphics vs. vector graphics
bitmap : pattern of dots | vector : geometrical formulas
86
company credited with the first GUI interface
xerox
87
what does the abbreviation stand for? DB
database
88
what does the abbreviation stand for? DBMS
database management system
89
what does the abbreviation stand for? IMS
information management system
90
what does the abbreviation stand for? SQL
structured query language
91
why was there a need to develop databases in the 1960s
program - data dependence
92
which companies where involved in the creation of the first DBMS
rockwell and IBM
93
what database organization could represent "I'm my own grandpa"
network
94
what database organization is the most popular
relational
95
how many parents can a child have in a hierarchical database
one
96
examples of relational databases
oracle SQL access IBM
97
examples of metadata
author date created date modified file size
98
absolute addresses in excel
$C$2
99
relative addresses in excel
move when you copy the formula
100
mixed addresses in excel
$C2 absolute column C | C$2 absolute row 2
101
counta in excel
doesnt count empty cells