Computing Final

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

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:55 AM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Item index

gives the value at an index, when we index we start at 0

2
New cards

Float

number with a decimal point

3
New cards

t.select(label)

constructs a new table with the specified number of columns

4
New cards

**

operator that equates to exponents

5
New cards

Line graph creation method?

plot

6
New cards

Encryption

scrambling info so it can’t be read unless user has a key (i.e. a password)

7
New cards

what are columns?

arrays!

8
New cards

np.arrange

produces a sequence of numbers; start is where sequence begins, stop is where is ends (not included in final array), step is what the array is in increments of (i.e. 5)

9
New cards

np.arrange with 1 value

represents the stop/end value; stop value not included

10
New cards

Password manager

generates/stores/and automatically files strong passwords; vault to passwords is accessible with a master password

11
New cards

np.arrange with two values

start + stop values; stop value is not included

12
New cards

np. arrange with 3 values

start, stop, step/skip

13
New cards

Formula creation via max function?

click cell, then ‘fx’, then click ‘statistical’, then press ‘max’, then enter le range, and finally press ‘ok’

14
New cards

Currency number format?

select le range, then press ‘Number’, then ‘currency’,

15
New cards

Data type only holding True or False values?

Boolean (i.e. > <)

16
New cards

First negative index in an array?

-1

17
New cards

Distribution Graphs

visual tools showing frequency of one variable; ex include histogram, bar charts, box plots