comp sci vocab

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

computing innovation

1 / 13

encourage image

There's no tags or description

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

14 Terms

1

computing innovation

an innovation that includes a computer or program code as an intergral part of its functionality

New cards
2

syntax error

a character or string incorrectly placed in a compound or instruction that causes a failure in execution

New cards
3

Variables

used to store information too be referenced and manipulated in a computer program

New cards
4

constructor

a special type of subroutine called to create an object. it prepares the new object for use, often accepting arguments that the constructor uses to set required member variables.

New cards
5

program

provide coded instructions for the automatic performance of a task

New cards
6

nested if statement

an if statement placed inside another statement. there are 2 ways to make one. we can place an if statement inside the if code of another if statement. before that nested if statement executes, both its condition and that of the preceding if statements must be true

New cards
7

method

collection of statement written in a programing language to describe a specific behavior

New cards
8

behavior

an action that an object can take or a task it can perform in response to a request from an external source

New cards
9

precondition

assumptions of what is true before the method is called

New cards
10

post conditions

what will be true after method is finished

New cards
11

pretest while structure(or while loop)

used to define a block of code that will be executed repeatedly as long as a specified condition is true

New cards
12

simple condition

has one part. in the Jeroo language, a simple condition is formed by invoking a single sensor method

New cards
13

compound condition

uses logical operators. The Jeroo language contains the 3 most commonly used logical operators: !(NOT), &&(AND), ||(OR)

New cards
14

Boolean

a binary variable, having 2 possible values called “true” and “false”

New cards

Explore top notes

note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 195 people
... ago
5.0(2)
note Note
studied byStudied by 146 people
... ago
4.4(5)
note Note
studied byStudied by 60 people
... ago
5.0(1)
note Note
studied byStudied by 859 people
... ago
4.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 7 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (40)
studied byStudied by 62 people
... ago
5.0(2)
flashcards Flashcard (86)
studied byStudied by 9 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (92)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (68)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (61)
studied byStudied by 9 people
... ago
5.0(1)
flashcards Flashcard (76)
studied byStudied by 40 people
... ago
5.0(1)
flashcards Flashcard (75)
studied byStudied by 36 people
... ago
5.0(3)
robot