Comp-Sci Terms

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

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:26 AM on 9/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

what is the binary system?

numbers system that computers use to process information

2
New cards

what is a bit?

the most fundamental unit of datat in a computer

3
New cards

what is a byte?

8 bits

4
New cards

what is a pixel?

a square inside of a 2D image with a position in a 2D grid and a single color value

5
New cards

what is a voxel?

a cube inside of a 3D model that contains a position inside a 3D grid and a single color value

6
New cards

What is a local area network (LAN)?

a group of computers/network devices connected together, usually within the same building

7
New cards

What is a metropolitan area network (MAN)?

a larger network that usually spans several buildings in the same city or town

8
New cards

what is a wide area network (WAN)?

connects several LANs, may eb limited to an enterprise or accessible to the public

ex: the internet

9
New cards

what is million instructions per second (MIPS)?

an approximate measure of a computer’s raw processing power/computational speed

10
New cards

what is read only memory (ROM)?

a type of non-changeable memory in computers. data stored in ROM cannot be electronically modified after the manufacture of the memory device

11
New cards

what is random access memory (RAM)?

you system’s short-term data storage; stores the info your computer is actively using so it can be accessed quickly

slow computation may be bc RAM is decreasing

12
New cards

What is parallel processing?

divides tasks into pieces, with each piece being solved on a separate processor (increasing speed)

13
New cards