Hamster
Search
Open menu
基礎編程
1. What does the term 'debug' mean?
A.
Looking at code
B.
A set of instructions
C.
Identify errors and fix them.
D.
Making a calculation
2. what is python?
A.
a code
B.
a game
C.
a programming language
D.
nothing
3. What is a Boolean?
A.
A cube that is used for a soup base.
B.
True or False statement
C.
Numerical Operator
D.
A Ghost on a tree
4. what is 9%2
A.
4
B.
1
C.
3
D.
2
5. Which of these operators means EQUAL TO?
A.
==
B.
=>
C.
<=
D.
=
6. What is this operator: +
A.
addition
B.
multiplication
C.
subtraction
D.
division
7. What is this operator: %
A.
Escape character
B.
Concatenation
C.
Division
D.
Remainder or mod
8. && is a
A.
Comparative operator
B.
Assignment operator
C.
Arithmetic operator
D.
Logical operators
9. What is syntax?
A.
Syntax is the word used to describe an error
B.
It is used to output information
C.
Syntax is the rules of the programming language
D.
It is used to read information
10. What is this operator: *
A.
division
B.
subtraction
C.
addition
D.
multiplication