財金程式 1C

財金程式 1C

Assessment

Flashcard

Computers

University

Hard

Created by

Ariel LU

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Purpose of 'verification' stage in programming? (5 points)

Back

To prove program execution results are correct.

2.

FLASHCARD QUESTION

Front

How many spaces are used for Python indentation? (5 points)

Back

4 spaces

3.

FLASHCARD QUESTION

Front

In Python languages, each _____ has a specific meaning and cannot be arbitrarily replaced.

Back

symbol

4.

FLASHCARD QUESTION

Front

The _____function to convert the variable into a string.

Back

str()

5.

FLASHCARD QUESTION

Front

The requirement of programming is to understand the ____itself.

Back

need

6.

FLASHCARD QUESTION

Front

The design stage is to find out ___________.

Back

the steps to solve the problem