Comp sci quiz two Frayer model.

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 8

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

9 Terms

1

User interface

The inputs or outputs that allow users to interact with a software.

New cards
2

Input

Data sent to a computer for processing by a program (exe: clicking)

New cards
3

Output

Any data sent form a program to a device. (exe: sounds, visuals)

New cards
4

Program Statement

A single command or instruction for your computer. (exe: setproperty)

New cards
5

Program

A collection of program statements. A program runs these things one at a time.

New cards
6

Sequential Program

Program statements run in order from top to bottom.

New cards
7

Event driven programing

Some program statements run when triggered by an event.

New cards
8

Documentation

A written description of how a command or piece of code works.C

New cards
9

Comment

A form of program documentation written into the program to be read by people and don't affect the program.

New cards
robot