返回卡包市场

Algorithms and programs

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 11内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (11 张)

#1
正面 (问题)

Algorithm

背面 (解答)

a step-by-step procedure for solving a problem

#2
正面 (问题)

Pseudocode

背面 (解答)

Code that resembles a programming language but use less strict syntax to express an algorithm and is INDEPNDENT of any real programming language.

#3
正面 (问题)

Identifier

背面 (解答)

Is a user-defined name e.g. a variable or sub routine name

#4
正面 (问题)

Parameter

背面 (解答)

a parameter or “argument” is a value that is passed into a function or procedure

#5
正面 (问题)

IDE

背面 (解答)

Integrated Development Environment; Provides programmers with tools that are needed to create computer programs

#6
正面 (问题)

Rogue value

背面 (解答)

A value that can be recognized as a termination value in a loop

#7
正面 (问题)

Source code

背面 (解答)

The code listing of commands to be compiled or assembled into an executable program

#8
正面 (问题)

Assignment statement

背面 (解答)

It copies a value (or result of a calculation) into the variable

#9
正面 (问题)

Iteration

背面 (解答)

Other word LOOP Repeatedly execute a block of code until a condition has been met

#10
正面 (问题)

Selection

背面 (解答)

Other word for IF statement or CASE statement Execute a block of code when a certain condition has been met

#11
正面 (问题)

Sequence

背面 (解答)

Instructions that will executed one after another in a sequence