Comp Sci Jeroo 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/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:38 AM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

object

Jeroo is an (BLANK) oriented programming language

2
New cards

program

set of instructions for a computer

3
New cards

source code

written by a programmer in some programming language

4
New cards

comment

starts with // and is simply notes for the human reading the code

5
New cards

boolean

a statement that can only be evaluated to true or false

6
New cards

algorithm

plan for solving a problem

7
New cards

case-sensitive

a language that treats upper-case and lower-case letters as being different from one another is said to be…

8
New cards

syntax

set of rules for writing or speaking that language

9
New cards

semantics

the meaning associated with valid expressions is known as the (BLANK) of the expression

10
New cards

instantiation

the process of creating a specific object is called…

11
New cards

attribute

a fact associated with an object

12
New cards

behavior

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

13
New cards

method

a collection of statements that are written in some programming language to describe a specific behavior

14
New cards

precondition

something the is assumed to be true before the method is invoked

15
New cards

postcondition

something that is assumed to be true after the method has been executed

16
New cards

message

a request for a specific object to perform a specific task

17
New cards

class

collection of statements that are written in some programming language to describe both the attributes and behaviors of an object

18
New cards

constructor

the special method that is called to instantiate an object

19
New cards

default

the initial values of the attributes of an objectt

20
New cards

pseudocode

part code and part english

21
New cards

parameters

values passed into a method or a constructor