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