파이썬에서 사용되는 기본 자료형은 무엇인가요?

파이썬 기본 문법 테스트

Quiz
•
Computers
•
5th Grade
•
Hard
ka jun
Used 2+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
정수형, 실수형, 문자형
음수, 양수, 0
정수, 문자열, 함수
배열, 객체, 문자열
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
turtle 모듈에서 거북이를 앞으로 이동시키는 명령어는 무엇인가요?
step()
forward()
move()
backward()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
random 모듈을 사용하여 1부터 10까지의 랜덤 숫자를 생성하는 코드는 무엇인가요?
random.randint(0, 10)
random_number = random.random(1, 10)
import random as rnd rnd.random(1, 10)
import random random_number = random.randint(1, 10)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
조건문에서 'if'와 'else'의 역할은 무엇인가요?
'if'는 조건이 참일 때 실행되는 블록을, 'else'는 조건이 거짓일 때 실행되는 블록을 정의합니다.
'else'는 조건이 참일 때 실행되는 블록을 정의한다.
'if'와 'else'는 서로 대체 가능한 역할을 한다.
'if'는 항상 실행되는 블록을 정의한다.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for 반복문을 사용하여 1부터 5까지 출력하는 코드는 무엇인가요?
for i in range(1, 7): print(i)
for i in range(1, 5): print(i)
for i in range(0, 5): print(i)
for i in range(1, 6): print(i)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
turtle 모듈에서 거북이를 회전시키는 명령어는 무엇인가요?
rotate(angle)
turn(angle)
spin(angle)
right(angle) or left(angle)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
while 반복문을 사용하여 10보다 작은 숫자를 출력하는 코드는 무엇인가요?
i = 0; while (i < 10) { print(i); i++; }
for (i = 0; i < 10; i++) { print(i); }
i = 1; while (i < 10) { print(i); i++; }
while (i <= 10) { print(i); i++; }
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
10 questions
Small Basic (Turtle)

Quiz
•
KG - University
10 questions
mouse

Quiz
•
1st - 8th Grade
10 questions
ICT Yr 5 - Programming in LOGO (Part 1)

Quiz
•
5th Grade
15 questions
Game Design Concept

Quiz
•
5th - 9th Grade
13 questions
Питонимся

Quiz
•
1st - 5th Grade
8 questions
nintendo quiz

Quiz
•
1st - 5th Grade
13 questions
Small basic

Quiz
•
4th - 6th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade