Computer Science Key Concepts: Programming, Hardware, and Internet

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Sequence

generic code, step-by-step instructions

2
New cards

Repetition

loops

3
New cards

Selection

(like if statements)

4
New cards

Input

data sent to a computer for processing

5
New cards

Output

data sent back from program to drive

6
New cards

Abstraction

a representation or generalization of a complex concept that helps manage complexity by allowing us to focus on general qualities rather than detailed specifics

7
New cards

Motherboard

the part of the computer that houses all main electrical components(RAM,CPU,ect)

8
New cards

Internet

the global public network of independent and autonomous networks that are governed by the Internet Protocol Suite

9
New cards

TCP/IP

Transmission control protocol/ Internet Protocol

10
New cards

World Wide Web (WWW)

an application that runs on the internet and it is a collection of documents images, and resources that are stored on the internet

11
New cards

HTTP

hyper text transfer protocol

12
New cards

High-level languages

human-readable (source code)

13
New cards

Low-level languages

machine readable (binary)

14
New cards

Algorithm

a step-by-step procedure for solving a problem or task

15
New cards

Hardware

the computer's electrical and industrial components

16
New cards

Software

the computer programs or code that controls the hardware

17
New cards

General Purpose computers

can run any program

18
New cards

Specialized Purpose computers

have fixed programs

19
New cards

RAM

stores memory short term while computer is running

20
New cards

CPU (central processing unit)

carries out the instructions for the computer

21
New cards

Storage devices

stores data permanently when power is off

22
New cards

Input devices

Keyboard, mouse, touch screen

23
New cards

Output devices

speakers

24
New cards

Variable

a representation of a memory location

25
New cards

Interpreter

checks code for typos, translates the code and runs the program inside of it

26
New cards

Python interpreter

EX: python is interpreted with the python interpreter