CH1 Programming Logic & Design- Python

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Review

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Computer programs also known as:

Software

2
New cards

The major operations performed by all sizes of computer include

input, processing, and output

3
New cards

Visual Basic, C++, and Java are all examples of computer:

programming languages

4
New cards

A programming language’s rules are its:

syntax

5
New cards

The most important task of compiler or an interpreter is to:

translate programming language statements into machine language

6
New cards

Which of the following is temporary, internal storage?

computer memory

7
New cards

Which of the following pairs of steps in the programming process is in the correct order?

code the program, translate it into machine language

8
New cards

What is the program development cycle?

knowt flashcard image
9
New cards

A programmer’s most important task before planning the logic of a program is to:

Understand the problem

10
New cards

The two most commonly used tools for planning a program’s logic are:

flowcharts and pseudocode

11
New cards

Writing a program in a language such as C++ or Java is known as ___ the program.

coding

12
New cards

An English-like programming language such as Java or Visual Basic is a ___ programming language.

high-level

13
New cards

Which of the following is an example of a syntax error?

misspelling a programming language word

14
New cards

Which of the following is an example of a logical error?

dividing by 3 when you meant to divide by 30

15
New cards
<p></p><p>The parallelogram is the flowchart symbol representing the:</p>

The parallelogram is the flowchart symbol representing the:

either input or output

16
New cards
<p>In a flowchart, a rectangle represents:</p>

In a flowchart, a rectangle represents:

processing

17
New cards

In flowchart, the decision symbol is a:

diamond

18
New cards

The term of ‘eof’ represents:

a generic sentinel value

19
New cards

When you use an IDE instead of a simple text editor to develop a program,

some help is provided

20
New cards

When you write a program that will run in a GUI environment as opposed to a command-line environment:

the logic is very different

21
New cards

As compared to procedural programming, with object-oriented programming, ___.

the programmer’s focus differs