intro to programming Flashcards

1
Q

Binary

A

0,1 false, true clockwise, counterclockwise, pit, landing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Decimal

A

0-9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hexadecimal

A

0-9 a-f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ada

A

Department of defense

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Basic

A

All purpose symbolic instruction code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

C

A

Assembly language high level language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

C++

A

Object oriented language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

C#

A

Java and c++

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

COBOL

A

Business apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

FORTRAN

A

Sci and math app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Java

A

Platform independent internet apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Pascal

A

Teaching programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Python

A

General purpose scripting language good for writing short programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Visual

A

Graphical user interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Java

A

Complied programming language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Java 2

A

High level source file-compiler -machine code file-executor -output

17
Q

Compiling source code

A

Translates the entire source code into machine code file and machine code file is then executed

18
Q

Interpreter

A

Reads one statement from the course code translates it to the machine code or virtual code and the executes it right away.

19
Q

Python

A

Interpreted programming language

20
Q

Source file

A

Compiler-byte code-virtual machine -running program

21
Q

Library module

A

Virtual machine-running program

22
Q

Algorithm

A

Logic of problem solving- understand problem-formulate steps-

23
Q

Pseudo code

A

Strutted English like language to decries steps

24
Q

Flowchart

A

Diagram that describes an algo showing steps as boxes order connecting

25
Q

Oval or small rectangle

A

Terminator start or end

26
Q

Rectangle

A

Process block

27
Q

Diamond

A

Decision block

28
Q

Parallelogram

A

Reprints input and output

29
Q

Syntax error

A

Violation of language rules

30
Q

Logic error

A

Incorrect instructions

31
Q

Runtime error

A

Not known until program runs