Hamster
Search
Open menu
基礎編程
1. && is a
A.
Comparative operator
B.
Logical operators
C.
Arithmetic operator
D.
Assignment operator
2. What is a Boolean?
A.
True or False statement
B.
A Ghost on a tree
C.
A cube that is used for a soup base.
D.
Numerical Operator
3. What is this operator: *
A.
addition
B.
subtraction
C.
division
D.
multiplication
4. What is this operator: >
A.
Less than or equal to
B.
Greater than
C.
Greater than or equal to
D.
Less than
5. what is 9%2
A.
3
B.
4
C.
1
D.
2
6. A string
A.
the elements of a command
B.
a collection of characters
C.
how elements in a commad are arranged
D.
carries out an action
7. What is this operator: %
A.
Concatenation
B.
Escape character
C.
Division
D.
Remainder or mod
8. Which of these operators means EQUAL TO?
A.
=>
B.
<=
C.
=
D.
==
9. what is python?
A.
a game
B.
nothing
C.
a programming language
D.
a code
10. What is syntax?
A.
Syntax is the rules of the programming language
B.
Syntax is the word used to describe an error
C.
It is used to output information
D.
It is used to read information