Hamster
Search
Open menu
基礎編程
1. && is a
A.
Assignment operator
B.
Comparative operator
C.
Logical operators
D.
Arithmetic operator
2. What does the term 'debug' mean?
A.
Making a calculation
B.
Looking at code
C.
A set of instructions
D.
Identify errors and fix them.
3. What is syntax?
A.
It is used to output information
B.
Syntax is the word used to describe an error
C.
Syntax is the rules of the programming language
D.
It is used to read information
4. what is python?
A.
nothing
B.
a game
C.
a programming language
D.
a code
5. 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
6. What is this operator: *
A.
addition
B.
multiplication
C.
subtraction
D.
division
7. Which of these operators means EQUAL TO?
A.
<=
B.
=>
C.
=
D.
==
8. A string
A.
how elements in a commad are arranged
B.
the elements of a command
C.
a collection of characters
D.
carries out an action
9. what is 9%2
A.
4
B.
3
C.
1
D.
2
10. What is this operator: +
A.
division
B.
subtraction
C.
addition
D.
multiplication