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